.logo-sec img {
    max-width: 173px;
    width: 100%;
}
.quiz-header {
    padding: 15px 70px;
    box-shadow: 0px 3px 6px rgba(163, 176, 188, 0.25);
}
.quiz-header .header-inner-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get-started-btn .get-started-sec {
    color: #fff;
}
.get-started-sec .get-started-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    font-family: "poppins", Sans-serif;
    letter-spacing: 1px;
    background-color: #EE1D52;
    padding: 12px 40px;
    border-radius: 60px;
}
.primary_goals {
    width: 100%;
    max-width: 46%;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(219, 47, 96, 0.1);
    border-radius: 5px;
    padding: 40px 50px;
}
.radio-container .form-check:hover,
.checkbox-container .form-check:hover {
    border-color: #EE1D52;
    transition: 0.4s;
}
/********************form******************/
.next-back-container .btn:first-child {
    background-color: #ffffff;
    color: #1368DF;
    border: 1px solid #EE1D52;
}
.next-back-container .btn:last-child {
    background-color: #EE1D52;
    color: #ffffff;
    border: 1px solid #EE1D52;
}
/* Hover effect to swap colors */
.next-back-container .btn:first-child:hover {
    background-color: #EE1D52;
    color: #ffffff;
}
.next-back-container .btn:last-child:hover {
    background-color: #ffffff;
    color: #EE1D52;
}
.follower-text h2 {
    font-family: "poppins", Sans-serif;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 30px;
    text-align: center;
}
.radio-container .form-check,
.checkbox-container .form-check {
    display: flex;
    align-items: center;
    column-gap: 8px;
    border: 1px solid #D9E1F1;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 10px;
    min-height: 45px;
    transition: all 0.25s ease;
}
.radio-container .form-check-label,
.checkbox-container .form-check-label  {
    font-size: 18px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #49494C;
    width: 100%;
    padding-right: 16px;
}
.radio-container .form-check .form-check-input,
.checkbox-container .form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
/* Change checked radio button circle color to red */
.radio-container .form-check-input[type="radio"]:checked {
    background-color: #EE1D52;
    border-color: #EE1D52;
    accent-color: #EE1D52;
    background-image: url("data: image/svg+xml,%3csvg xmlns='http: //www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.radio-container .form-check-input[type="radio"]:checked ::after {
    background-color: #EE1D52;
}
.next_back {
    column-gap: 20px;
}
.back,
.next {
    width: 100%;
    max-width: 50%;
    text-align: center;
}
.next_back a {
    font-family: "poppins", Sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.next_back .back {
    border: 1px solid #EE1D52;
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    color: #EE1D52;
}
.next_back .next {
    border: 1px solid;
    background-color: #EE1D52;
    color: #fff;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
}
.next_back .back:hover {
    color: #EE1D52;
}
/***************step-2********************/
.primary_tiktok-box .form-check {
    column-gap: 14px;
    position: relative;
}
.check_mark label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 16px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    transition: all 0.25s ease;
}
.check_mark label:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    top: 5px;
    left: 4px;
    transform: rotate(-45deg);
    opacity: 0;
}
.check_mark input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
}
.check_mark input[type="checkbox"]:checked + label {
    background-color: #EE1D52;
    border-color: #EE1D52;
}
.check_mark input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/****************Step-4*********************/
@keyframes example {
    from {bottom: -100px;}
    to {bottom: 0;}
}
.brand_trust {
    width: 100%;
    max-width: 46%;
    margin: 0 auto;
    padding: 0 20px;
}
.brand_trust h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "poppins", Sans-serif;
    text-align: center;
}
.brand_trust p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    color: #737590;
    padding-bottom: 16px;
}
.review_icon-box img {
    max-width: 50px;
    width: 100%;
    margin-bottom: 20px;
}
.user-text_box {
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    color: #7A7A7A;
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 1.2em;
}
.user-profile_box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.user_field-box h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: "poppins", Sans-serif;
    color: #000000;
    line-height: 1.2em;
}
.user_field-box span {
    font-size: 20px;
    font-weight: 500;
    font-family: "poppins", Sans-serif;
    color: #000000;
    line-height: 1.2em;
}
.user-profile_box img {
    width: 50px;
}
.main_user-profile .primary_goals {
    padding: 30px 50px;
}
/* Two column layout for reviews */
.reviews-two-column {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 90%;
    margin: 30px auto;
}
.reviews-two-column .primary_goals {
    flex: 1;
    max-width: 50%;
    margin: 0;
    height: auto;
}
.user_btn-wraper {
    max-width: 46%;
    width: 100%;
    margin: 0 auto;
}
.user_field-box {
    line-height: 10px;
}
.blue_box-icons {
    width: 100%;
    max-width: 90%;
    margin: 30px auto;
    background: #EFEFEF;
    border-radius: 10px;
    padding: 40px 40px 60px 40px;
}
.blue_box-icons h3 {
    font-size: 32px;
    font-weight: 400;
    font-family: "poppins", Sans-serif;
    color: #000000;
}
.blue_box-icons span {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    color: #fff;
    text-align: center;
    display: block;
}
.brand-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
    width: 100%;
}
.brand-grid .brand_card {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}
.brand-grid .brand_card img {
    max-width: 100px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.grow-step4 .follower-text h2 {
    padding: 0 62px 30px 62px;
}
/****************Step-5*********************/
.grow-step5 h2 {
    padding: 0 30px 30px 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.checkbox-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.label-text {
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    line-height: 45px;
    color: #191B36;
}
.other-input {
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f1f4fa;
    background: #fafbff;
    font-size: 18px;
    font-family: "Roboto", Sans-serif;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.other-input:focus,
.other-input:focus-visible,
.other-input:active {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}
.other-inputc::placeholder {
    color: #b9b9b9;
}
/*****************step-16************************/
.instagram_growth-section {
    width: 100%;
    max-width: 70%;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0px 10px 30px 5px rgba(14, 55, 102, 0.15);
    border-radius: 20px;
    padding: 50px;
}
.feature-wrap {
    position: relative;
    width: 100%;
}
.stats-card {
    border-radius: 50%;
    background: #EE1D52;
    right: -20px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 100px;
    rotate: -20deg;
}
/* each row */
.stat-item p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-family: "poppins", Sans-serif;
}

/* Client Person Container Styles */
.grow-step1 .client-person-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.grow-step1 .client-person-info-block {
    background: #fafafa;
    box-shadow: 0px 1px 4px rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.grow-step1 .before-block {
    background: #fff;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 10px;
}
.grow-step1 .after-block{
    background: #fff;
    color: #D82772;
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 10px;
}
.grow-step1 .client-slider-blocks {
    padding: 20px;
}
.grow-step1 .after-client-slider-blocks {
    margin-top: 10px;
}
.grow-step1 .client-slider-main {
    display: flex;
    justify-content: space-between;
}
.grow-step1 .client-slider-user {
    border: 3px solid #FA7E1E;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 50%;
    padding: 2px;
}
.grow-step1 .client-slider-user img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.grow-step1 .client-slider-info {
    width: 75%;
}
.grow-step1 .client-slider-top-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grow-step1 .client-slider-top-sec label {
    font-size: 14px;
    color: #5B5B5B;
    margin: 0;
    font-family: "Roboto", Sans-serif;
}
.grow-step1 .client-person-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}
.grow-step1 .client-person-btns span {
    background: #0d99ff;
    color: #fff;
    font-size: 12px;
    padding: 7px 9px;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 6px 0 0;
    display: inline-block;
    line-height: 1;
    font-family: "poppins", Sans-serif;
}
.grow-step1 .client-slider-bottom-sec {
    margin: 20px 0;
}
.grow-step1 .client-slider-bottom-sec ul {
    padding: 0;
    margin: 0;
}
.grow-step1 .client-slider-bottom-sec li {
    list-style: none;
    display: inline-flex;
    margin: 0 17px 0 0;
    position: relative;
    text-align: center;
}
.grow-step1 .after-client-slider-blocks {
    position: relative;
}

.grow-step1 .client-slider-bottom-followers-post {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-family: "poppins", Sans-serif;
    
}
.grow-step1 .client-slider-bottom-followers-post span {
    display: block;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}
.grow-step1 .client-username div {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    font-family: "poppins", Sans-serif;
}
.grow-step1 .client-username p {
    font-size: 12px;
    color: #7a7a7a;
    margin: 0;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
}
.hover-image-block {
    position: absolute;
    left: -12px;
    top: -20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.grow-step1 .after-client-slider-blocks .hover-image-block.stats-card {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    border-radius: 50%;
    background: #EE1D52;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(238, 29, 82, 0.3);
}
.grow-step1 .hover-image-block.stats-card .stat-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: "poppins", Sans-serif;
    margin: 0;
    line-height: 1.2;
}

/**********************step-7*****************/
.tiktok-field {
    width: 100%;
}
.user_field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border: 1px solid #e2e6f0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    -webkit-tap-highlight-color: transparent;
}
.user_field:focus,
.user_field:focus-within {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.user_field #username-box {
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #191B36;
    padding: 0 0 0 8px;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.user_field #username-box:focus,
.user_field #username-box:focus-visible,
.user_field #username-box:active {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    border: none;
}
/*************************Step-11*****************************/

.grow-step11 .pricing-new-design-plan.annual-monthly-plan .save-notice i {
    color: #FFD166;
}
.grow-step11 .pricing-new-design-plan.annual-monthly-plan .save-notice i ::after {
    filter: brightness(0) saturate(100%)
    invert(84%) sepia(29%)
    saturate(748%) hue-rotate(357deg)
    brightness(102%) contrast(101%);
}
.quiz-task-progress {
    height: 100%;
    width: 5%;
    background-color: #EE1D52;
    border-radius: 2px;
    transition: width 0.3s ease;
    box-shadow: none;
}
.quiz-task-progress-container {
    position: relative;
    width: 92%;
    height: 20px;
    background-color: #FFE4EB;
    overflow: hidden;
    margin: 50px auto 0 auto;
}
.quiz-task-progress ::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #DB2F60;
    width: 0%;
    transition: width 0.3s ease;
}
.instagram_growth_wraper h3 {
    width: 65%;
    margin: 0 auto 40px auto;
    text-align: center;
    font-family: "poppins", Sans-serif;
    font-size: 32px;
    font-weight: 600;
}
.instagram_growth-section-no-bg {
    max-width: 90%;
    box-shadow: none;
    margin: 0 auto;
}
.instagram_growth-section.instagram_growth-section-no-bg .primary_goals {
    max-width: 100%;
}
.next-back-container {
    margin-top: 30px;
    display: flex;
}
.instagram_growth-section.instagram_growth-section-no-bg .primary_goals {
    margin-top: 0;
}
/* Make image and quiz sections display in a single row for desktop */
.grow-step1 .instagram_growth_wraper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.grow-step1 .instagram_growth_wraper .left_img-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.grow-step1 .instagram_growth_wraper .left_img-text .feature-wrap {
    flex: 1;
    align-items: center;
    justify-content: center;
    position: relative;
}
.grow-step1 .instagram_growth_wraper .left_img-text .primary_goals.follower-text {
    flex: 1;
    margin-top: 0;
}
.individual-brand .primary_goals.follower-text, .individual-brand .brand_trust {
    max-width: 90%;
}
.individual-brand .brand_trust {
    margin: 40px;
}
.text-center {
    text-align: center;
}
.grow-step3 {
    margin-bottom: 40px;
}
.primary_goals.follower-text.instagram_growth-graph-section-no-bg {
    box-shadow: none;
    max-width: 60%;
}
.instagram_growth-graph-section-no-bg .next-back-container {
    padding: 0 60px;
}
.tiktok-field img {
    width: 18px;
}
.growth-potential-card {
    display: flex;
    position: relative;
    padding: 20px;
}
.growth-card-content {
    flex: 1;
    padding-right: 180px;
    min-width: 0;
}
.decorative-icons img {
    width: 146px;
}
.decorative-icons {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}
.metric-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 7px 0;
    flex-wrap: wrap;
}
.metric-label {
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: "poppins", Sans-serif;
    color: #191B36;
}
.metric-label strong {
    font-weight: 600;
}
.metric-value {
    flex: 1;
    min-width: 0;
    color: #000000;
    font-family: "poppins", Sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
}
section#quiz-step11 .primary_goals.follower-text {
    max-width: 60%;
}
span.growth-status.high {
    font-family: "poppins", Sans-serif;
    background: rgba(32, 215, 133, 0.2);
    border: 2px solid #20D785;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #20D785;
    padding: 0 5px;
}
.client-results-section {
    max-width: 80%;
    margin: 0 auto ;
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    width: 100%;
}
p.clint-result-int {
    max-width: 60%;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    color: #767381;
}
.stats-grid {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.stat-card {
    background: #FFFFFF;
    box-shadow: 5px 5px 50px 5px rgba(91, 105, 124, 0.08);
    border-radius: 10px;
    flex: 1;
    min-width: 0;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;
}
.continue-button-container a {
    text-align: center;
    background: #EE1D52;
    color: #fff;
    border-radius: 5px;
    padding: 15px 101px;
    font-size: 18px;
    font-weight: 600;
    font-family: "poppins", Sans-serif;
}
.continue-button-container {
    margin-bottom: 90px;
}
.client-results-section h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "poppins", Sans-serif;
}
.stat-number {
    font-size: 30px;
    font-weight: 600;
    font-family: "poppins", Sans-serif;
}
.stat-label {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #767381;
    font-family: "roboto", Sans-serif;
}
.grow-step11 {
    margin: 50px 0 0 0;
}
section#quiz-step11 .primary_goals.follower-text {
    margin-top: 50px;
}
section#quiz-step11 > h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "poppins", Sans-serif;
}
section#quiz-step12 .primary_goals {
    box-shadow: none;
    max-width: 80%;
}
section#quiz-step12 .primary_goals .thankyou-page {
    margin: 0 auto;
    max-width: 60%;
}
section#quiz-step12 .primary_goals h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 0;
}
.grow-step6 h2.text-center {
    font-size: 32px;
    font-weight: 600;
}
.grow-step6 .primary_goals {
    padding: 40px 0;
}
.grow-step6 p {
    color: #1D1D1D;
    font-size: 24px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
}
.graph-contaioner {
    width: 80%;
    margin: 0 auto;
}
.grow-step6 .instagram_growth-graph-section-no-bg .next-back-container {
    padding: 0 140px;
    margin:40px 0
}
.graph-contaioner-mobile {
    display: none;
}
input.other-input {
    border: none;
    background: #EFEFEF;
}
.thankyou-page-btn-container {
    width: 60%;
    margin: 0 auto;
}
.thankyou-img h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
}
.continue-button-container-mobile{
    display: none;
}
.grow-step2 .follower-text h2 br, .grow-step9 .primary_instagram-box h2 br{
    display: none;
}
.grow-step1 > h3 {
    margin: 40px auto 0;
    text-align: center;
    max-width: 40%;
}
html:not([lang="en-US"]) .grow-step9 .primary_instagram-box h2 br {
    display: block;
}
html[lang="es"] .grow-step1 .client-slider-bottom-followers-post span,
html[lang="pt"] .grow-step1 .client-slider-bottom-followers-post span {
    font-size: 13px;
}
html[lang="es"] .stat-item p{
    font-size: 14px;
}
html[lang="pt"] .stat-item p{
    font-size: 16px;
}
html[lang="fr"] .stat-item p{
    font-size: 18px;
}
html[lang="it"] .hover-image-block {
    left: -17px;
}
.grow-step1 .next-back-container {
    justify-content: center;
}

.growth-graph {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.growth-graph text {
    dominant-baseline: middle;
}
.growth-graph .label-pill text {
    dominant-baseline: central;
}
.graph-contaioner,
.graph-contaioner-mobile {
    max-width: 740px;   /* match ~736px from screenshot */
    margin: 0 auto;
}
.graph-contaioner svg,
.graph-contaioner-mobile svg {
    display: block;
    margin: 0 auto;
}
.graph-contaioner-mobile {
    display: none;
}
.svg-wrapper {
  position: relative;
}

.y-axis-label {
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: 40%;
  transform: rotate(-90deg) translateY(-50%);
}
/**************************************/

/*new update css*/
@media screen and (max-width: 1200px) {
    .primary_goals {
        padding: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .logo-sec img {
        width: 25%;
    }
}
@media screen and (max-width: 992px) {
    .primary_goals {
        max-width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .grow-step2 .follower-text h2 br, .grow-step9 .primary_instagram-box h2 br{
        display: block;
    }
    .thankyou-page-btn-container {
        width: 100%;
    }
    .thankyou-img h3 {
        font-size: 18px;
        font-weight: 600;
    }
    img, video, iframe, embed, object {
        max-width: 100%;
        height: auto;
    }
    .pricing-cards-container,
    .reviews-two-column,
    .brand-grid,
    .stats-grid {
        max-width: 100%;
        overflow-x: hidden;
    }
    .primary_goals {
        max-width: 100%;
        margin-top: 0;
    }
    .reviews-two-column {
        flex-direction: column;
        max-width: 100%;
        padding: 0 20px;
    }
    .reviews-two-column .primary_goals {
        max-width: 100%;
    }
    .back,
    .next {
        max-width: 100%;
    }
    .next_back {
        row-gap: 20px;
    }
    .primary_goals {
        max-width: 90%;
    }
    .logo-sec {
        width: 50%;
    }
    .logo-sec img {
        width: 40%;
    }
    .grow-step4 .follower-text h2, .grow-step5 h2 {
        padding: 0 0 30px 0;
        font-size: 18px;
    }
    .individual-brand .brand_trust {
        max-width: 100%;
        margin: 0;
    }
    .brand_trust h2 {
        font-size: 24px;
    }
    .grow-step3 .primary_tiktok-box.individual-brand {
        display: flex;
        flex-direction: column;
    }
    .grow-step3 .brand_trust {
        order: 1;
    }
    .grow-step3 .reviews-two-column {
        order: 3;
    }
    .grow-step3 .user_btn-wraper {
        order: 2;
        max-width: 90%;
        margin: 20px auto;
    }
    .grow-step3 .blue_box-icons {
        order: 4;
    }
    .blue_box-icons {
        max-width: 100%;
        padding: 30px 20px;
        margin: 30px auto;
        background: #EFEFEF;
        border-radius: 10px;
    }
    .blue_box-icons h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .brand-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    .brand_card {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brand-grid .brand_card:nth-child(5) {
        grid-column: 2 / 3;
    }
    .brand-grid .brand_card:nth-child(6) {
        grid-column: 3 / 4;
    }
    .brand-grid .brand_card img {
        max-width: 100%;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .instagram_growth-section {
        max-width: 100%;
        padding: 30px 20px;
        height: 100%;
    }
    .grow-step10 .primary_goals {
        max-width: 100%;
        margin-bottom: 0;
        padding: 20px 44px;
    }
    .primary_goals {
        padding: 20px;
    }
    .instagram_growth_wraper h3 {
        width: 100%;
        font-size: 24px;
    }
    .primary_tiktok-box .form-check{
        column-gap: 4px;
        align-items: flex-start;
    }
    .radio-container .form-check-label, .checkbox-container .form-check-label{
        font-size: 16px;
        padding:2px 4px;
    }
    .stats-card{
        bottom: -50px;
        right: 0;
    }
    /* Make image section appear under quiz section for mobile */
    .grow-step1 .instagram_growth_wraper {
        flex-direction: column;
        gap: 30px;
    }
    .grow-step1 .instagram_growth_wraper .left_img-text {
        flex-direction: column;
        gap: 30px;
    }
    .grow-step1 .instagram_growth_wraper .left_img-text .primary_goals.follower-text {
        order: 1;
    }
    .grow-step1 .instagram_growth_wraper .left_img-text .feature-wrap {
        order: 2;
    }
    /* Mobile styles for client-person-container */
    .grow-step1 .client-person-container {
        max-width: 100%;
    }
    .grow-step1 .client-slider-blocks {
        padding: 12px;
    }
    .grow-step1 .client-slider-top-sec label {
        font-size: 13px;
    }
    .individual-brand .primary_goals.follower-text{
        max-width: 100%;
    }
    .main_user-profile .primary_goals {
        padding: 20px;
    }
    .user-text_box{
        font-size: 16px;
    }
    .user_field-box h5, .user_field-box span{
        font-size: 18px;
    }
    .other-option-form-check {
        flex-direction: row;
        align-items: flex-start;
        height: auto;
        min-height: auto;
        padding: 12px;
        gap: 8px;
    }
    .other-option-form-check .form-check-input {
        margin-top: 2px;
        flex-shrink: 0;
        align-self: flex-start;
    }
    .other-option-form-check .form-check-label {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .other-option-form-check span.label-text {
        line-height: normal;
        padding: 2px 0 0 4px;
    }
    .other-option-form-check .other-input {
        width: 100%;
        padding: 12px 15px;
        border-radius: 5px;
        border: 1px solid #E0E0E0;
        background: #EFEFEF;
        font-size: 16px;
        font-family: "Roboto", Sans-serif;
        outline: none;
        box-sizing: border-box;
    }
    .other-option-form-check .other-input::placeholder {
        color: #7A7A7A;
    }
    .grow-step3, .grow-step2, .grow-step4, .grow-step5, .grow-step7, .grow-step8, .grow-step9, .grow-step10, .grow-step12, .grow-step13{
        margin-top: 40px;
    }
    .primary_tiktok-box{
        padding: 10px 0;
    }
    .grow-step2 .follower-text h2 {
        font-size: 18px;
        padding: 0 30px 30px 30px;
        width: 90%;
    }
    .primary_goals.follower-text.instagram_growth-graph-section-no-bg {
        max-width: 100%;
    }
    .grow-step6 h2.text-center {
        font-size: 24px;
    }
    .grow-step6 p, .grow-step7 .instagram_growth_wraper h2,
     .grow-step8 .follower-text h2, .grow-step9 .primary_instagram-box h2,
      .grow-step10 .primary_tiktok-box h2 {
        font-size: 18px;
    }
    .grow-step6, .quiz-step11  {
        padding: 0 20px;
    }
    .graph-contaioner {
        width: 100%;
    }
    .grow-step6 .instagram_growth-graph-section-no-bg .next-back-container {
        padding: 0;
    }
    .graph-contaioner{
        display: none;
    }
    .graph-contaioner-mobile {
        display: block;
    }
    
    section#quiz-step11 > h2 {
        font-size: 24px;
    }
    .growth-potential-card h3, span.growth-status.high{
        font-size: 18px;
    }
    section#quiz-step11 .primary_goals.follower-text {
        padding: 20px;
    }
    .user_field #username-box {
        font-size: 16px;
        height: auto;
    }
    .continue-button-container a {
        padding: 15px 20px;
        display: block;
        font-size: 14px;
    }
    .stat-number {
        font-size: 30px;
    }
    .stat-label {
        font-size: 14px;
    }
    .stat-card {
        margin: 0 50px;
    }
    section#quiz-step12 .primary_goals h2 {
        font-size: 24px;
    }
    section#quiz-step12 .primary_goals .thankyou-page {
        max-width: 100%;
    }
    .decorative-icons {
        display: none;
    }
    .metric-item {
        padding: 10px 0;
        line-height: 1.4;
        gap: 5px;
        color: #191B36;
    }
    .stats-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 40px;
        max-width: 100%;
        width: 100%;
    }
    p.clint-result-int {
        max-width: 90%;
        font-size: 14px;
    }
    .client-results-section {
        max-width: 95%;
        margin: 30px auto 0;
        padding: 20px 10px;
    }
    .features-list,
    .features-list li {
        max-width: 100%;
        overflow-x: hidden;
    }
    .tooltip {
        position: relative;
        max-width: 100%;
        overflow: visible;
        z-index: 1001;
    }
    .features-list li {
        overflow: visible;
    }
    .tooltip .tooltiptext {
        width: 160px !important;
        max-width: calc(100vw - 20px) !important;
        min-width: 140px !important;
        font-size: 11px !important;
        margin-left: 0 !important;
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        padding: 6px 10px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        box-sizing: border-box !important;
        position: absolute !important;
        z-index: 10000 !important;
        white-space: normal !important;
        bottom: calc(100% + 8px) !important;
        top: auto !important;
    }
    .tooltip .tooltiptext::after {
        content: "" !important;
        position: absolute !important;
        top: 100% !important;
        right: 12px !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-width: 5px !important;
        border-style: solid !important;
        border-color: #333 transparent transparent transparent !important;
        transform: none !important;
    }
    .tooltip .tooltiptext::before {
        display: none !important;
    }
    .pricing-card {
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
    }
    .pricing-card-content {
        max-width: 100%;
        overflow: visible !important;
    }
    .features-list {
        overflow: visible;
    }
    .tooltip img { 
        width: 12px;
        height: 12px;
    }
    .quiz-header{
        padding: 15px 20px;
    }
    .growth-potential-summary {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .growth-potential-card {
        flex-direction: column;
        padding: 0;
        gap: 15px;
        position: relative;
    }
    .growth-card-content {
        width: 100%;
        flex: none;
        padding-right: 0;
    }
    .growth-card-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .decorative-icons {
        position: relative;
        right: auto;
        bottom: auto;
        align-self: center;
        margin-top: 10px;
    }
    .decorative-icons img {
        width: 100px;
        max-width: 100%;
    }
    .key-metrics {
        gap: 10px;
        margin-top: 15px;
    }
    .metric-label {
        display: block;
        margin-bottom: 4px;
    }
    .metric-value {
        display: block;
        font-size: 14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    span.growth-status.high {
        font-size: 18px;
        padding: 4px 8px;
        display: inline-block;
        margin-top: 5px;
    }
    section#quiz-step12 .primary_goals {
        max-width: 100%;
    }
    section#quiz-step11 .primary_goals.follower-text {
        max-width: 90%;
    }
    .continue-button-container-mobile{
        display: block;
        margin: 0 15px;
    }
    .continue-button-container-desktop{
        display: none;
    }
    .radio-container .form-check:hover, .checkbox-container .form-check:hover{
        border: 1px solid #D9E1F1;
    }
    .get-started-sec .get-started-btn {
        padding: 12px 20px;
    }
    .grow-step1 > h3 {
        max-width: 100%;
        padding: 0 15px;
    }
    .grow-step1 .client-slider-top-sec {
        display: block;
        margin: 0 0 0 10px;
    }
    .grow-step1 .client-slider-bottom-sec ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html[lang="fr"] .grow-step1 .client-slider-bottom-followers-post{
        font-size: 18px;
    }
    html[lang="it"] .grow-step1 .client-slider-bottom-followers-post span{
        font-size: 12px;
    }
    html[lang="it"] .hover-image-block {
        left: -24px;
    }
    html[lang="it"] .grow-step1 .client-slider-bottom-followers-post{
        font-size: 18px;
    }
    .graph-contaioner {
        display: none;
    }
    .graph-contaioner-mobile {
        display: block;
    }
    .y-axis-label {
        font-size: 18px;
        left: -7px;
    }
}
@media screen and (max-width: 510px) {
    .primary_goals {
        padding: 14px;
    }
    .logo-sec img {
        width: 60%;
    }
    .primary_tiktok-box {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .blue_box-icons {
        max-width: 100%;
        padding: 30px 20px;
        margin: 30px auto;
        background: #EFEFEF;
        border-radius: 0;
    }
    .blue_box-icons h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .brand-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    .brand-grid .brand_card {
        flex: 0 0 auto;
    }
    .brand-grid .brand_card:nth-child(5) {
        grid-column: 2 / 3;
    }
    .brand-grid .brand_card:nth-child(6) {
        grid-column: 3 / 4;
    }
    .brand-grid .brand_card img {
        max-width: 100%;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}
@media (max-width: 420px) {
    .growth-card-content {
        flex: 1;
    }
    .growth-status {
        display: inline-block;
        padding: 8px 20px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 24px;
    }
    .growth-status.high {
        background-color: #10B981;
        color: #fff;
    }
    .key-metrics {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .metric-value {
        color: #737590;
    }
    .icon-instagram {
        font-size: 30px;
        position: relative;
    }
    .client-results-section h2 {
        font-size: 36px;
        font-weight: 700;
        font-family: "Poppins", Sans-serif;
        color: #191B36;
        margin-bottom: 20px;
    }
   
    /* Responsive Styles */
    @media (max-width: 768px) {
        .growth-status.high {
            font-size: 18px;
            padding: 6px 15px;
        }
        
        .key-metrics {
            margin-bottom: 20px;
        }
        .client-results-section {
            max-width: 95%;
            margin: 40px auto 0;
            padding: 30px 15px;
        }
        .client-results-section h2 {
            font-size: 28px;
        }
       
    }
    @media (max-width: 480px) {
        
        .client-results-section h2 {
            font-size: 24px;
        }
    }
}
/* Grow Step 13 - New Pricing Design */
.grow-step13 {
    padding: 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.pricing-page-wrapper {
    width: 100%;
}
.pricing-header {
    text-align: center;
    margin-bottom: 20px;
}
.pricing-main-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000000;
    max-width: 936px;
    text-align: center;
    margin: 0 auto 35px auto;
    padding: 0;
    border: 0;
}
.pricing-subtitle {
    font-size: 22px;
    font-weight: 400;
    font-family: "Archivo", Sans-serif;
    color: #767381;
    margin: 0;
}
.billing-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
    height: auto;
    min-height: auto;
}
.pricing-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0;
    align-items: start;
}
.pricing-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 32px;
    border: 2px solid #E0E0E0;
    display: flex;
    flex-direction: column;
}
.pricing-card.pricing-card-no-border {
    border-left: 0;
    border-right: 0;
}
.pricing-card.featured {
    border-color: #EE1D52;
}
.pricing-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.plan-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: "Archivo", Sans-serif;
    color: #000000;
    margin: 0;
}
.price-section {
    display: flex;
    align-items: baseline;
    gap: 0;
    margin-bottom: 8px;
    justify-content: center;
}
.pricing-cards-container > .pricing-card:nth-child(2) .price-section,
.pricing-cards-container > .pricing-card:nth-child(3) .price-section {
    margin-top: 36px;
}
.original-price {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    text-decoration: line-through;
    font-family: "Archivo", Sans-serif;
}
.current-price {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    font-family: "Archivo", Sans-serif;
}
.price-period {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: "Archivo", Sans-serif;
}
.billing-note {
    text-align: center;
    font-size: 12px;
    font-family: "Archivo", sans-serif;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    background: rgba(238, 29, 82, .3);
    color: #ee1d52;
    width: fit-content;
    margin: 0 auto 15px;
}
.pricing-card.pricing-card-no-border .billing-note {
    background-color: #F0F0F0;
    color: #7A7A7A;
}
hr.pricing-hr {
    width: 100%;
    border: none;
    border-top: 1px solid #E0E0E0;
    margin: 15px 0 25px 0;
}
.plan-description {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #767381;
    margin: 0 0 30px 0;
    font-family: "Archivo", Sans-serif;
}
.cta-button {
    background-color: #DB2F60;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Archivo", Sans-serif;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}
.cta-button:hover {
    background-color: #DB2F60;
    color: #fff;
}
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: "Inter", Sans-serif;
    line-height: 20px;
}
.features-list li svg:first-child,
.features-list li img:first-child {
    flex-shrink: 0;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.features-list li span {
    flex: 1;
}
.tooltip {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    margin-left: auto;
    cursor: pointer;
}
.tooltip img {
    width: 14px;
    height: 14px;
    display: block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    max-width: calc(100vw - 40px);
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.info-icon {
    flex-shrink: 0;
    margin-left: auto;
    cursor: pointer;
    opacity: 0.6;
}
.info-icon:hover {
    opacity: 1;
}
.view-benefits-link {
    color: #DE3D6A !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "Archivo", Sans-serif;
    text-decoration: none !important;
    text-align: center;
    display: block;
    margin-top: auto;
    padding-top: 20px;
}
.view-benefits-link:hover {
    text-decoration: underline;
}
.pricing-new-design-plan.annual-monthly-plan .switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 30px;
    margin: 0 20px;
    cursor: pointer;
}
.pricing-new-design-plan.annual-monthly-plan .switch input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: 0;
}
.pricing-new-design-plan.annual-monthly-plan .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F6F8FD;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    z-index: 0;
}
.pricing-new-design-plan.annual-monthly-plan .slider.round:before {
    border-radius: 50%;
}
.pricing-new-design-plan.annual-monthly-plan .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    top: 5px;
    border-radius: 50%;
}
.pricing-new-design-plan.annual-monthly-plan input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
}
.pricing-new-design-plan.annual-monthly-plan input:checked + .slider {
    background: #EE1E52 ;
}
.pricing-new-design-plan.annual-monthly-plan input:not(:checked) + .slider {
    background: #EE1E52 ;
}
.pricing-new-design-plan.annual-monthly-plan input:not(:checked) + .slider:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 5px;
}
a.monthly-growth-pla-0, a.yearly-growth-plan-0 {
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.pricing-new-design-plan.annual-monthly-plan .save-notice {
    font-family: "Roboto", Sans-serif;
    background: #FFD166;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin-left: 20px;
}
/* Responsive Styles for Step 13 */
@media (max-width: 1024px) {
    .grow-step13 {
        padding: 50px 20px;
    }
    .pricing-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }
    .pricing-card.featured {
        grid-column: 1 / -1;
    }
    .pricing-card {
        padding: 35px 25px;
    }
    .plan-title {
        font-size: 26px;
    }
    .current-price {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .grow-step13 {
        padding: 40px 15px;
    }
    .pricing-main-title {
        font-size: 28px;
        margin: 0 auto 25px auto;
    }
    .pricing-subtitle {
        font-size: 18px;
    }
    .pricing-header {
        margin-bottom: 30px;
    }
    .billing-toggle-wrapper {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
        height: auto;
    }
    .pricing-new-design-plan.annual-monthly-plan {
        flex-wrap: wrap;
    }
    .pricing-cards-container {
        grid-template-columns: 1fr;
        gap: 25px;
        column-gap: 25px;
        row-gap: 25px;
    }
    .pricing-card {
        padding: 30px 20px;
    }
    .pricing-card.pricing-card-no-border {
        border-left: 2px solid #E0E0E0;
        border-right: 2px solid #E0E0E0;
    }
    .plan-title {
        font-size: 22px;
    }
    .current-price {
        font-size: 32px;
    }
    .price-section {
        margin-top: 0 !important;
    }
    .plan-description {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .grow-step13 {
        padding: 30px 15px;
    }
    .pricing-main-title {
        font-size: 24px;
        margin: 0 auto 20px auto;
    }
    .pricing-subtitle {
        font-size: 14px;
    }
    .billing-toggle-wrapper {
        margin-bottom: 30px;
    }
    .pricing-new-design-plan.annual-monthly-plan {
        flex-wrap: wrap;
        justify-content: center;
    }
    a.monthly-growth-pla-0,
    a.yearly-growth-plan-0 {
        font-size: 14px;
    }
    .pricing-new-design-plan.annual-monthly-plan .save-notice {
        font-size: 11px;
        margin-left: 10px;
    }
    .pricing-card {
        padding: 25px 15px;
    }
    .plan-title {
        font-size: 18px;
    }
    .current-price {
        font-size: 28px;
    }
    .original-price {
        font-size: 14px;
    }
    .price-period {
        font-size: 14px;
    }
    .plan-description {
        font-size: 14px;
    }
    .cta-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    .view-benefits-link {
        font-size: 14px;
    }
}

/* Growth graph (step 6) */
