:root {
    --default: #393939;
    --primary: #263238;
    --footer-color: #256d85;
    --color-p: #747f82;
    --grey: #808080cf;
    --font-family: Helvetica;
    --white: #fff;
    --font-style: normal;
    --BG-Linear: linear-gradient(112deg, #f0f8fa 0%, #daeef2 100%);
    --feature-color: #daeef2;
    --line-height: normal;
    --text-light: #747582;
    --black: #263238;
    --contact-border: #daeef2;
    --Border-InActive: rgba(242, 151, 39, 0.2);
    --Non-Active-State: #f5f5f5;
    --font-size-h1: 40px;
    --font-size-h2: 34px;
    --font-size-h3: 24px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-default: 18px;
    --border-radius-large: 12px;
    --border-radius-default: 7px;
    --fontweight-light: 300;
    --fontweight-regular: 500;
    --fontweight-semibold: 600;
    --fontweight-bold: 700;
    --fontweight-black: 900;
}
* {
    font-family: Helvetica;
    font-style: normal;
    border: unset;
    outline: unset;
    margin: unset;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
}
.para-gen-after-Click {
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-size-default);
    height: 150px;
    color: var(--black);
    justify-content: flex-start;
    align-items: start;
    padding: 16px;
}
.para-gen-after-Click:empty::before {
    content: attr(data-placeholder);
    color: #999;
}
.para_gen_label {
    color: var(--color-p);
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.para_gen_label:hover {
    color: #2e353a;
}
.gen_para_info div .para_gen_label {
    padding: 10px 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.gen_para_info div {
    margin: 0 1px;
}
.custom-select,
select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #d7dbdc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    width: 140px;
    max-width: 140px;
}

option {
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
}
option:checked {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #add8e6;
}
option {
    padding: 10px;
}
.paragraph_quentity {
    display: none;
}
.para_gen_categories {
    flex-direction: column;
    gap: 2px;
    display: flex;
    gap: 10px;
}
.para_gen_cat_container {
    display: flex;
    gap: 24px;
}
.para_gen_cat_sub_container {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.gen_para_info {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #d7dbdc;
    background: #f8fcfc;
    padding: 10px 0px;
    border-radius: 8px;
}
.active_para {
    background-color: #cdeaf2;
    color: #263238;
}
.para-gen-last-bottom-right {
    display: flex;
    gap: 10px;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border-top: 1px solid #e9ecee;
}
.para-gen-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.word-count-container {
    padding: 6px !important;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e9ecee;
    align-items: center;
}

.para-gen-last-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    border-radius: 10px;
    border: 1px solid #e9ecee;
    background: #fff;
    box-shadow: 0px 24px 50px 0px rgba(76, 105, 114, 0.15);
    /* padding: 16px; */
    position: relative;
    margin-bottom: 20px;
}
.download_copy_text {
    padding: 4px 16px;
    border: 1px solid #d7dbdc;
    border-radius: 8px;
    font-size: 12px !important;
}
.download_copy_text:hover {
    background-color: #f2f9fb;
    cursor: pointer;
}
.result-head {
    color: var(--footer-color);
}
.generator-count span {
    color: #465056;
    padding: 2px;
}
.word-counter-textarea {
    width: 100%;
}
.para-gen-word-count {
    position: absolute;
    display: flex;
    right: 15px;
    bottom: 0;
    background: #fff;
    z-index: 1;
    padding: 1px;
    color: #747f82;
}
#top-section {
    padding-bottom: 10px !important;
    position: relative;
}
.para-response-content {
    max-height: 424px;
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 16px;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    border: 2px solid #249bc2;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
}
input[type="radio"]:checked {
    background-color: #249bc2;
}

.para-gen-middle-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    position: relative !important;
    border-radius: 10px;
    align-items: center;
    border: 1px solid #e9ecee;
    background: #fff;
    box-shadow: 0px 25px 40px -10px rgba(76, 105, 114, 0.15);
}

.para-gen-middle-box > p {
    color: var(--Text---Light, #747582);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: var(--line-height);
}
.pre-loader {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    border-radius: 10px;
}

.d-flex-para-gen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.gen-para-response-heading {
    margin: 10px 0;
    font-size: 14px;
}
.gen-para-response {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}

/* tooltip */
/* .para-gen-tooltip-container {
    position: relative;
    display: inline-block;
    padding: 6px 12px 6px 12px;
    gap: 6px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #E9ECEE;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #465056;

} */

.text {
    color: var(--primary);
    font-size: var(--font-size-default);
    cursor: pointer;
}
.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    background: #2e353a;
    color: #fff;
    z-index: 999;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.2);
    padding: 5px 10px;
    width: 60px;
    text-align: center;
    border-radius: var(--border-radius-extralarge);
}
.tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #2e353a transparent;
    transform: translateX(-50%);
}
.para-gen-tooltip-container .text {
    transition: transform 0.5s;
    display: flex;
}
.tooltip-smile-scaled {
    transform: scale(1.3);
}
.para-gen-tooltip-container:hover .tooltip {
    top: 150%;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -5px);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    z-index: 999;
    min-width: 90px;
    border-radius: 8px;
}

/* end tooltip */

/* old css file */

.blog-detail-description > p {
    color: var(--color-p);
    font-size: 16px;
    font-family: var(--font-family);
    line-height: 30px;
}

.blog-detail-description > * {
    font-family: var(--font-family) !important;
}

.blog-detail-description > div > p * {
    font-family: var(--font-family) !important;
    line-height: 30px;
    font-size: 16px !important;
}

.blog-detail-description > p span {
    font-family: var(--font-family) !important;
    line-height: 30px !important;
    font-size: 16px !important;
}

.blog-detail-description > div {
    padding: 10px !important;
    font-family: var(--font-family) !important;
    border-radius: 10px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
body {
    background: linear-gradient(180deg, #f5f9fb 0%, #fff 100%);
}
.tooltip-container {
    position: relative;
    display: inline-block;
}
.text {
    color: var(--primary);
    font-size: var(--font-size-default);
    cursor: pointer;
}
.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background: #000;
    color: #fff;
    z-index: 1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.2);
    padding: 5px 10px;
    width: 60px;
    text-align: center;
    border-radius: var(--border-radius-extralarge);
}
.tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff0 #fff0 #000 #fff0;
    transform: translateX(-50%);
}
.tooltip-container .text {
    transition: transform 0.5s;
}
.tooltip-container:hover .text {
    transform: scale(1.3);
}
.tooltip-smile-scaled {
    transform: scale(1.3);
}
.tooltip-container:hover .tooltip {
    top: 150%;
    opacity: 1;
    visibility: visible;
    background: radial-gradient(
        905.54% 141.42% at 0% 0%,
        #6dbbd5 0%,
        #249bc2 100%
    );
    transform: translate(-50%, -5px);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    min-width: 125px;
    border-radius: 8px;
}
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.row {
    display: flex;
}
.column {
    display: flex;
    flex-direction: column;
}
.navbar {
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding-left: 10px;
    flex-shrink: 0;
    border-radius: 9px;
}
.tool-logo {
    max-width: 130px;
}
.center-pic {
    max-width: 180px;
}
.center-pic img {
    min-height: 111px;
    min-width: 180px;
}
.front-section img {
    min-width: 32px;
    min-height: 34px;
}
.right-section {
    min-width: 52px;
    min-height: 52px;
}
#toHide img {
    min-height: 79px !important;
}
.center-content {
    font-size: var(--font-size-default);
    color: var(--color-p);
}
.main-icon {
    width: 200px;
    align-items: center;
    gap: 10px;
}
.main-text {
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.5px;
    display: flex;
}
.logo-text {
    color: #000;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    display: flex;
    justify-content: center;
    margin-top: 7px;
    position: relative;
}

.logo-text::before,
.logo-text::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 0.5px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}
.logo-text::before {
    left: 0;
}
.logo-text::after {
    right: 0;
}
.text-div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 35px;
}
.border-box,
.text-box {
    display: flex;
    justify-content: space-around;
    margin: 0 10px;
}
.active {
    color: #393939 !important;
}
.text-style {
    color: var(--color-p);
    text-align: center;
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
}
.blog-text {
    color: var(--color-p);
    text-align: center;
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}
.contact-us {
    color: var(--color-p);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}
.outer-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 5px;
}
.outer-text {
    color: var(--primary);
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}
.header-section {
    display: flex;
    width: 100%;
    max-width: 1280px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.header-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 10px;
}
.header-text {
    color: var(--primary);
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}
.top-description {
    display: flex;
    justify-content: center;
    color: var(--color-p);
    text-align: center;
    font-size: var(--font-size-default);
    font-weight: 100;
    line-height: 140%;
    max-width: 760px;
    width: 100%;
}
.tool-container {
    width: 100%;
    max-width: 920px;
    display: flex;
    margin-inline: auto;
    justify-content: space-between;
    gap: 10px;
    margin-top: 1.5rem;
    padding: 10px;
}

.tool-container > div {
    flex-wrap: nowrap;
}

.sidebar-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e9ecee;
    background: #fff;
    gap: 1.5rem;
    padding: 1rem;
    position: relative;
}
.sidebar-box span {
    color: var(--color-p);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fontweight-light);
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #465056 !important;
}
.bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 3px 3px 0px 0px;
    background: #249bc2;
    transition: width 0.3s, left 0.3s;
}
.menu-item {
    cursor: pointer;
}
.menu-item.active {
    color: #249bc2;
}
.menu-item:hover {
    color: #249bc2;
}
.modes-bar {
    justify-content: center;
}
.modes-bar,
.tool-layout {
    display: flex;
    gap: 10px;
}
.paragraph_rewriter {
    text-decoration: none;
}
.middle-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 10px 10px 15px;
    position: relative !important;
    border-radius: 10px;
    border: 1px solid #e9ecee;
    background: #fff;
    box-shadow: 0px 25px 40px -10px rgba(76, 105, 114, 0.15);
}
.middle-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: var(--text-light);
    font-weight: 400;
    min-width: 100%;
    gap: 20px;
    text-align: center;
}
.after-Click {
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-size-default);
    padding: 0 1rem 1rem 0;
    height: 370px;
    color: var(--black);
    font-size: 18px;
    line-height: 140%;
    justify-content: flex-start;
    align-items: start;
}
.after-Click:empty::before {
    content: "Enter Text to Paraphrase...";
    color: #999;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: var(--Secondary, #daeef2);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    background: var(--footer-color);
    border-radius: 8px;
}
.mid-id {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20%;
    left: 29%;
    z-index: 10;
    gap: 10px;
}
.top-section-div {
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-size-default);
    height: 370px;
    overflow-y: auto;
    padding: 0 1rem 0 0;
    font-size: 18px;
    line-height: 140%;
    font-family: Helvetica !important;
}
.last-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    border-radius: 10px;
    border: 1px solid #e9ecee;
    background: #fff;
    box-shadow: 0px 24px 50px 0px rgba(76, 105, 114, 0.15);
    padding: 10px;
    position: relative;
}

.middle-box > span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.middle-box > p {
    color: var(--Text---Light, #747582);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: var(--line-height);
}
.select {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #e9ecee;
    background: #fff;
    color: var(--color-p);
    text-align: center;
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
    padding: 6px 20px;
}
.select:hover {
    background: radial-gradient(
        905.54% 141.42% at 0% 0%,
        #6dbbd5 0%,
        #249bc2 100%
    );
    color: var(--white);
    font-size: var(--font-size-default);
}
.front-section {
    display: flex;
    width: 50px;
    border-radius: 8px;
    border: 1px solid #e9ecee;
}
.d-flex-r {
    display: flex;
}
.logo-div {
    gap: 10px;
    text-decoration: none;
    width: 165px;
}
.d-flex {
    display: flex;
    gap: 10px;
    padding: 10px;
}
.d-flex-column {
    display: flex;
    flex-direction: column;
}
.d-flex-g {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.right-section {
    display: flex;
    width: 50px;
    border-radius: 8px;
    border: 1px solid #e9ecee;
}
.d-flex-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: 2px solid #f5f5f5;
    padding: 16px;
}
.left-bottom {
    margin-top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader {
    display: none;
    position: absolute;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.logo-title p {
    color: #263238;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.logo-title span {
    color: #263238;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 7.14px;
}

.btn-box {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px 24px;
    background: #2e353a;
    gap: 10px;
    border-radius: 9px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.btn-box:hover {
    cursor: pointer;
    background: #071921;
}

.bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #f5f5f5;
    padding-top: 14px;
}
.bottom-text {
    color: var(--Text---Light, #747582);

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.last-bottom-left {
    display: flex;
    gap: 10px;
}
.last-bottom-right {
    display: flex;
    gap: 10px;
    min-width: 36px;
    min-height: 36px;
}
.bottom-right-left {
    min-width: 36px;
    min-height: 36px;
}
.bottom-right-left:hover {
    border-radius: 8px;
    background: #f2f9fb;
    cursor: pointer;
}
.bottom-right-left img {
    min-width: 24px;
    min-height: 24px;
}
.last-bottom-side {
    display: flex;
    gap: 25px;
}
.bottom-img {
    justify-content: center;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1280px;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 5rem;
}
.work-div {
    display: flex;
    justify-content: center;
}
.top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.middle-row {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.middle-row > p {
    color: var(--primary);
    font-size: var(--font-size-default);
    font-weight: 100;
    text-align: center;
    line-height: 150%;
}

.middle-row > p > a {
    text-decoration: none;
    color: var(--primary);
}
.row-text {
    display: flex;
    justify-content: center;
    padding: 8px;
}
.second-row {
    font-size: 28px;
    color: var(--primary);
    font-weight: 700;
    text-align: center;
}
.first-row {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    background: var(--feature-color);
    font-size: 16px;
    color: #256d85;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px;
}
.third-row {
    display: flex;
    color: var(--primary);
    font-size: var(--font-size-default);
    font-weight: 100;
    text-align: center;
    line-height: 150%;
}
.card-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 2rem;
}
.card-layout {
    display: flex;
    border-radius: 10px;
    border: 1px solid #eae9e9f4;
    background: #fff;
    padding: 1rem;
    flex: 1;
    transition: transform 0.3s, border-color 0.3s;
}
.card-layout:hover {
    transform: translateY(-30px);
    border-color: #d4d4d4;
}
.card-pics {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.bottom-card-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}
.card-layout:hover .card-title {
    color: var(--primary);
    font-weight: 700;
}
.card-layout:hover .card-text {
    color: var(--primary);
}

.card-text {
    color: var(--grey);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
    color: var(--primary) !important;
}
.second-feature-row {
    font-size: 28px;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.64px;
    text-align: center;
}
.third-feature-row {
    color: var(--primary);
    font-size: var(--font-size-default);
    font-weight: 100;
    text-align: center;
    line-height: 130%;
    max-width: 860px;
    width: 100%;
}
.feature-container {
    display: flex;
    justify-content: center;
}
.feature-section {
    padding: 5rem 30px;
    background: linear-gradient(112deg, #f0f8fa 0%, #daeef2 100%);
}
.feature-control {
    background: var(--BG-Linear);
    margin-top: 2rem;
}
.empty-div {
    display: flex;
    width: 330px;
}
.upload-container {
    display: flex;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 100px 10px rgba(37, 109, 133, 0.05);
    max-width: 1280px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 2rem 2rem;
    margin-top: 2rem;
}
.upload-right-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}
.index {
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
}
.title {
    font-size: 24px;
    color: var(--primary);
    line-height: 150%;
}
.upload-right-text {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding-bottom: 10px;
    gap: 30px;
}

.text {
    color: var(--primary);
    font-weight: 450;
    font-size: var(--font-size-default);
    line-height: 150%;
}
.upload-file {
    display: flex;
    flex: 1;
}
.upload-right {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.upload-right-one {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}
.why-us-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5rem auto;
}
.why-us-div {
    display: flex;
    padding: 1rem;
}
.third-why-us-row {
    width: 715px;
    color: var(--primary);
    font-size: var(--font-size-default);
    font-weight: 100;
    text-align: center;
    line-height: 130%;
}
.why-us-tool {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #dadada;
    background: #fff;
    width: 67%;
    box-shadow: 0px 10px 45px 0px rgba(37, 109, 133, 0.1);
    border-collapse: separate;
    border-spacing: 0;
}
.tool-one {
    display: flex;
    width: 565px;
    max-width: 100%;
    height: 70px;
    gap: 45px;
    padding: 0px 35px;
    border-bottom: 1px solid #dadada;
}
.tool-div .tool-one:last-child {
    border-bottom: none;
}
.tool-title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}
.tool-title span:nth-child(1) {
    font-size: 24px;
}
.tool-text {
    color: var(--black);
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
.tool-div {
    display: flex;
    flex-direction: column;
}
.tool-description {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    font-size: var(--font-size-default);
    line-height: normal;
    font-weight: 300;
    flex: 1;
}
.tool-line {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #dadada;
}
.faq-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 1280px !important;
    margin: 5rem auto;
    gap: 1rem;
}
.question-container {
    display: flex;
    min-width: 100%;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}
.card-img button img {
    width: 32px;
    height: 32px;
}
.question-div {
    display: flex;
    flex-direction: column;
    width: 1000px;
    height: auto;
    border-radius: 10px;
    background: linear-gradient(
        112deg,
        rgba(240, 248, 250, 0.5) 0%,
        rgba(218, 238, 242, 0.5) 100%
    );
    padding: 1rem;
    cursor: pointer;
    margin: auto;
    border: 1px solid #e9ecee;
}
.question-title {
    display: flex;
    gap: 1rem;
}
.question-index {
    color: var(--black);
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
}
.question-text {
    color: var(--black);
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
}
.question-top {
    display: flex;
    justify-content: space-between;
}
.dropdown-contents {
    padding-top: 1rem;
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
    color: var(--primary);
    padding-left: 3.5rem;
}
#dropdown-icon {
    transition: transform 0.5s ease;
}
#dropdown-icon.rotate {
    transform: rotate(180deg);
}
.card-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 370px;
    gap: 1rem;
}
.card-header {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 1rem;
    gap: 10px;
    position: relative;
    background: #fff;
}
.card-blog-date {
    position: absolute;
    background: var(--BG-Linear);
    text-align: center;
    right: 0;
    bottom: 0;
    padding: 10px 14px;
    border-radius: 9px 0px;
    color: #256d85;
}
.card-body {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
}
.card-title {
    color: var(--default);
    font-size: 20px;
    font-weight: 700;
}
.card-content {
    gap: 2rem;
}
.card-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.bottom-card-text {
    color: var(--black);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
}
.icon_links {
    cursor: pointer;
    text-decoration: none;
}
.card-div {
    display: flex;
    padding: 1rem;
    transition: all ease;
}
.card-div:hover {
    background: var(--BG-Linear);
    border-radius: 10px;
}
.card-div:hover {
    background: var(--BG-Linear);
    border-radius: 10px;
}
.footer-container {
    display: grid;
    grid-template-columns: 2fr 0.6fr 1fr 1fr;
    background: linear-gradient(112deg, #f0f8fa 0%, #daeef2 100%);
    padding: 30px 0px;
}
.footer-control {
    background: var(--BG-Linear);
}
.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--footer-color);
    padding: 1rem;
}
.footer-bottom-text {
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.footer-text {
    color: var(--black);
    font-size: var(--font-size-default);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.4px;
}
.footer-center {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-icons {
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.footer-icons:hover .icon-text {
    color: #071921;
}
.icon-text {
    font-size: var(--font-size-default);
    color: var(--black);
    font-weight: 400;
    line-height: 150%;
}
.center-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.right-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}
.center-text {
    display: flex;
    color: var(--default);
    flex-direction: column;
    gap: 20px;
    font-size: var(--font-size-default);
}
.center-text a {
    text-decoration: none;
    color: var(--black);
}
.contact-icon {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-icon > span {
    width: fit-content;
}
.contact-container {
    display: flex;
    padding: 4rem;
    justify-content: center;
}
.contact-box {
    display: flex;
    width: 1000px;
    border-radius: 20px;
    border: 1px solid var(--contact-border);
    background: var(--white);
}
.contact-left {
    display: flex;
    flex-direction: column;
    border-radius: 20px 0 0 20px;
    background: var(--primary);
    gap: 3rem;
}
.contact-links {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    gap: 5px;
}
.link-text {
    font-size: 12px;
    color: var(--white);
    font-weight: 300;
    line-height: 125%;
}
.mail-link {
    align-items: center;
    display: flex;
    gap: 10px;
}
.contact-right {
    display: flex;
    padding: 3rem 2rem;
    flex-direction: column;
}
.contact-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
}
.heading-text {
    color: var(--primary);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}
.contact-us-text {
    color: #393939;
    font-size: var(--font-size-default);
    font-weight: 300;
    line-height: 150%;
    text-decoration: none;
}
.form-label {
    font-size: var(--font-size-default);
    color: var(--primary);
    line-height: 150%;
    font-weight: 700;
    display: block;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-input {
    max-width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid var(--Border-InActive);
    background: var(--Non-Active-State);
    opacity: 0.5;
    margin-bottom: 1rem;
    padding: 1rem;
}
.form-input:focus {
    border-color: var(--primary);
    background: linear-gradient(
        112deg,
        rgba(240, 248, 250, 0.5) 0%,
        rgba(218, 238, 242, 0.5) 100%
    );
}
.form-input::selection {
    background-color: var(--primary);
    color: var(--white);
}
.textarea-input {
    border-radius: 10px;
    border: 1px solid var(--Border-InActive);
    background: var(--Non-Active-State);
    opacity: 0.5;
    margin-bottom: 1rem;
    padding: 1rem;
}
textarea.textarea-input:focus {
    border-color: var(--primary);
    background: linear-gradient(
        112deg,
        rgba(240, 248, 250, 0.5) 0%,
        rgba(218, 238, 242, 0.5) 100%
    );
}
.btn-form {
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background: var(--primary);
    float: right;
}
.btn-text {
    color: #e2e2e2;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.first-row-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--feature-color);
    font-size: 16px;
    color: var(--primary);
    font-style: normal;
    font-weight: 300;
}

.blog-header-section {
    display: flex;
    padding: 2rem;
    flex-direction: column;
}
.blog-page-title {
    font-size: 40px;
    color: var(--primary);
    font-weight: 700;
    line-height: normal;
}
.article-section {
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}
.article-pic {
    flex: 2;
}

.article-pic > img {
    border-radius: 15px;
}
.article-div {
    display: flex;
    background: linear-gradient(112deg, #f0f8fa 0%, #daeef2 100%);
    padding: 3rem;
    gap: 5rem;
    max-width: 1280px;
    width: 100%;
}
.article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 3;
}
.subtitle {
    font-size: var(--font-size-default);
    color: var(--primary);
    font-weight: 400;
    line-height: 125%;
}
.article-title {
    font-size: 24px;
    color: var(--primary);
    font-weight: 700;
    line-height: 150%;
}
.article-text {
    font-size: var(--font-size-default);
    color: var(--black);
    font-weight: 400;
    line-height: 150%;
    margin-top: -5px;
}
.article-btn {
    display: flex;
    background: var(--primary);
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    max-width: 140px;
    justify-content: center;
}
.btn-btn-text {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    background: 0 0;
    text-decoration: none;
}
.latest-blog-section {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}
.latest-blog-top {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.latest-blog-title {
    font-size: 40px;
    color: var(--primary);
    font-weight: 700;
    line-height: normal;
}
.latest-blog-text {
    display: flex;
    color: var(--black);
    font-size: var(--font-size-default);
    font-weight: 300;
    line-height: 150%;
    text-align: center;
}
.blog-section-card {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2rem;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.show-more-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3rem;
    justify-content: center;
}
.show-more {
    border-radius: 10px;
    background: linear-gradient(112deg, #f0f8fa 0%, #daeef2 100%);
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}
.single-blog-section {
    display: flex;
    padding-top: 3rem;
}
.single-blog-container {
    display: flex;
    padding-top: 1rem;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.single-blog-title {
    display: flex;
    color: var(--primary);
    font-size: 45px;
    font-weight: 700;
    line-height: 150%;
    justify-content: center;
    text-align: center;
}
.blog-body-container {
    display: flex;
    padding-top: 1rem;
    gap: 3rem;
}
.contents-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}
.contents-title {
    font-size: 28px;
    color: var(--primary);
    font-weight: 700;
    line-height: normal;
}
.list-titles {
    color: var(--text-light);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}
.list-titles a {
    scroll-behavior: smooth;
    transition: 0.3s ease;
    color: var(--text-light);
    text-decoration: none;
}
.list-titles a:hover {
    color: var(--primary);
    font-weight: 700;
}
.list-titles:hover {
    color: var(--primary);
    font-weight: 700;
}
.blog-body-description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 2;
}
.latest-blog-list {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-body-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-top-left {
    display: flex;
    justify-content: center;
    background: var(--BG-Linear);
    border-radius: 10px;
    padding: 4px 15px 4px 15px;
}
.blog-top-text {
    display: flex;
    align-items: center;
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.blog-top-right {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.blog-feature-img {
    display: flex;
    padding: 15px;
    border-radius: 30px;
    background: var(--BG-Linear);
    justify-content: center;
}
.blog-img {
    width: 560px;
    border-radius: 20px;
}
.blog-right-text {
    color: var(--text-light);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.list-items {
    display: flex;
    flex-direction: column;
    background: var(--BG-Linear);
    gap: 10px;
    padding: 9px;
}
.item1-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    text-align: center;
}
.latest-blog-description {
    color: var(--text-light);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
}
.blog-bottom-left {
    display: flex;
}
.blog-bottom-text {
    color: var(--text-light);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.blog-date {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.blog-bottom-right {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blog-detail-description {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    margin-bottom: 2rem;
}
.blog-description-text {
    color: var(--black);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
}
.description-heading {
    font-size: 45px;
    color: var(--primary);
    font-weight: 700;
    line-height: normal;
}
.single-blog-btn {
    padding-bottom: 10rem;
}

/* alert-box-css */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 99;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.modal.active {
    display: block;
    opacity: 1;
}
#image_popup {
    border-radius: 16px 16px 0 0;
}
.modal-content {
    background: #fff;
    border-radius: 16px;
    width: 400px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateY(100px);
    top: -5%;
}
.modal-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}
.popup-title {
    font-size: 22px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.popup-message {
    color: var(--Text---Dark, #263238);
    text-align: center;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.btn-bottom {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    /* margin-top: 2rem; */
}

.btn-bottom button:nth-child(1) {
    cursor: pointer;
    display: block;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e9ecee;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #465056;
    flex: 1;
}

.btn-bottom button:nth-child(2) {
    cursor: pointer;
    display: block;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #263238;
    flex: 1;
}

/* .btn-bottom button:nth-child(1):hover {
    background: #FFF;
    color: #000;
    border: 1px solid var(--Primary, #256D85);
    transition: .5s ease;
}

.btn-bottom button:nth-child(2):hover {
    background: radial-gradient(905.54% 141.42% at 0% 0%, #A4C2CC 0%, #256D85 100%);
    color: #FFF;
    border: none;
    transition: .5s ease;
} */

.mobile-div {
    display: none;
}
.cloud_flare_captcha_container {
    text-align: center;
    position: absolute;
    bottom: 55%;
    right: 1%;
    z-index: 9999;
}
.para-num-btns {
    flex-direction: column;
    justify-content: start;
    display: flex;
    gap: 10px;
}
.gen_sentence,
.generator-count {
    font-size: 14px !important;
}
.paraGenActionButtons {
    padding: 0px 30px;
}
@media (max-width: 992px) {
    .tooltip {
        display: none;
    }
    .mid-id {
        left: 20%;
    }
    .container {
        padding: 0 15px;
    }
    .card-container {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-left {
        padding: 10px;
    }
    .empty-div {
        width: 0;
    }
    .faq-container {
        width: 100%;
        overflow-x: hidden;
    }
    .question-container {
        min-width: auto;
    }
    .blog-body-container {
        padding: 1rem;
    }
    .contact-right {
        width: 600px;
        padding: 1rem;
    }
    .contact-links {
        padding: 10px;
    }
    .navbar {
        display: none;
    }
    .mobile-div {
        display: block;
        position: relative;
    }
    .mobile-dropdown ul li a {
        color: #373943;
        text-decoration: none;
        padding: 10px;
        border-radius: 10px;
        text-align: start;
    }
    .mobile-dropdown ul {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
        border-radius: 10px;
        list-style: none;
    }
    .mobile-dropdown {
        display: none;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        transition: transform 0.3s;
    }
    .navbar-mobile {
        display: block;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 769px) {
    .logo-div {
        justify-content: center;
    }
    .para_gen_cat_container {
        flex-direction: column;
        width: 100%;
    }
    .card-pics {
        justify-content: center;
    }
    .custom-select,
    select {
        width: 100%;
        max-width: 100%;
    }
    .para_gen_categories {
        flex: 1;
    }
    .para_gen_cat_container {
        gap: 16px;
    }
    .card-footer {
        text-align: center;
    }
    .modes-bar,
    .tool-layout {
        flex-direction: column;
        width: 100%;
    }
    .mid-id {
        left: 30%;
    }
    .navbar {
        display: none;
    }
    .left-bottom {
        margin-top: 0;
    }
    #middleContent {
        height: 280px;
        padding: 10px 20px 10px 10px;
    }
    .top-section-div {
        height: 280px;
    }
    .question-index,
    .question-text {
        font-size: 20px;
    }
    .header-text {
        font-size: 28px;
    }
    .top-description {
        font-size: 16px;
    }
    .bottom-section {
        padding-top: 10px;
    }
    .contact-us-text {
        font-size: 15px;
    }
    .navbar {
        padding: 0 5px 0 10px;
    }
    .text-div {
        gap: 10px;
    }
    .title {
        font-size: 20px;
    }
    .contact-box {
        width: 100%;
        border-radius: 20px;
    }
    .contact-container {
        padding: 2rem;
    }
    .article-div {
        display: grid;
        grid-template-areas:
            "f1 f1"
            "f2 f2";
    }
    .article-pic {
        grid-area: f1;
        justify-self: center;
    }
    .article-content {
        grid-area: f2;
        text-align: center;
    }
    .article-btn {
        align-self: center;
    }
    .contact-left {
        border-radius: 20px 0 0 20px;
    }
    .contact-links {
        padding: 1rem;
    }
    .form-input,
    .textarea-input {
        width: calc(100% - 2rem);
    }
    .contact-form {
        padding: 1rem;
    }
    .tool-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: relative;
    }
    .bottom-left-left,
    .bottom-left-right {
        display: flex;
        gap: 10px;
    }
    .middle-box {
        min-width: 100%;
        height: 370px;
    }
    .upload-container {
        display: flex;
        flex-direction: column;
    }
    .upload-file {
        display: flex;
        justify-content: center;
    }

    .upload-file > img {
        width: 300px;
    }
    .card-layout {
        padding: 5px;
        justify-content: center;
    }
    .footer-container {
        display: grid;
        grid-template-areas:
            "f1 f1 f1"
            ". . ."
            "f2 f2 f3";
        grid-template-rows: auto 20px auto;
        grid-template-columns: 1fr 0.5fr 1fr;
    }
    .footer-left {
        grid-area: f1;
        text-align: center;
    }
    .footer-center {
        grid-area: f2;
    }
    .footer-right {
        grid-area: f3;
    }
    .blog-body-bottom {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .mobile-div {
        display: block;
    }
    .display-contents {
        display: none;
    }
    .blog-body-container {
        flex-direction: column;
    }
    .mobile-dropdown {
        display: none;
        z-index: 999;
    }
    .mobile-dropdown ul {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
        border-radius: 10px;
        list-style: none;
    }
    .mobile-dropdown ul li a {
        color: #373943;
        text-decoration: none;
        padding: 10px;
        border-radius: 10px;
        text-align: start;
    }
    .mobile-dropdown ul a {
        color: #373943;
        text-decoration: none;
        padding: 10px;
        border-radius: 10px;
        text-align: start;
    }
    .navbar-mobile {
        display: block;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-dropdown {
        background-color: #fff;
        width: 100%;
        transition: transform 0.3s;
    }
    .mobile-div {
        position: relative;
    }
    .card-row {
        flex-wrap: wrap;
        padding: 10px;
    }

    .tool-container > div {
        flex-wrap: wrap;
        width: 100%;
    }
    .last-box {
        min-height: 350px;
    }
    .para-gen-last-box {
        width: 95% !important;
        padding: 5px !important;
    }
    .paraGenActionButtons {
        padding: 0px 10px;
    }
}
@media (min-width: 601px) {
    .dropdown-icon {
        display: none;
    }
    .dropdown-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 20px;
        background: 0 0;
    }
}
@media (max-width: 600px) {
    .who-card {
        flex-basis: unset !important;
    }

    /* .para-gen-word-count {
        bottom: 56% !important;
    } */

    select,
    .custom-select {
        width: 100%;
        max-width: 100%;
    }
    .popup-title {
        font-size: 22px;
    }
    .btn-bottom {
        margin-top: 1rem;
    }
    .popup-message {
        font-size: 16px;
        line-height: 24px;
    }
    .para-num-btns {
        padding: 10px 2px !important;
    }

    #image_popup {
        height: 150x;
        width: 150px;
    }
    .bottom-bar {
        display: none;
    }
    #middleContent,
    .top-section-div {
        height: 275px;
    }
    .border-box,
    .text-box {
        width: 100%;
    }
    .tool-container {
        flex-direction: column;
        align-items: center;
    }

    .tool-container > div {
        flex-wrap: wrap;
        /* padding: 10px; */
    }
    .card-pics {
        justify-content: center;
    }
    .card-footer {
        text-align: center;
    }
    .upload-container {
        flex-direction: column;
        padding: 0 0;
    }
    .feature-section {
        padding: 2rem 5px;
    }
    .heading-text {
        font-size: 30px;
    }
    .faq-container {
        padding: 0;
    }
    .card-row {
        flex-direction: column;
        gap: 15px;
    }
    .card-layout {
        width: 100%;
    }
    .card-layout:hover {
        transform: none;
        border-color: #d4d4d4;
    }
    .contact-box {
        width: 100%;
    }
    .blog-body-container {
        gap: 1rem;
    }
    .why-us-tool {
        width: 100%;
    }
    .blog-body-bottom {
        display: grid;
        grid-template-areas:
            "f1 f1"
            ". . "
            "f2 f2";
        grid-template-rows: auto 15px auto;
    }
    .blog-bottom-left {
        grid-area: f1;
    }
    .blog-bottom-right {
        grid-area: f2;
    }
    .contact-box {
        display: flex;
        flex-direction: column;
    }
    .contact-left {
        display: grid;
        grid-template-areas: "f1 f2";
        border-radius: 20px 20px 0px 0px;
    }
    .modal-content {
        padding: 10px;
        top: -10%;
    }
    .contact-img {
        grid-area: f2;
    }
    .contact-links {
        grid-area: f1;
        padding: 1rem;
        align-self: center;
    }
    .link-text {
        font-size: 16px;
    }
    .btn-form {
        float: left;
    }
    .text-div {
        position: relative;
        padding: 10px;
    }
    .dropdown-icon {
        display: block;
    }
    .dropdown-icon {
        cursor: pointer;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: linear-gradient(112deg, #f0f8fa 0%, #daeef2 100%);
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        transition: max-height 0.3s ease;
        animation: fade-in 0.5s ease;
    }
    @keyframes fade-in {
        from {
            opacity: 0;
            max-height: 0;
        }
        to {
            opacity: 1;
            max-height: 150px;
        }
    }
    .text-box {
        margin-bottom: 10px;
    }
    .text-box a {
        color: var(--black);
        text-decoration: none;
        display: block;
        padding: 5px 0;
    }
    .text-box a:hover {
        background-color: #e0e0e0;
        border-radius: 5px;
    }
    .show {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .rotate img {
        transition: transform 0.3s ease;
    }
    .rotate.show img {
        transform: rotate(180deg);
    }
}
@media (max-width: 650px) {
    /* .para-gen-word-count {
        bottom: 56% !important;
    } */

    select,
    .custom-select {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 426px) {
    .question-text {
        line-height: 24px;
    }
    .d-flex-bottom {
        padding: 0;
    }
    .mid-id {
        left: 18%;
    }
    .cloud_flare_captcha_container {
        bottom: 74%;
    }
    .top-section {
        padding: 0;
    }
    .top-section-div {
        height: 290px;
    }
    .question-div,
    .text-div {
        gap: 5px;
    }
    .text-box {
        margin: 0;
    }
    .drop-icon img {
        min-width: 25px;
    }
    .question-top {
        gap: 10px;
    }
    .dropdown-contents {
        font-size: 18px;
        padding-left: 2.8rem;
    }
    .border-box {
        padding: 0;
    }
    .blog-page-title,
    .latest-blog-title {
        font-size: 45px;
    }

    .article-title,
    .header-text {
        font-size: 30px;
        text-align: center;
    }
    .blog-description-text,
    .bottom-card-text,
    .center-text,
    .footer-bottom-text,
    .icon-text,
    .index,
    .latest-blog-description,
    .question-text,
    .subtitle,
    .third-why-us-row,
    .title,
    .top-description {
        font-size: var(--font-size-default);
    }
    .contents-title,
    .second-row {
        font-size: 22px;
    }
    .article-title,
    .blog-page-title,
    .description-heading,
    .latest-blog-title,
    .single-blog-title {
        font-size: 24px;
    }
    .faq-container {
        gap: 0;
    }
    .tool-logo {
        max-width: 130px;
    }
    .select {
        display: flex;
        padding: 5px 10px;
        align-items: center;
        font-size: var(--font-size-default);
    }
    .contact-left {
        gap: 0;
    }
    .third-row {
        line-height: 150%;
    }
    .second-feature-row {
        font-size: 20px;
        letter-spacing: normal;
    }
    .tool-one {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 14px 35px;
        height: auto;
        gap: 10px;
    }
    .tool-title {
        justify-content: center;
        align-items: center;
    }
    .tool-description {
        display: flex;
        justify-content: center;
        text-align: center;
        line-height: 130%;
    }
    .article-div {
        gap: 3rem;
    }
    .article-btn {
        width: auto;
        padding: 10px;
        border-radius: 7px;
    }
    .latest-blog-section {
        padding: 1rem;
    }
    .blog-section-card {
        padding-top: 0;
    }
    .display-contents {
        display: none;
    }
    .blog-body-bottom {
        display: grid;
        grid-template-areas:
            "f1 f1"
            "f2 f2";
        grid-template-rows: auto;
    }
    .blog-bottom-left {
        grid-area: f1;
    }
    .blog-bottom-right {
        grid-area: f2;
        justify-content: space-between;
    }
    .blog-bottom-img {
        display: flex;
        gap: 10px;
    }
    .single-blog-section {
        padding-top: 1rem;
    }
    .show-more-container {
        padding-bottom: 2rem;
    }
    .contents-title {
        text-align: center;
    }

    .contents-list > img {
        align-self: center;
    }
    .contents-list {
        padding-bottom: 2rem;
    }
    .blog-body-container {
        flex-direction: column;
    }

    select,
    .custom-select {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 376px) {
    .mid-id {
        left: 11%;
    }
    .top-section-div {
        height: 280px;
    }
    .gen_para_info div .para_gen_label {
        padding: 10px 4px;
    }
    .gen_para_info {
        gap: 2px;
    }
}
b .sw {
    color: var(--footer-color) !important;
}
.sw b {
    color: var(--footer-color) !important;
}

.close-modal {
    width: 100%;
    text-align: right;
}
.close-modal img {
    cursor: pointer;
}

/* synonyms*/

.synonym-list {
    position: absolute;
    top: 20px;
    left: 89.075px;
    background: #fff;
    border: solid 1px gray;
    border-radius: 10px;
    list-style: none;
    z-index: 2;
    overflow: scroll;
    height: 149px;
    overflow-x: auto;
}
.synonym {
    width: 100%;
    border-bottom: solid 1px gray;
    padding: 5px;
    background: #fff;
    cursor: pointer;
}

/* end synonyms */
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.who-use-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.who-card {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #e5edef;
    background: #fff;
    flex-basis: 47%;
    gap: 1.5rem;
}
.who-card:hover {
    border-radius: 10px;
    border: 1px solid var(--Border-Active, #256d85);
    background: #f8fcfc;
    box-shadow: 0px 25px 50px -10px rgba(37, 109, 133, 0.15);
}
.who-image img {
    border-radius: 10px;
    background: #fff;
    /* padding: 12px; */
    border: 1px solid #fff;
}
.who-description {
    gap: 10px;
}
.who-description h3 {
    color: #263238;
    font-size: var(--font-size-h3);
    font-style: normal;
    font-weight: var(--fontweight-bold);
    line-height: 30px;
}
.who-description p {
    color: #747582;
    font-size: var(--font-size-default);
    font-style: normal;
    font-weight: var(--fontweight-light);
    line-height: 150%;
}
.who-card:hover .who-description p {
    color: var(--primary);
}
.action-bottons-container {
    padding: 0 !important;
}

/* end old css file */

@media (max-width: 650px) {
    .para_gen_cat_container {
        flex-direction: column;
        width: 100%;
        padding: 5px;
    }
    .para-gen-last-bottom-right {
        gap: 2px;
        flex-direction: column;
    }
    .action-bottons-container,
    .word-count-container {
        gap: 0 !important;
        padding: 5px !important;
        width: 100%;
        justify-content: space-around;
    }
}

#thankyou-btn {
    position: relative;
    border: 2px solid #fff0;
    transition: border-color 0.3s ease;
}

.thankyou-popup {
    display: none;
    position: absolute;
    right: 100px;
    z-index: 1000;
    bottom: 70px;
}
.feedback-popup {
    display: none;
    position: absolute;
    z-index: 1000;
    bottom: 70px;
}
.thankyou-popup.active {
    display: block;
}
.feedback-popup.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback-content,
.thankyou-content {
    background: #fff;
    border-radius: 16px;
    width: 270px;
    padding: 12px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
}
.close-dislike-feedback,
.close-feedback,
.close-thank-you {
    text-align: left;
    padding: 5px 0;
    background: 0 0;
    margin-bottom: 5px;
}
.close-dislike-feedback img,
.close-feedback img,
.close-thank-you img {
    cursor: pointer;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
.popup-title-feedback,
.popup-title-thankyou {
    font-size: 16px;
    font-weight: 700;
    color: #263238;
}
.popup-message-feedback,
.popup-message-thankyou {
    color: #465056;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin: 5px 0 10px;
}
.btn-bottom {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 1rem;
}
.feedback-btn,
.thankyou-btn {
    padding: 6px 12px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: 0 0;
    width: 120px;
    cursor: pointer;
    border: 1px solid #e9ecee;
    color: #465056;
    flex: 1;
}
.feedback-btn:hover {
    opacity: 0.9;
}
@media (max-width: 600px) {
    .feedback-content {
        width: 250px;
    }
}
.popup-title-dislike {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.popup-message-dislike {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.dislike-feedback-text {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
}
.btn-bottom-feedback {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.btn-bottom-dislike {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.btn-bottom-like {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
}
.dislike-submit-btn,
.like-submit-btn {
    padding: 8px 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.dislike-submit-btn,
.like-submit-btn {
    background: #263238;
    color: #fff;
}
.dislike-submit-btn:hover,
.like-submit-btn:hover {
    opacity: 0.9;
}

@media (min-width: 992px) and (max-width: 1310px) {
    .footer-left {
        margin-left: 20px;
    }
}

@media (max-width: 770px) {
    .middle-row {
        padding: 0 20px;
    }
    #last-box {
        margin-top: 20px;
        padding-top: 5px;
    }
}
.blog-detail-description ol li {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 30px;
}
.btn-box {
    padding: 10px 24px;
    gap: 10px;
    border-radius: 9px;
    background: #2e353a;
    color: #fff;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.btn-box:hover {
    cursor: pointer;
    background: #071921;
}
@media (max-width: 420px) {
    .btn-box {
        padding: 9px 9px;
        gap: 6px;
        height: auto;
        font-size: var(--font-size-default);
        cursor: pointer;
    }
}
.tone_dropdown,
.w_quentity_dropdown {
    position: absolute;
    z-index: 10;
    top: 75px;
    display: none;
    gap: 10px;
    width: 95%;
    box-shadow: 0 6px 48px 3px #0000000f;
    background: #fff;
    flex-direction: column;
    border-radius: 10px;
    padding: 4px;
    max-height: 120px;
    display: none;
    overflow: auto;
}
.tone_dropdown div,
.w_quentity_dropdown div {
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
    margin-top: 10px;
}
.tone_dropdown div:hover,
.w_quentity_dropdown div:hover {
    background: #f0f8fa;
    cursor: pointer;
}
.btn-bottom button:nth-child(1) {
    cursor: pointer;
    display: block;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e9ecee;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #465056;
    flex: 1;
}
.btn-bottom button:nth-child(2) {
    cursor: pointer;
    display: block;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #263238;
    flex: 1;
}
@media (min-width: 769px) {
    .feedback-popup.active {
        right: 50px;
    }
}
#copyButton {
    margin-right: 10px;
}
