: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.20);
    --Non-Active-State: #F5F5F5;
    --font-size-h1: 40px;
    --font-size-h2: 34px;
    --font-size-h3: 22px;
    --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;
}

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

.blog-detail-description>h3 {
    margin-left: 0px !important;
    text-indent: 0px !important;
    text-align: justify;
}

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

.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: #2E353A;
    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 .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-color: #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;
}

/* end tooltip */

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0px 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;
    height: 111px;
    width: 180px;
}

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

.tool_text {
    color: #263238;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* .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: 15px;
}

#toHide img {
    min-height: 100px !important;
    height: 100px;
    width: 100% !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: 0px;
}

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

.text-div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 35px;

}

.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: 150%;
}

.text-style:hover {
    color: #393939;
}

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

.blog-text:hover {
    color: #393939;
}

.contact-us {
    color: var(--color-p);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.contact-us:hover {
    color: #393939;
}

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

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

.top-description {
    color: #263238;
    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: 1280px;
    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%;
}

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

mark {
    background-color: transparent;
}

.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;
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
    color: #465056 !important;
}

.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;
    font-weight: 400;
    line-height: 24px;
    transform: scale(1.05);
    padding: 5px 18px;
}

.sidebar-box .menu-item.active {
    animation: bounceIn 0.3s ease;
}

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

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

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

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

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

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

.after-Click {
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-size-default);
    padding: 15px 25px 15px 15px;
    height: 100%;
    color: var(--black);
    font-size: 18px;
    line-height: 140%;
    font-family: Helvetica !important;
    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;
    cursor: pointer;

}

.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 {
    padding: 0px 0px 0px 5px;
    position: relative;
}

.top-section-div {
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-size-default);
    height: 382px;
    overflow-y: auto;
    padding: 15px 16px;
    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: 0px 0px 10px 0px;
    border: 1px solid #E9ECEE;
    background: #FFF;
    position: relative;
    max-width: 633px;
}

/* captcha div */
#cloud_flare_captcha {
    position: absolute;
    z-index: 10;
    bottom: 13%;
    right: 0%;
}

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

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

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

.front-section {
    display: flex;
    width: 50px;
    border-radius: 8px;
    border: 1px solid #E9ECEE;
    width: 110px;
    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;
}

.logo-div {
    gap: 10px;
    text-decoration: none;
    max-width: 164px;
}

.d-flex {
    display: flex;
    gap: 10px;
    padding: 10px;
}

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

.d-flex-g {
    display: flex;
    gap: 1rem;
    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: 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;

}


.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 {
    padding: 10px 24px;
    gap: 10px;
    border-radius: 9px;
    opacity: 0px;
    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;
}

.bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #F5F5F5;
    padding: 12px 10px;
    background-color: white;
}

.bottom-text {
    color: var(--Text---Light, #747582);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.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;
    max-width: 980px;
}

.middle-row>p {
    color: #465056  ;
    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: 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: 20px;
    margin-top: 2rem;
}

.card-layout {
    display: flex;
    border-radius: 10px;
    border: 1px solid #eae9e9f4;
    background: #FFF;
    padding: 24px 16px;
    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);
}

.second-feature-row {
    text-align: center;
    font-size: 28px;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.64px;
}

.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;
    width: 100%;
    border-radius: 20px;
    max-width: 1280px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 0rem;
    gap: 15px;
    flex-wrap: wrap;
}

.upload-right-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.index {
    font-size: 20px;
    font-weight: 700;
    color: #068DA9;
    line-height: 32px;
}

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

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

.upload-right-text>span>p>a {
    color: #068DA9 !important;
    text-decoration: none !important;
    border-bottom: solid 1px #068DA9 !important;
}


.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: 16px;
    max-width: 410px;
    border-radius: 16px;
    background: #FFFFFF;
    min-height: 216px;
    cursor: default;
}

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

.why-us-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    margin-top: 30px;
}

.table-container {
    background: #DAEEF2;
    flex: 1;
    padding: 10px;
    border-radius: 24px;
}

.why-us-content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
}

.so_on {
    border-bottom: solid 1px black;
    font-style: italic;
    font-weight: 700;
}

.why-us-content-container div {
    display: flex;
    align-items: start;
    justify-items: start;
    gap: 5px;
}

.why-us-content-container div p {
    color: var(--primary);
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 24px;
}

.why-us-div {
    display: flex;
    padding: 1rem;
}

.third-why-us-row {
    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: 16px;
    background: #FFF;
    box-shadow: 0px 10px 45px 0px rgba(37, 109, 133, 0.10);
    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: 24px;
}

.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.50) 0%, rgba(218, 238, 242, 0.50) 100%);
    padding: 1rem;
    cursor: pointer;
    margin: auto;
    border: none;
}

.question-title {
    display: flex;
    gap: 1rem;
}

.question-index {
    color: var(--black);
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
}

.question-text {
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
}

.question-top {
    display: flex;
    justify-content: space-between;
}
.drop-icon img {
    min-width: 25px;
}
.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;
    width: 100%;
}
.bottom-card-text{
    width: 33%;
}

.card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 370px;
    border: 1px solid #E0E0E0;
}

.card-header {
    border-radius: 10px 10px 0px 0px;
    gap: 10px;
    position: relative;
    background: #fff;
}

.card-header img {
    border-radius: 10px 10px 0px 0px;
}

.card-blog-date {
    text-align: start;
    color: #747F82;

}

.card-body {
    border-radius: 0px 0px 10px 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    height: 100%;
}

.card-title {
    color: var(--default);
    font-size: 20px;
    font-weight: 700;
}

.card-content {
    gap: 24px;
}

.card-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.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;
    height: 100%;
}

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

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

.center-text a:hover {
    color: #071921;
}

.contact-icon {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-icon>span {
    width: fit-content;
}

.contact-container {
    /* display: flex; */
    padding: 2rem;
    min-height: 90vh;
    justify-content: center;
}

.contact-box {
    display: flex;
    background: #FFFFFF;
    gap: 32px;
    border-radius: 16px;
    padding: 32px;
}

.contact-box-container {
    max-width: 600px;
    width: 100%;
    border-radius: 24px;
    padding: 10px;
    background: #DAEEF2;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.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;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.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: 40px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0%;
}

.contact-us-text {
    color: #393939;
    font-size: var(--font-size-default);
    font-weight: 300;
    line-height: 150%;
    text-decoration: none;

}

.form-label {
    font-size: 16px;
    color: #263238;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

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

.form-input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    opacity: 0.5;
    padding: 12px;
    border: 1px solid #DDDDED;
    background: #FFFFFF;
}

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

.form-input:focus {
    border-color: var(--primary);
    background: linear-gradient(112deg, rgba(240, 248, 250, 0.50) 0%, rgba(218, 238, 242, 0.50) 100%);
}

.form-input::selection {
    background-color: var(--primary);
    color: var(--white);
}

.textarea-input {
    border-radius: 10px;
    border: 1px solid #DDDDED;
    background: #FFFFFF;
    opacity: 0.5;
    padding: 12px;
    resize: none;
}

textarea.textarea-input:focus {
    border-color: var(--primary);
    background: linear-gradient(112deg, rgba(240, 248, 250, 0.50) 0%, rgba(218, 238, 242, 0.50) 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: 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: none;
    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;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.show-more-container {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3rem;
    justify-content: center;
}

.blog-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 1280px !important;
    margin: auto;
    gap: 1rem;
}

.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: #263238;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 16px;
}

.blog-body-container {
    display: flex;
    padding-top: 1rem;
    gap: 80px;
    flex-wrap: wrap;
}

.contents-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    max-width: 300px;
    position: sticky;
    height: 68vh;
    top: 0;
}

.contents-title {
    font-size: 22px;
    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;
    max-width: 900px;
}

.latest-blog-list {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-body-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-blog-title-section {
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
}

.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: 16px;
    background: var(--BG-Linear);
    justify-content: center;
}

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

.blink-indicator {
    height: 15px;
    width: 0px;
    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;
    }
}


.blog-img {
    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: rgba(0, 0, 0, 0.5);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.modal.active {
    display: block;
    opacity: 1;
}

#image_popup {
    border-radius: 16px 16px 0px 0px;
}

.modal-content {
    /* margin: 10px; */
    background: #fff;
    border-radius: 16px;
    max-width: 400px;
    width: 90%;
    /* padding: 20px; */
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: all 0.5s ease;
    top: 0%;
}

.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;
    opacity: 0px;
    font-family: Helvetica;
    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;
}

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

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

.modes-bar {
    display: flex;
}

.feature-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

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

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


/*********** Query type dropdown ( Contact Us page )  ***********/
.query-dropdown-wrapper {
    position: relative;
    width: 100%;
}

.query-dropdown-header.active {
    border: 1px solid #333333;
}
.query-dropdown-header {
    background-color: var(--color-white);
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-gray);
    font-size: 12px;
}

.query-dropdown-header .arrow {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.query-dropdown-header.active .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.query-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.query-dropdown-list.active {
    display: block;
}

.query-dropdown-list-item {
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
}

.query-dropdown-list-item:hover {
    background-color: #f5f5f5;
}

/*********** Query type dropdown ( Contact Us page )  ***********/



@media screen and (min-width:768px) and (max-width:992px) {
    .upload-container .upload-right-one{
        width: 45%;
    }
}
/* For larger screens */
@media (max-width: 992px) {

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

    .blog-section-card {
        flex-wrap: wrap;
    }

    .container {
        padding: 0 15px;
    }



    .footer-left {
        padding: 10px;
    }

    .faq-container {
        width: 100%;
        overflow-x: hidden;
    }

    .question-container {
        min-width: auto;
    }

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

    .contact-right {
        /* width: 500px; */
        /* padding: 1rem; */
    }

    .contact-links {
        padding: 10px;
    }

    .modes-bar {
        display: flex;
    }

    .navbar {
        display: none;
    }

    .mobile-div {
        display: block;
    }

    .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 rgba(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;
        display: block;
    }


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

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

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

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

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


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

    .navbar {
        padding: 0px 5px 0px 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 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;
        position: relative;
    }

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

    .middle-box {
        min-width: 100%;
        height: 370px;
        border-radius: 0px 0px 0px 0px;
    }

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

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


    .display-contents {
        display: none;
    }

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



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

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

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

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

    .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: #465056;
        font-size: 16px;
        font-style: normal;
        font-weight: var(--fontweight-light);
        line-height: 150%;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 5px;
        text-align: start;
        width: 100%;
        cursor: pointer;
    }

    .why-us-content {
        flex-direction: column;
    }

    .table-container {
        width: 96%;
    }

    .why-us-content-container {
        width: 96%;
    }

    #collaps-container {
        visibility: hidden;
    }

    .mobile-modes {
        display: flex;
    }

    .modes-bar {
        display: none;
    }

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

@media (min-width: 601px) {
    .dropdown-icon {
        display: none;
    }

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

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

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

}

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

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

    .contact-box {
        padding: 20px;
    }

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

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

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

    .why-us-tool {
        width: 100%;
    }

    .bottom-bar {
        display: none;
    }

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

    #middleContent {
        height: 100%;
    }

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

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

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

    .sidebar-box {
        width: 94%;
    }

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

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

    .upload-container {
        flex-direction: column;
        padding: 1rem 0.2rem;
        align-items: center;
    }

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

    .contact-container {
        padding: .5rem;
    }

    .form-input,
    .textarea-input {
        width: 100%;
    }

    .contact-form {
        padding: 0rem;
    }

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

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

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

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

    /* 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);
    }

}

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

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

    .why-us-tool {
        width: 100%;
    }

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

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

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

    .text-div,
    .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;
    }

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

    .article-title,
    .header-text {
        font-size: 30px;
    }

    .footer-bottom-text,
    .center-text,
    .icon-text,
    .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;
    }

    .single-blog-container {
        padding-top: 0rm !important;
    }

    .second-row,
    .contents-title {
        font-size: 28px;
        text-align: center;
    }

    .single-blog-title {
        font-size: 22px !important;
        line-height: 30px !important;
    }

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

    .third-row {
        line-height: 150%;
    }

    .second-feature-row {
        font-size: 28px;
        letter-spacing: normal;
        text-align: center;
    }

    .tool-one {
        padding: 15px 15px;
        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: 0rem;
    }

    .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: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.who-card {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #E5EDEF;
    background: #FFF;
    flex-basis: 47%;
    gap: 24px;
}

.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-description {
    gap: 8px;
}

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

#sentenceActionButton {
    width: Hug (101px)px;
    height: Hug (30px)px;
    padding: 6px 12px 6px 12px;
    gap: 8px;
    border-radius: 8px 0px 0px 0px;
    opacity: 0px;
    color: white;
    border-radius: 8px;
    background: radial-gradient(100% 900% at 0% 0%, #6DBBD5 0%, #44CAB2 55.5%, #249BC2 100%);
    box-shadow: 0px 8px 12px 0px #256D8552;
}

#sentenceActionButton:hover {
    cursor: pointer;
}

#rephrase_response {
    height: 200px;
    width: 200px;
    display: none;
    position: absolute;
    width: 464px;
    height: 264px;
    overflow: auto;
    border-radius: 10px;
    gap: 0px;
    opacity: 0px;
    background-color: white;
    z-index: 1000px;
    border: 1px solid #E9ECEE;
    box-shadow: 0px 10px 30px 0px #00000014;

}

.rephrase-top-bar {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-bottom: solid 1px rgb(238, 238, 238);
    padding: 10px;
}

.rephrase_response_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    overflow: auto;
}

.rephrase_response_content:hover {
    background: #ECF6F9;
    cursor: pointer;

}

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


.rephrase-text {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.contact_btn {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background: var(--primary);
    cursor: pointer;
    color: #E2E2E2;
    font-size: 16px;
    padding: 10px 24px;
    line-height: 24px;
    font-weight: 400;
}

.contact_btn:hover {
    background-color: #071921;
}

.connect-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.social-links-container {
    max-width: 800px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.social-link {
    background: #DAEEF2;
    max-width: 320px;
    width: 100%;
    height: 72px;
    gap: 8px;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #465056;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;

}

.contact-captcha {
    text-align: right;
    margin-top: 5px;
    position: absolute;
    right: 0px;
    top: 315px;
}

#custom_mode {
    max-width: 225px;
    overflow: hidden;
    white-space: nowrap;
}


/* feedback section */


#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[data-value="like"] {
    background: #e6ffe6;
    color: #2e7d32;
}

.feedback-btn[data-value="dislike"] {
    background: #ffebee;
    color: #d32f2f;
} */

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

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

    .bottom-card-text {
        width: 100%;
    }

    /* .feedback-popup {
        right: -50px;
    } */
    /* Adjust to avoid overflow */
}

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

@media(min-width:992px) {
    .footer-left {
        margin-left: 20px;
    }
    .middle-row{
        max-width: 980px;
    }
}

@media(max-width:770px) {
    .middle-row {
        padding: 0px 20px;
    }

    #last-box {
        margin-top: 20px;
        padding-top: 5px;
    }
}
#copyButton{
margin-right: 10px;
}
.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;
    }
}
