: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;
    --description-p: #465056;
}
body {
    overflow-x: hidden;
}
.blog-detail-description > p {
    color: black;
    font-size: 18px;
    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: 18px !important;
    border: none !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;
}

* {
    font-family: Helvetica;
    font-style: normal;
    border: unset;
    outline: unset;
    margin: unset;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
}

body {
    background: linear-gradient(180deg, #f5f9fb 0%, #fff 100%);
}

/* tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip-container#trash-container {
    border-radius: 50%;
    padding: 6px;
}
.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 rgba(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%);
}

.tooltip-container .text {
    transition: transform 0.5s;
}

.tooltip-smile-scaled {
    transform: scale(1.3);
}

.tooltip-container:hover .tooltip {
    top: 150%;
    opacity: 1;
    visibility: visible;
    background: #2e353a;
    transform: translate(-50%, -5px);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    min-width: 88px;
    border-radius: 8px;
}
.tooltip-container:hover .tooltip.tooltip-download {
    min-width: 105px;
}
.tooltip-container#trash-container:hover {
    background: rgba(23, 43, 77, 0.08);
}

/* end tooltip */

.container {
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
}

.row {
    display: flex;
}

.column {
    display: flex;
    flex-direction: column;
}

.tool-logo {
    max-width: 130px;
}

.center-pic {
    max-width: 180px;
}

.center-pic img {
    min-height: 111px;
    min-width: 180px;
    height: 111px;
    width: 180px;
}

.front-section img {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
}

.right-section {
    min-width: 52px;
    min-height: 52px;
    width: 50px;
    height: 50px;
}

.how-to-images {
    height: 32px;
    width: 32px;
}

.feature-image {
    height: 690px;
}

#toHide {
    position: absolute;
    top: 10px;
    left: 10px;
}

#toHide img {
    min-height: 79px !important;
    height: 85px;
}

.center-content {
    font-size: var(--font-size-default);
    color: var(--color-p);
}

.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: 0px;
}

.logo-text::after {
    right: 0px;
}

.text-box,
.border-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: 24px;
}

.blog-text {
    color: var(--color-p);
    text-align: center;
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.contact-us {
    color: var(--color-p);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 24px;
    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: 1080px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.header-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 6px;
}

.header-text {
    color: var(--primary);
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.top-description {
    color: var(--description-p);
    text-align: center;
    font-size: var(--font-size-default);
    font-weight: 100;
    line-height: 24px;
    max-width: 760px;
    width: 100%;
}

.tool-container {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    margin-inline: auto;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px;
}

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

.sidebar-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #e9ecee;
    background: #fff;
    gap: 0.5rem;
    padding: 8px;
    position: relative;
    text-align: start;
    width: 100%;
}

.sidebar-box span {
    color: var(--color-p);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fontweight-light);
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    color: #465056 !important;
}

.mobile-modes {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    border: 1px solid #e9ecee;
    background: #fff;
    gap: 2.5rem;
    padding: 13px 18px;
    position: relative;
}

.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 !important;
}

.menu-item:hover img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(75%) saturate(1474%)
        hue-rotate(158deg) brightness(81%) contrast(84%);
}

.sidebar-box .menu-item {
    transition: background 0.1s ease, color 0.1s ease, transform 0.1s ease;
}

.sidebar-box .menu-item.active {
    background: #cdeaf2;
    color: #263238 !important;
    gap: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mobile_modes_dropdown {
    border: solid 1px #e9ecee;
    border-radius: 5px;
    width: 100%;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.menu-item:hover {
    color: #249bc2;
}

.modes-bar {
    justify-content: center;
}

.modes-bar,
.tool-layout {
    display: flex;
}

.paragraph_rewriter {
    text-decoration: none;
}

.middle-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    position: relative !important;
    border-radius: 0px 0px 0px 10px;
    border: 1px solid #e9ecee;
    background: #fff;
}

.middle-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: var(--text-light);
    font-weight: normal;
    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: 15px 28px 15px 15px;
    height: 370px;
    font-size: 18px;
    line-height: 24px;
    font-family: Helvetica !important;
    color: var(--black);
    justify-content: flex-start;
    align-items: start;
}

.after-Click:empty::before {
    content: attr(data-placeholder);
    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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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: 14px 16px 14px 25px;
    font-size: 18px;
    line-height: 24px;
    font-family: Helvetica !important;
}

.last-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    border-radius: 0px 0px 10px 0px;
    border: 1px solid #e9ecee;
    background: #fff;
    position: relative;
    max-width: 633px;
}

/* div expander  */
#last-box,
.middle-box {
    transition: all 0.2s ease;
    max-width: 50%;
}

#last-box.collapsed {
    max-width: 100%;
}

#last-box.expanded {
    max-width: 50%;
}

.middle-box.collapsed {
    flex: 1;
    width: 50%;
}

.middle-box.expanded {
    flex: 0;
    width: 0;
    visibility: hidden;
}

#collaps-container .icon {
    transition: transform 0.2s ease;
}

#collaps-container.rotate_active .icon {
    transform: rotate(180deg);
}

/* captcha div  is check and position in center */
#cloud_flare_captcha {
    position: absolute;
    z-index: 100;
    bottom: 16%;
    left: 36%;
}

.middle-box.expanded #cloud_flare_captcha:not(:empty) {
    visibility: visible !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.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: 24px;
    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;
    width: 115px;
    height: 90px;
    padding: 20px 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.front-section:hover {
    cursor: pointer;
    background: #f2f9fb;
}

.d-flex-r {
    display: flex;
}

.custom-mode {
    padding: 4px 8px !important;
    border-radius: 6px;
    border: solid 1px #e9ecee;
    font-size: 16px;
    line-height: 22px;
}

.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;
} */
.tool_text {
    color: #263238;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.d-flex-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: 2px solid #f5f5f5;
    padding: 8px 8px 8px 15px;
    align-items: center;
}

.left-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader,
#mobile_loader {
    display: none;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    border-radius: 10px;
}

.btn-box {
    padding: 10px;
    gap: 10px;
    border-radius: 9px;
    background: #2e353a;
    color: #ffffff;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

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

.file-update-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 9px 12px;
    gap: 6px;
    border-radius: 8px;
    border: 1px;
    border: 1px solid #e9ecee;
}

.file-update-section:hover,
#selectFileText:hover {
    cursor: pointer;
}

.bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #f5f5f5;
    padding: 12px 8px;
}

.bottom-text {
    color: var(--Text---Light, #747582);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.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: 24px;
}

.middle-row > p > a {
    text-decoration: none;
    color: var(--primary);
}

.row-text {
    display: flex;
    justify-content: center;
    padding: 8px;
}

.second-row {
    font-size: 24px;
    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: 24px;
    padding: 0 44px;
    max-width: 1000px;
}

.card-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 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: 22px;
    font-weight: 700;
    line-height: 32px;
}

.card-layout:hover .card-title {
    color: var(--primary);
    font-weight: 700;
}

.card-layout:hover .card-text {
    color: var(--primary);
}

.card-text {
    color: var(--description-p);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 24px;
}

.second-feature-row {
    font-size: 24px;
    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;
}

.upload-container {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 100px 10px rgba(37, 109, 133, 0.05);
    max-width: 1080px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 2rem 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 15px;
}

.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: 24px;
}

.title {
    font-size: 24px;
    color: var(--primary);
    line-height: 24px;
}

.upload-right-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    gap: 30px;
}

.text {
    color: var(--primary);
    font-weight: 450;
    font-size: var(--font-size-default);
    line-height: 24px;
}

.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;
    flex: 1;
    flex-basis: 45%;
}

.why-us-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}

.why-us-div {
    display: flex;
}

.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;
    margin-top: 2rem;
    border: 1px solid #dadada;
    background: #fff;
    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;
}

.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;
    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: 400;
    font-size: 24px;
    line-height: normal;
}

.question-top {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.dropdown-contents {
    padding-top: 1rem;
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 24px;
    color: var(--primary);
    padding-left: 3.5rem;
    display: none;
}

#dropdown-contents p {
    font-size: 18px !important;
}

.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: 380px;
    max-width: 416px !important;
    border: 1px solid #e0e0e0;
    width: 100%;
    /* padding: 8px 8px 24px 28px; */
    border: 1px solid #e9ecee;
}

.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: 24px;
}

.icon_links {
    cursor: pointer;
    text-decoration: none;
}

.synonyms-container {
    z-index: 10;
    display: none;
    position: absolute;
    background-color: white;
    border: none;
    box-shadow: 0px 0px 16px 0px #0000001a;
    border-radius: 8px;
    max-height: 150px;
    max-width: fit-content;
    width: 100%;
    overflow-y: scroll;
    padding: 10px 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 9999;
    box-sizing: border-box;
    border: solid 1px #e9ecee;
    box-shadow: 0px 10px 30px 0px #00000014;
    word-break: break-word;
    overflow-wrap: break-word;
}

.synonym_li {
    list-style-type: none;
    cursor: pointer;
    padding: 4px 8px;
    background-color: white;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.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;
}

.blink-indicator {
    height: 15px;
    width: 5px;
    border-radius: 50% !important;
    background: #068da9;
    position: absolute;
    right: 0%;
    top: 0px;
    animation: blinkZoom 1.2s infinite;
}

@keyframes blinkZoom {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.pr_o_word {
    color: #068da9 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}

.contact-container {
    display: flex;
    padding: 2rem;
    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 0px 0px 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: 2rem 2rem;
    flex-direction: column;
}

.contact-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
}

.error-message {
    color: red;
    font-family: var(--font-family);
    display: none;
}

.error-message-main {
    padding: 10px;
    color: red;
    background: #ffaeae;
    border-radius: 10px;
}

.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: 24px;
    text-decoration: none;
}

.form-label {
    font-size: var(--font-size-default);
    color: var(--primary);
    line-height: 24px;
    font-weight: 700;
    display: block;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-input {
    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;
}

.success-message {
    padding: 10px;
    color: green;
    background: #c6ffc6;
    border-radius: 10px;
}

.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: 1080px;
    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: 24px;
}

.article-text {
    font-size: var(--font-size-default);
    color: var(--black);
    font-weight: 400;
    line-height: 24px;
    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: none;
    text-decoration: none;
}

.latest-blog-section {
    display: flex;
    max-width: 1080px;
    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: 24px;
    text-align: center;
}

.blog-section-card {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2rem;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.show-more-container {
    display: flex;
    max-width: 1080px;
    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: 1080px;
    width: 100%;
}

.single-blog-title {
    display: flex;
    color: var(--primary);
    font-size: 45px;
    font-weight: 700;
    line-height: 24px;
    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: 24px;
    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: 24px;
}

.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: 24px;
}

.blog-bottom-left {
    display: flex;
}

.blog-bottom-text {
    color: var(--text-light);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.blog-date {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.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: 24px;
}

.description-heading {
    font-size: 45px;
    color: var(--primary);
    font-weight: 700;
    line-height: normal;
}

.single-blog-btn {
    padding-bottom: 10rem;
}
/* Popup / alert dialog styles live in the shared popup.css,
   loaded by the <x-popup> / <x-alertbox> Blade component. */


/* For larger screens */
@media (max-width: 992px) {
    .container {
        padding: 0 15px;
    }

    .card-container {
        width: 100%;
        flex-wrap: wrap;
    }

    .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;
    }

    .modes-bar {
        display: flex;
    }
}

/* For Medium Screens */
@media (max-width: 769px) {
    .logo-div {
        justify-content: center;
    }

    .card-pics {
        justify-content: center;
    }

    .card-footer {
        text-align: center;
    }

    .tool-layout,
    .modes-bar {
        flex-direction: column;
    }

    .modes-bar {
        display: none;
        position: absolute;
    }

    .modes-bar {
        display: none;
    }

    .left-bottom {
        margin-top: 0px;
    }

    #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;
    }

    .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 0px 0px 20px;
    }

    .contact-links {
        padding: 1rem;
    }

    .form-input,
    .textarea-input {
        width: calc(100% - 2rem);
    }

    .contact-form {
        padding: 1rem;
    }

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

    .bottom-left-left,
    .bottom-left-right {
        display: flex;
        gap: 10px;
    }

    .sidebar-box {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        border-radius: 10px;
        border: 1px solid #e9ecee;
        background: #fff;
        gap: o.5rem;
        margin: auto;
        padding: 15px;
        position: relative;
        flex-direction: row;
        width: 96%;
        position: absolute;
        z-index: 100;
        top: 70px;
        left: 10px;
        height: 199px;
        overflow: auto;
    }

    .sidebar-box span {
        flex-direction: row-reverse;
        color: var(--color-p);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--fontweight-light);
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 5px;
        text-align: start;
        width: 100%;
        cursor: pointer;
    }

    .middle-box,
    .last-box {
        min-width: 100%;
        height: 370px;
        border-radius: 10px 10px 0px 0px;
    }
    #collaps-container {
        visibility: hidden;
    }

    .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;
    }

    .blog-body-bottom {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-modes {
        display: flex;
    }

    .display-contents {
        display: none;
    }

    .blog-body-container {
        flex-direction: column;
    }

    .card-row {
        flex-wrap: wrap;
        padding: 10px;
    }

    .last-box {
        min-height: 350px;
        width: 100% !important;
        max-width: 100%;
        display: none;
        border-radius: 0px 0px 10px 10px;
    }

    #cloud_flare_captcha {
        bottom: 20%;
        right: 0%;
    }

    .tool-container > div {
        flex-wrap: wrap;
        width: 100%;
    }
    .container {
        padding: unset;
    }
}

@media (min-width: 601px) {

    .dropdown-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 20px;
        background: transparent;
    }
}

@media (max-width: 644px) {
    .bottom-bar {
        display: none;
    }
}

@media (max-width: 600px) {
    .who-card {
        flex-basis: unset !important;
    }

    .upload-container {
        padding: 0rem 0rem;
    }

    .upload-right-text {
        gap: 15px;
        padding-bottom: 10px;
    }

    .upload-right-one {
        padding: 15px 10px;
    }

    .upload-right-title {
        gap: 10px;
    }

    .feature-section {
        padding: 5rem 10px;
    }

    .popup-title {
        font-size: 18px;
    }

    .popup-message {
        font-size: 12px;
        line-height: 18px;
    }

    .bottom-bar {
        display: none;
    }

    #middleContent,
    .top-section-div {
        height: 275px;
    }

    .text-box,
    .border-box {
        width: 100%;
    }

    .sidebar-box {
        width: 94%;
    }

    .tool-container {
        flex-direction: column;
        align-items: center;
    }

    .tool-container > div {
        flex-wrap: wrap;
        width: 100%;
    }

    .card-pics {
        justify-content: center;
    }

    .card-footer {
        text-align: center;
    }

    .upload-container {
        flex-direction: column;
    }

    .heading-text {
        font-size: 30px;
    }

    .card-row {
        flex-direction: column;
        gap: 15px;
    }

    .card-layout:hover {
        transform: none;
        border-color: #d4d4d4;
    }

    .card-layout {
        width: 100%;
    }

    .contact-box {
        width: 100%;
    }

    .blog-body-container {
        gap: 1rem;
    }

    .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;
    }

    .contact-img {
        grid-area: f2;
    }

    .contact-links {
        grid-area: f1;
        padding: 1rem;
        align-self: center;
    }

    .link-text {
        font-size: 16px;
    }

    .btn-form {
        float: left;
    }


    .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;
    }

    /* Styling for links */
    .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);
    }

    .question-container {
        padding: 1rem;
    }
}

/* For Mobile L-425px */
@media (max-width: 426px) {
    .question-text {
        line-height: 24px;
    }

    #cloud_flare_captcha {
        bottom: 20%;
        right: 0%;
    }

    .faq-container {
        padding: 0rem;
    }

    .top-section {
        padding: 0px;
        height: 280px;
    }

    .top-section-div {
        height: 290px;
    }
.question-div {
        gap: 5px;
    }

    .text-box {
        margin: 0;
    }

    .drop-icon img {
        min-width: 25px;
    }

    .question-top {
        gap: 10px;
    }

    .dropdown-contents {
        font-size: 16px;
        padding-left: 2.8rem;
    }

    .border-box {
        padding: 0px;
    }

    .btn-box {
        font-size: 16px !important;
    }

    .blog-page-title,
    .latest-blog-title {
        font-size: 45px;
    }

    .article-title,
    .header-text {
        font-size: 30px;
    }
.top-description,
.title,
.index,
.third-why-us-row,
.question-text,
.bottom-card-text,
.subtitle,
.blog-description-text,
.latest-blog-description {
        font-size: var(--font-size-default);
    }

    .tool-line,
    .tool-description,
    .question-index,
    .card-title,
    .item1-title {
        font-size: 20px;
    }

    .second-row,
    .contents-title {
        font-size: 22px;
    }

    .blog-page-title,
    .article-title,
    .latest-blog-title,
    .single-blog-title,
    .description-heading {
        font-size: 24px;
    }

    .faq-container {
        gap: 0px;
    }

    .tool-logo {
        max-width: 130px;
    }

    .btn-box {
        padding: 9px 9px;
        gap: 6px;
        height: auto;
        font-size: var(--font-size-default);
        cursor: pointer;
    }

    .select {
        display: flex;
        padding: 5px 10px;
        align-items: center;
        font-size: var(--font-size-default);
    }

    .contact-left {
        gap: 0px;
    }

    .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: 0px;
    }

    .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;
    }
}

@media (max-width: 376px) {
    .top-section-div {
        height: 280px;
    }
}

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: white;
    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: white;
    cursor: pointer;
}

/* end synonyms */
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.who-use-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.who-card {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #e5edef;
    background: #fff;
    flex-basis: 32%;
    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: 20px;
    font-style: normal;
    font-weight: var(--fontweight-bold);
    line-height: 30px;
}

.who-description p {
    color: var(--description-p);
    font-size: var(--font-size-default);
    font-style: normal;
    font-weight: var(--fontweight-light);
    line-height: 24px;
}

.who-card:hover .who-description p {
    color: var(--primary);
}

.work-container > .work-div > .top-row > .middle-row > p > em > strong > a {
    text-decoration: none;
    color: rgb(6, 141, 169);
    border-bottom: solid 1px rgb(6, 141, 169);
}

#custom_mode {
    display: flex;
    justify-content: space-between;
    max-width: 225px;
    overflow: hidden;
    white-space: nowrap;
}

#thankyou-btn {
    position: relative;
    border: 2px solid transparent;
    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 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
}

.close-feedback,
.close-thank-you,
.close-dislike-feedback {
    text-align: left;
    padding: 5px 0;
    background: none;
    margin-bottom: 5px;
}

.close-feedback img,
.close-thank-you img,
.close-dislike-feedback 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: none;
    width: 120px;
    cursor: pointer;
    border: 1px solid #e9ecee;
    color: #465056;
    flex: 1;
}

.feedback-btn:hover {
    opacity: 0.9;
}

/* Adjust for small screens */
@media (max-width: 600px) {
    .feedback-content {
        width: 250px;
    }
}

.popup-title-dislike {
    font-size: 16px;
    font-weight: bold;
    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;
}

.trash_main_container_3 {
    position: absolute;
    display: flex;
    justify-content: end;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 771px) {
    .trash_main_container_2 {
        display: 769px;
    }

    .trash_main_container_mobile {
        display: 769px;
    }

    .trash_main_container_3 {
        display: none;
    }
}

@media (min-width: 770px) {
    .trash_main_container_2 {
        display: none;
    }

    .trash_main_container_mobile {
        display: none;
    }

    .trash_main_container_3 {
        display: block;
    }
}


@media (max-width: 770px) {
    .middle-row {
        padding: 0px 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;
}

@media (min-width: 769px) {
    .feedback-popup.active {
        right: 50px;
    }
}
#copyButton {
    margin-right: 10px;
}
.tool-layout:has(#count_text:not(.d-none):not(:empty)) #trash-container.trash-container-setting,
.tool-layout:has(#count_text:not(.d-none):not(:empty)) #trash-container-mobile {
    display: none !important;
}
