h1, h2 {
    margin-bottom: 0;
}
.instagram_followers_count {
    color: #FFF;
    display: flex;
    width: 100%;
    padding: 5% 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    background: linear-gradient(135deg, #FF4C35 0%, #FF965F 100%);
    margin-top: 100px;
}

.instagram_followers_count .content {
    display: flex;
    width: 802px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.instagram_followers_count .content h1 {
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.instagram_followers_count .content p {
    color: #FFF !important;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.instagram-user {
    border-radius: 20px;
    border: 2px solid #000;
    background: #FFF;
    display: flex;
    max-width: 700px;
    padding: 2%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.input-area {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 2px solid #DBDBDB;
    background: #FFF;
    padding: 10px;
}

.input-field {
    width: 510px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.input-field img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-field input {
    width: 400px;
    color: #606060;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    border: #fff;
    box-shadow: none !important;
}

.input-area button {
    display: flex;
    height: 46px;
    min-width: 100px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--IG, linear-gradient(49deg, #FD5 6.62%, #FF543E 50.06%, #C837AB 93.5%));
    color: #fff;
    border-color: #fff;
}

.heading {
    color: #0A0D12;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.text {
    color: #606060;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.section-2 {
    display: flex;
    padding: 100px 100px 0px 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.section-2 .content {
    display: flex;
    width: 1040px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section-2 .content img {
    width: 82.437px;
    height: 70.004px;
    aspect-ratio: 82.44/70.00;
}

.section-2 .content h2 {
    margin-bottom: 0;
}

.section-3 {
    display: flex;
    padding: 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.section-3 .content {
    display: flex;
    max-width: 1440px;
    padding: 100px 50px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    flex: 1 0 0;
    border-radius: 20px;
    background: #F4F8FB;
}

.section-3 .text-section {
    display: flex;
    width: 1040px;
    height: 102px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.section-3 img {
    width: 939px;
    height: 30px;
    flex-shrink: 0;
}

.section-3 .steps {
    display: flex;
    justify-content: space-between;
    width: 1210px;
    margin-top: -30px;
    gap: 10px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.step .step-number {
    color: #FB5343;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    width: 164px;
}

.step .step-heading {
    color: #0A0D12;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-images {
    display: flex;
    padding: 0px 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.section-images .main {
    display: flex;
    width: 1240.256px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section-images .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.section-images .image-side {
    width: 596px;
    height: 582px;
    border-radius: 20px;
}

.section-images .text-section {
    display: flex;
    width: 609px;
    height: 582px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.section-images .text-section .heading, .section-images-2 .text-section .heading {
    color: #0A0D12;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
}

.section-images .text-section .text {
    color: #606060;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.section-images .text-section .description-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.section-images .text-section .description-section .sections {
    display: flex;
    width: 609px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.text-section .description {
    color: #0A0D12;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.bottom-border {
    border-bottom: 1px solid #D3C4C4;
}

.color-details {
    color: #606060;
    font-weight: 400;
}

.section-images-2 {
    display: flex;
    padding: 100px 100px 0px 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.section-images-2 .content {
    display: flex;
    width: 1240.256px;
    align-items: center;
    gap: 50px;
}

.section-images-2 .image-side {
    height: 762.003px;
    flex: 1 0 0;
}

.section-images-2 .text-section {
    display: flex;
    width: 609px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
}

.section-images-2 .text-section .heading {
    text-align: left;
}

.section-images-2 .text-section .description-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.section-images-2 .text-section .description-section .sections {
    padding-bottom: 20px;
}

.same-tools {
    display: flex;
    padding: 0 100px 100px 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.same-tools .content {
    display: flex;
    max-width: 1440px;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    flex: 1 0 0;
    border-radius: 20px;
    background: var(--GA-BG, linear-gradient(135deg, #FF4C35 0%, #FF965F 100%));
}

.same-tools .related-tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.same-tools .related-tools .heading {
    display: flex;
    width: 1040px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.same-tools .heading .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.same-tools .heading h2 {
    width: 804px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0;
}

.same-tools .related-tools .tools {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.related-tools .tools .tool {
    display: flex;
    width: 317px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 2px solid #000;
    background: #FFF;
}

.tool .text-side {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.tool .text-side img {
    width: 24px;
    height: 24px;
}

.tool h3 {
    color: #FB5343 !important;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.tool img {
    width: 27px;
    flex-shrink: 0;
    align-self: stretch;
}

.mr-45 {
    margin-right: 45px;
}

.mr-60 {
    margin-right: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.show-results {
    width: 450px;
    height: fit-content;
}

.show-results .main-section {
    display: inline-flex;
    padding: 20px;
    align-items: flex-start;
    gap: 54px;
    border-radius: 20px;
    border: 2px solid #000;
    background: #FFF;
}

.show-results .main-section .image-side {
    width: 400px;
    height: fit-content;
}

.show-results .main-section .image-side .profile {
    display: flex;
    width: 400px;
    height: fit-content;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF2ED;
}

.show-results .main-section .image-side .profile .blue-tick {
    width: 24.035px;
    height: 24px;
    aspect-ratio: 24.03/24.00;
}

.show-results .main-section .image-side .profile .profile-pic {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.show-results .main-section .image-side .profile .name {
    color: #0A0D12;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.show-results .followers {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
}

.show-results .followers .followers-count {
    color: #0A0D12;
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 60px */
    align-self: stretch;
}

.show-results .followers .followers-text {
    color: #606060;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    align-self: stretch;
}

.show-results .user-info {
    display: flex;
    width: 715px;
    flex-direction: column;
    align-items: flex-end;
}

.show-results .content-area {
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-self: stretch;
}

.show-results .content-area .results {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.show-results .content-area .results .count-info {
    display: flex;
    width: 130px;
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    background: #141212;
}

.show-results .content-area .results .count-info .text {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.show-results .content-area .results .count-info .count {
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
    background: var(--IG, linear-gradient(49deg, #FD5 6.62%, #FF543E 50.06%, #C837AB 93.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.goread-stamp {
    display: flex;
    width: 301px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.goread-stamp .powered-by {
    color: #606060;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.show-results .vector-img {
    width: 15px;
    height: 20px;
    flex-shrink: 0;
    aspect-ratio: 3/4;
    fill: var(--IG, linear-gradient(49deg, #FD5 6.62%, #FF543E 50.06%, #C837AB 93.5%));
}

.show-results .goread-stamp .goread-logo {
    width: 156px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 26/5;
}

@media screen and (min-width: 1240px) and (max-width: 1597px)  {
    .same-tools .related-tools .tools {
        flex-wrap: unset;
    }

    .related-tools .tools .tool {
        width: fit-content;
    }
}

@media screen and (min-width: 1041px)  {
    .mobile-view {
        display: none !important;
    }

    .normal-view {
        display: flex;
    }
}

@media screen and (min-width: 1041px) and (max-width: 1239px)  {    
    .show-results .main-section {
        gap: 20px;
    }
    
    .show-results .main-section .image-side .profile {
        width: 100%;
        padding: 20px;
    }
    
    .show-results .main-section .image-side .profile .name {
        font-size: 14px;
    }

    .show-results .followers .followers-count {
        font-size: 30px;
    }
    
    .show-results .followers .followers-text {
        font-size: 14px;
    }

    .show-results .user-info .goread-stamp .goread-logo {
        width: fit-content;
    }

    .section-2 .content {
        max-width: 95%;
    }

    .section-3 {
        padding: 80px;
    }
    
    .section-3 .content {
        max-width: 95%;
        padding: 100px 40px;
    }
    
    .section-3 .text-section {
        width: 100%;
        height: fit-content;
    }
    
    .section-3 img {
        width: 68%;
    }
    
    .section-3 .steps {
        width: 100%;
    }
    
    .section-images .main {
        width: 95%;
    }
    
    .section-images .content {
        gap: 20px;
    }
    
    .section-images .image-side {
        width: 48%;
        height: fit-content;
    }
    
    .section-images .text-section {
        width: 48%;
    }
    
    .section-images .text-section .heading {
        font-size: 26px;
    }
    
    .section-images .text-section .text {
        font-size: 12px;
    }

    .section-images .text-section .description-section {
        gap: 10px;
    }
    
    .section-images .text-section .description-section .sections {
        width: 100%;
        padding-bottom: 10px;
    }
    
    .text-section .description {
        font-size: 12px;
    }
    
    .section-images-2 .content {
        width: 95%;
        gap: 20px;
    }
    
    .section-images-2 .image-side {
        width: 48%;
        height: fit-content;
    }
    
    .section-images-2 .text-section {
        width: 48%;
    }
    
    .section-images-2 .text-section .heading {
        font-size: 26px;
    }
    
    .section-images-2 .text-section .text {
        font-size: 12px;
    }

    .section-images-2 .text-section .description-section {
        gap: 10px;
    }
    
    .section-images-2 .text-section .description-section .sections {
        width: 100%;
        padding-bottom: 10px;
    }
    
    .section-images-2 .text-section .description {
        font-size: 12px;
    }
    
    .same-tools .content {
        max-width: 95%;
        padding: 100px 50px;
    }
    
    .same-tools .related-tools .heading {
        width: 90%;
    }
    
    .same-tools .heading h2 {
        width: 100%;
        font-size: 34px;
    }
    
    .related-tools .tools {
        justify-content: space-around;
    }
    
    .related-tools .tools .tool {
        width: 300px;
        padding: 10px;
    }
    
    .tool h3 {
        font-size: 12px;
    }
}

@media screen and (min-width: 567px) and (max-width: 768px) {
    .instagram_followers_count {
        margin-top: 130px !important;
    }
}

@media screen and (max-width: 1040px)  {
    .mobile-view {
        display: flex;
    }

    .normal-view {
        display: none !important;
    }

    .instagram_followers_count {
        width: 100%;
        padding: 50px 20px;
        margin-top: 100px;
    }

    .instagram_followers_count .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        flex: 1 0 0;
        width: unset;
    }

    .instagram_followers_count .content h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .instagram-user {
        width: 100%;
    }

    .input-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        flex: 1 0 0;
        width: 100%;
    }
    
    .input-field {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        width: 100%;
    }
    
    .input-field input {
        width: 100%;
        color: #606060;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        border: #fff;
        box-shadow: none !important;
    }
    
    .input-area button {
        align-self: stretch;
    }
    
    .heading {
        font-size: 32px;
    }
    
    .show-results .main-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex: 1 0 0;
        border-radius: 10px;
        width: 100%;
    }
    
    .show-results .main-section .image-side {
        display: flex;
        padding: 20px 30px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        align-self: stretch;
        border-radius: 10px;
        background: #FFF2ED;
        border: #FFF2ED;
        width: 100%;
        height: fit-content;
    }

    .show-results .main-section .image-side .profile .name {
        font-size: 16px;
    }
    
    .show-results .main-section .image-side .profile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 100%;
        height: fit-content;
        padding: 0;
    }

    .show-results .followers .followers-count {
        font-size: 30px;
    }
    
    .show-results .content-area {
        width: 100%;
    }
    
    .show-results .content-area .results {
        width: 100%;
        justify-content: space-around;
    }
    
    .show-results .content-area .results .count-info {
        display: flex;
        min-width: 110px;
        padding: 7px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: unset;
    }
    
    .show-results .content-area .results .count-info .text {
        font-size: 12px;
    }
    
    .show-results .content-area .results .count-info .count {
        font-size: 20px;
    }
    
    .goread-stamp .powered-by {
        font-size: 14px;
    }

    .section-2 {
        width: 100%;
        padding: 50px 20px;
    }

    .heading {
        font-size: 24px;
    }

    .text {
        font-size: 14px;
    }

    .section-3 {
        width: 100%;
        padding: 50px 20px;
        background: #F4F8FB;
    }

    .section-3 .content {
        width: 100%;
        padding: 0;
    }

    .section-3 .text-section {
        width: 100%;
        height: fit-content;
    }

    .section-3 .steps {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 507px;
        gap: 30px;
    }

    .section-images {
        width: 100%;
        padding: 50px 20px 0 20px;
    }
    
    .section-images .main {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }
    
    .section-images .content {
        display: flex;
        flex-direction: column;
    }
    
    .section-images .image-side {
        width: 100%;
        height: fit-content;
        border-radius: 20px;
    }
    
    .section-images .text-section {
        width: 100%;
        height: fit-content;
        gap: 20px;
    }

    .section-images .text-section .heading {
        text-align: center;
        font-size: 24px;
    }

    .section-images .text-section .text {
        font-size: 14px;
        text-align: center;
    }

    .section-images .text-section .description-section {
        gap: 30px;
    }
    
    .section-images .text-section .description-section .sections {
        width: unset;
        padding-bottom: 20px;
    }
    
    .text-section .description {
        font-size: 14px;
    }

    .section-images-2 {
        width: unset;
        padding: 50px 20px 0 20px;
    }
    
    .section-images-2 .content {
        display: flex;
        flex-direction: column;
        width: unset;
    }
    
    .section-images-2 .image-side {
        height: fit-content;
        flex: 1 0 0;
    }
    
    .section-images-2 .text-section {
        display: flex;
        flex-direction: column;
        width: unset;
        gap: 20px;
    }

    .section-images-2 .text-section .heading {
        text-align: center;
    }

    .section-images-2 .text-section .description-section {
        gap: 30px;
    }
    
    .section-images-2 .text-section .description-section .sections {
        width: unset;
        padding-bottom: 20px;
    }
    
    .section-images-2 .text-section .description {
        font-size: 14px;
    }

    .common-faqs-wrapper {
        padding: 50px 20px;
    }

    .same-tools {
        padding: 50px 20px;
        background: var(--GA-BG, linear-gradient(135deg, #FF4C35 0%, #FF965F 100%));
        margin-bottom: 50px;
    }
    
    .same-tools .content {
        max-width: 100%;
        padding: 0;
        gap: 30px;
    }

    .same-tools .related-tools {
        width: 100%;
    }

    .same-tools .related-tools .heading {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .same-tools .related-tools .heading h2 {
        width: 100%;
    }
    
    .same-tools .heading .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .same-tools .heading h2 {
        font-size: 24px;
    }
    
    .same-tools .related-tools .tools {
        display: flex;
        flex-direction: column;
    }
    
    .related-tools .tools .tool {
        width: fit-content;
        height: 44px;
    }
}

@media screen and (max-width: 490px)  {
    .show-results {
        display: flex;
        width: 100%;
        height: fit-content;
        padding: 0;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 10px 30px -10px rgba(118, 115, 129, 0.10);
    }

    .show-results .main-section .image-side {
        padding: 12px;
    }

    .show-results .main-section {
        padding: 12px;
    }
}

.active-dark-mode .section-3 h2 {
    color: black !important;
}

.active-dark-mode .text-section .description {
    color: #fff !important;
}

.active-dark-mode #user_details {
    border: none !important;
}

.active-dark-mode .text {
    color: #fff !important;
}

.active-dark-mode .color-details {
    color: #fff !important;
}

.active-dark-mode {
    color: #fff;
}
