
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: Inter, sans-serif;
    text-decoration: none;
    line-height: 1.5;
}
:root {
    --color-primary: #1370fd;
    --color-blue: #722bfd;
    --color-lightblue: #9842f2;
    --color-darkblue: #18063c;
    --color-black: #373943;
    --color-darkblack: #4e4f59;
    --color-lightgray: #f9f9f9;
    --color-gray: #efefef;
    --color-footer-description: #616370;
    --color-background-fill: #f6f9ff;
    --color-darkgray: gray;
    --color-h1: #21212d;
    --color-h2: #21212d;
    --color-h3: #a6a9b0;
    --color-p: #7a7d84;
    --font-size-default: 18px;
    --font-size-small: 16px;
    --font-size-xsmall: 14px;
    --font-size-h1: 40px;
    --font-size-h2: 34px;
    --font-size-h3: 24px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --border-radius-large: 12px;
    --border-radius-default: 8px;
    --fontweight-light: 300;
    --fontweight-regular: 500;
    --fontweight-semibold: 600;
    --fontweight-bold: 700;
    --fontweight-black: 900;
    --border-default: 1.8px;
    --border-color: lightgray;
    --border-type: solid;
}
html {
    scroll-behavior: smooth;
}
.container {
    max-width: 1280px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}
.footer-three {
    gap: 2rem;
}
.logo a h2 {
    color: #0e0f1d;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}
.logo a h2 span {
    color: var(--color-primary);
}
.logo a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.d-flex {
    display: flex;
}
.d-flex-g {
    display: flex;
    gap: 12px;
}
.d-flex-column-g {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.d-flex-jc-ai {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-content img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.dropbtn img {
    width: 25px;
    border-radius: 50%;
    height: 25px;
}
.nav-list ul {
    display: flex;
    gap: 3rem;
}
.nav-list ul li {
    display: flex;
    gap: 8px;
    list-style: none;
    align-items: center;
}
.nav-list ul li a {
    color: var(--color-black);
    font-size: var(--font-size-small);
    font-weight: 400;
    gap: 8px;
    display: flex;
}
.d-none {
    display: none;
}
.navbar ul li.active,
.navbar a.active {
    display: flex;
    background: var(--color-background-fill);
    border-radius: 10px;
    padding: 7px 1rem;
}
.end_part {
    display: flex;
    align-items: center;
    gap: 24px;
}
.contact {
    text-decoration: none;
    color: #fff;
    background: #21212d !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 12px;
    border-radius: 10px;
}
.blog {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 12px;
    color: #0e0f1d;
}
.blog:visited {
    color: #0e0f1d;
}
.jpg_to_pdf {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 12px;
    color: #0e0f1d;
}
.jpg_to_pdf:visited {
    color: #0e0f1d;
}
.tool-main {
    display: flex;
    flex-direction: column;
    background: var(--color-background-fill);
}
.tool {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 5rem;
    gap: 10px;
}
.tool-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 3rem;
}
.tool-heading h1 {
    color: var(--color-h1);
    font-size: var(--font-size-h1);
    font-weight: 700;
    font-style: normal;
}
.tool-heading p {
    color: var(--color-h2);
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    max-width: 750px;
    width: 100%;
    text-align: center;
}
.tool-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 16px;
    min-height: 392px;
    padding: 4rem 0;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%231371FDFF' stroke-width='3' stroke-dasharray='6%2c 9' stroke-dashoffset='16' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 16px;
    box-shadow: 0 30px 50px 0 rgb(11 45 95 / 0.04);
}
.text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tool-div p {
    color: var(--color-h2);
    text-align: center;
    font-size: var(--font-size-h5);
    font-weight: 500;
    font-style: normal;
}
#download-all-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.tool-div h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #90939a;
}
.tool-div span {
    color: #a6a9b0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
}
.url-input-div {
    display: flex;
    background-color: var(--color-background-fill);
    padding: 5px 20px;
    gap: 10px;
    border-radius: 5px;
    align-items: center;
    border: 2px dashed #eaeaea;
}
.no-border {
    border: none;
    background-color: #fff0;
    font-size: 18px;
    color: var(--color-p);
    width: 100%;
}
.upload-btn {
    --btn-bg-color: var(--color-primary);
    display: flex;
    gap: 8px;
    padding: 16px 56px;
    border-radius: 8px;
    border: none;
    color: #fff;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    background: var(--btn-bg-color);
}
.upload-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--btn-bg-color);
    border-radius: inherit;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.4s ease;
}
.upload-btn:hover {
    background: #4087f1;
    background-position: top right;
}
.upload-btn:hover::before {
    transform: scaleX(1);
}
.upload-btn {
    position: relative;
    z-index: 1;
}
.attach-files {
    display: flex;
    gap: 8px;
}
.cursor-pointer {
    cursor: pointer;
}
.d-flex-column {
    display: flex;
    flex-direction: column;
}
.flex-g {
    flex: 1;
    gap: 10px;
}
.how-it-works {
    display: flex;
    padding-top: 4rem;
}
.left-top {
    display: flex;
    align-items: start;
    gap: 10px;
    padding-bottom: 3rem;
}
.footer-two,
.footer-one {
    gap: 10px;
}
.left-top p {
    background: var(--color-background-fill);
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    color: var(--color-primary);
    text-transform: uppercase;
}
.left-top h2 {
    color: var(--color-h1);
    font-size: var(--font-size-h2);
    font-weight: 700;
}
.history-tl-container {
    display: block;
    position: relative;
}
.history-tl-container ul.tl {
    margin: 20px 20px;
    padding: 0;
    display: inline-block;
}
.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 2px dashed var(--color-primary);
    padding: 0 0 75px 40px;
    position: relative;
}
.alert__msg {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    min-width: 300px;
    padding-right: 20px;
    background-color: #fff;
    border: 0.1px solid #f5f5f5;
    box-shadow: rgb(0 0 0 / 0.1) 0 4px 12px;
    z-index: 20000;
    display: none;
}
.alert__msg__txt {
    border-left: 4px solid var(--color-primary) !important;
    padding-left: 8px;
}
.history-tl-container ul.tl li:last-child {
    border-left: 0;
}
.history-tl-container ul.tl li::before {
    position: absolute;
    left: -24px;
    top: -5px;
    content: attr(data-count);
    color: var(--color-primary);
    font-weight: 600;
    border: 1px solid #a6a9b0;
    border-radius: 500%;
    background: #fff;
    height: 27px;
    padding: 10px;
    text-align: center;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 7px 0 #00000012;
    box-shadow: 0 -2px 5px 0 #0000001a inset;
}
ul.tl li .item-title {
    color: var(--color-h1);
    font-size: var(--font-size-h3);
    font-weight: 700;
    font-style: normal;
    padding-bottom: 8px;
}
ul.tl li .item-detail {
    color: var(--color-p);
    font-size: var(--font-size-default);
    font-weight: 400;
    font-style: normal;
}
.left-part {
    flex: 1;
}
.right-part {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex: 1;
}
.right-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 4rem;
    padding: 1rem;
    flex: 1;
}
.feature-box {
    border: 0.5px solid #a6a9b0;
    box-shadow: 0 8px 20px 0 rgb(13 34 89 / 0.05);
    border-radius: 10px;
    padding: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    min-height: 400px;
}
.top-div {
    position: absolute;
    top: -50px;
    left: 7%;
}
.box-title {
    color: var(--color-h1);
    font-size: var(--font-size-h3);
    font-weight: 700;
    font-style: normal;
    padding: 1rem 0;
}
.box-description {
    color: var(--color-p);
    font-size: 18px;
    font-weight: 400;
}
.why-is-best {
    display: flex;
    padding-top: 4rem;
    justify-content: center;
}
.why-top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4rem;
}
.why-top p {
    background: var(--color-background-fill);
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    color: var(--color-primary);
    text-transform: uppercase;
}
.why-top h2 {
    color: var(--color-h1);
    font-size: var(--font-size-h2);
    font-weight: 700;
}
.tool-best-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.best-one {
    gap: 10px;
    flex-basis: 32%;
    padding-bottom: 1.5rem;
}
.best-top {
    display: flex;
    gap: 10px;
}
.best-top img {
    width: 80px;
}
.best-top h3 {
    color: var(--color-h1);
    font-size: var(--font-size-h3);
    font-weight: 700;
    font-style: normal;
    display: flex;
    align-items: center;
}
.best-bottom {
    color: var(--color-p);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.question-container {
    gap: 1rem;
    padding: 0rem 5rem;
}
.question-div {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 0.5px solid #a6a9b0;
    background: #fff;
    box-shadow: 0 5px 7px 0 rgb(0 0 0 / 0.03);
    padding: 2rem 1rem;
}
.question-top {
    display: flex;
    justify-content: space-between;
}
.dropdown-plus {
    aspect-ratio: 1/1;
    width: 18px;
}
.question-title {
    color: var(--color-h1);
    font-size: var(--font-size-h3);
    font-style: normal;
}
.card-container {
    gap: 1.5rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
}
.card-div {
    border-radius: 12px;
    border: 0.7px solid #aeb0b4;
    background: #fff;
}
.card-footer {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}
.card-date {
    color: var(--color-h2);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.card-title {
    color: var(--color-h1);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}
.card-description {
    color: var(--color-p);
    font-size: 16px;
    font-weight: 400;
    width: 280px;
}
.btn-read {
    border-radius: 50px;
    border: 1px solid var(--color-primary);
    background: #fff;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 0.05);
    padding: 10px 15px;
    color: var(--color-primary);
    font-size: 14px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
}
.btn-read::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4e8ce9;
    color: #fff;
    border-radius: inherit;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
    transition: transform 0.4s ease;
}
.btn-read:hover {
    background: #85b2f5;
    color: #fff;
    border-radius: 50px;
}
.btn-read:hover::before {
    transform: scaleX(1);
    transform-origin: right;
}
.btn-read {
    position: relative;
    z-index: 1;
}
.footer {
    background: #edf1f8;
    padding-top: 4rem;
}
.footer-logo a {
    color: var(--color-darkblack);
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-control {
    display: flex;
    justify-content: space-between;
}
.footer-description {
    color: var(--color-footer-description);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 2rem;
    max-width: 420px;
}
.social-icons {
    gap: 10px;
    padding-bottom: 2rem;
}
.use-link {
    color: var(--color-h1);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}
.footer-mid-one ul {
    list-style: none;
    text-decoration: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.footer-mid-one ul li a {
    color: var(--color-darkblack);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.footer-end {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 0rem 10px 0rem;
    gap: 2.5rem;
}
.end-text {
    color: var(--color-p);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.dropdown-text {
    color: var(--color-darkblack);
    font-size: var(--font-size-default);
    font-weight: 400;
    font-style: normal;
    padding-top: 1rem;
    border-top: 0.5px solid #bcbfc6;
}
.border {
    padding-bottom: 1.5rem;
}
.after-dropdown-title {
    color: rgb(33 33 45 / 0.6);
    font-weight: 700;
    font-style: normal;
}
.rotate-icon {
    transform: rotate(45deg);
    transition: transform 0.3s;
}
.navbar {
    padding: 12px;
}
.d-block {
    display: block;
}
@media (max-width: 1020px) {
    .container {
        max-width: 900px;
        width: 100%;
    }
    .navbar {
        padding: 10px;
    }
    .how-it-works {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }
    .feature-image img {
        width: 450px;
    }
}
.navbar-mobile {
    display: none;
}
.mobile-dropdown {
    display: none;
}
.d-block {
    display: block !important;
}
@media (max-width: 768px) {
    .feature-box {
        min-height: 350px;
    }
    .dropbtn {
        background-color: #bbd6ff4f!important;
    }
    .mobile-logo {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .mobile-dropdown {
        display: none;
    }
    .mobile-dropdown ul {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
        border-radius: 10px;
    }
    h2 a {
        color: #373943;
    }
    .mobile-dropdown ul li {
        color: #373943;
    }
    .mobile-dropdown ul li {
        background-color: #1371fd4f;
        padding: 10px;
        border-radius: 10px;
        list-style: none;
    }
    .navbar {
        display: none;
    }
    .navbar-mobile {
        display: block;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-dropdown {
        background-color: #fff;
        padding: 10px;
        position: absolute;
        width: 100%;
        transition: transform 0.3s;
        z-index: 2;
    }
    .mobile-div {
        position: relative;
    }

    input[type="checkbox"] {
        width: 25px;
    }
    .footer-one {
        display: grid;
        grid-area: f1;
    }
    .footer-two {
        display: grid;
        grid-area: f2;
    }
    .footer-three {
        display: grid;
        grid-area: f3;
    }
    .footer-four {
        display: grid;
        grid-area: f4;
    }
    .question-container {
        padding: 0rem 2rem;
    }
}
@media (max-width: 550px) {
    .tool-heading h1 {
        font-size: var(--font-size-h2);
    }
    .mobile-logo img {
        width: 35px;
    }
    h2 a {
        font-size: var(--font-size-default);
    }
    .tool h1 {
        font-size: var(--font-size-h3);
    }
    .tool h2 {
        font-size: var(--font-size-default);
    }
    .left-top {
        align-items: center;
    }
    .feature-image img {
        width: 390px;
    }
    .right-feature {
        grid-template-columns: 1fr;
    }

    .top-div img {
        width: 80px;
    }
    .best-one {
        flex-basis: 100%;
    }
    .drop-div {
        gap: 0;
    }

    .end-text {
        font-size: 14px;
    }
    .container {
        padding: 10px;
    }
    .question-container {
        padding: 0rem 1rem;
    }
    .question-title {
        font-size: 16px;
    }
    .history-tl-container {
        padding-left: 1.35rem;
    }
    .feature-box {
        min-height: 325px;
    }
    .why-top {
        padding-bottom: 1rem;
    }
    .why-top h2,
    .left-top h2 {
        text-align: center;
    }
}
@media (max-width: 375px) {
    .feature-image img {
        width: 300px;
    }
}
@media (max-width: 325px) {
    .feature-image img {
        width: 310px;
    }
    .feature-box {
        min-height: 400px;
    }
}
.tool-on-change {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    gap: 3.5rem;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 30px 50px 0 rgb(11 45 95 / 0.04);
}
.processing-div {
    display: flex;
    flex-direction: column;
    flex-basis: 49%;
    flex-grow: 1;
    gap: 8px;
}
.drop-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.main-div {
    display: flex;
    gap: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.chevron {
    width: 10px !important;
}
.dropbtn {
    background-color: #fff;
    color: #333;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.lang-list {
    display: none;
    position: absolute;
    box-shadow: 2px 8px 16px 0 rgb(0 0 0 / 0.2);
    width: 100%;
    border-radius: 5px;
}
.dropdown-content a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.dropdown:hover .dropdown-content {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 8px;
    background-color: #fff;
}
.dropdown-content a:hover {
    background-color: #f9f9f9;
}
.drop-div {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px dashed #eaeaea;
    background: #f6f9ff;
    flex-grow: 1;
    padding: 25px 0;
}
.drop-div h2 label {
    color: #1370fd;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.drop-div h2 label:hover {
    text-decoration: underline 2px;
}
.drop-div h2 {
    color: #6e6e6e;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.social-div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.uploading-files {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uploading-files h3 {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.file-name-span {
    font-size: 14px;
}
.uploading-files p {
    color: #90939a;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}
.key-points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}
.dl-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.key-points h2 {
    display: flex;
    color: var(--color-h1);
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    justify-content: center;
}
.key-points p {
    color: #6e6e6e;
    font-size: var(--font-size-default);
    font-weight: 400;
    text-align: start;
    font-style: normal;
}
.dl-list p {
    color: #90939a;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.dl-list h2 {
    display: flex;
    color: var(--color-h1);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    justify-content: center;
}
.dl-list p span {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.key-points ul {
    padding: 0 22px;
}
.key-points ul li {
    color: #6e6e6e;
    font-size: var(--font-size-default);
    font-weight: 400;
    font-style: normal;
}
.key-points ul li::marker {
    color: #000;
    font-size: 1.5rem;
}
.bottom-process {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding-top: 1.5rem;
    position: relative;
}
#captcha {
    position: absolute;
    bottom: 45px;
    right: 0;
}
.start-over {
    display: flex;
    gap: 10px;
}
.start-over h2 {
    color: var(--color-h2);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.convert-btn {
    border-radius: 10px;
    --btn-bg-color: var(--color-primary);
    border: none;
    padding: 9px 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background: var(--btn-bg-color);
    color: #fff;
    font-size: var(--font-size-default);
    font-weight: 600;
    font-style: normal;
}
.convert-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--btn-bg-color);
    border-radius: inherit;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.4s ease;
}
.convert-btn:hover {
    background: #4087f1;
    background-position: top right;
}
.convert-btn:hover::before {
    transform: scaleX(1);
}
.convert-btn {
    position: relative;
    z-index: 1;
}
.uploading-processing {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
    padding: 0 0.5rem;
    align-items: center;
    justify-content: space-between;
}
.ready {
    background: #e8f6ee;
    border-radius: 6px;
    padding: 4px 8px;
    color: #00ac47;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: right;
}
.file_size h5 {
    color: #90939a;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.index {
    color: var(--color-h2);
    font-size: 12px;
    font-style: normal;
}
.process_bar {
    width: 100%;
    opacity: 0.5;
}
.file-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-x: hidden;
}
.file-name {
    display: flex;
    justify-content: space-between;
    width: 92%;
}
.file-name p {
    color: var(--color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.file-name-left {
    display: flex;
    gap: 2px;
    flex-direction: column;
    min-width: 100px;
    max-width: 100px;
}
.file-name-left h2 {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.file-properties {
    display: flex;
    justify-content: space-between;
    width: 92%;
}
.file-properties h2 {
    color: var(--color-h2);
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}
.file-properties p {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}
.key-points h3 {
    color: #90939a;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.download-btn h2 {
    color: #fff;
    font-size: var(--font-size-default);
    font-weight: 600;
    font-style: normal;
}
.btn-donate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    --radii: 0.5em;
    cursor: pointer;
    padding: 9px 15px;
    min-width: 120px;
    min-height: 44px;
    font-size: var(--size, 1rem);
    font-family: "Segoe UI", system-ui, sans-serif;
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    border: none;
    border-radius: var(--radii);
    color: #fff;
    background: #21212d;
}
.btn-donate:hover {
    background-position: right top;
}
.btn-donate:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}
@media (prefers-reduced-motion: reduce) {
    .btn-donate {
        transition: linear;
    }
}
.fix-height {
    height: 100%;
}
.dl-files-list {
    padding-right: 1rem;
}
.download-container {
    padding-top: 2rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.file-info {
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.file-info h2 {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}
.popup-container,
.popups {
    display: flex;
    position: fixed;
}
.popups {
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 0.5);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 20;
}
.popup-container {
    background-color: #fff;
    border-radius: 20px;
    width: 320px;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
    transition: opacity 0.3s;
    opacity: 1;
    animation: 0.5s forwards fadeIn;
}
.popup-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #1e2a4b;
}
.popup-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 30px;
    color: #90939a;
}
.contactus-msg,
.contactus-msg a {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}
.contactus-msg a {
    color: #4087f1;
}
.popup-cross {
    position: absolute;
    top: 11px;
    cursor: pointer;
    right: 18px;
}
#close-btn {
    background-color: #4087f1;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 286px;
    height: 40px;
    cursor: pointer;
    padding: 10px 42px;
}
.file-info p {
    color: var(--color-h2);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.dl-file-detail {
    display: flex;
    gap: 4px;
    flex-direction: column;
    min-width: 115px;
    max-width: 115px;
}
.processing-con {
    min-height: 392px;
}
.dl-success {
    display: flex;
    align-items: center;
}
.dl-fail {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dl-fail h2 {
    color: var(--color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.dl-success h2 {
    color: var(--color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.finish_h2 h2 {
    color: var(--color-black);
    font-size: 12px;
    font-weight: 500;
    background: #eaf4fa;
    color: var(--color-primary);
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
}
.left_part {
    display: flex;
    align-items: center;
    gap: 15px;
}
.dl-list img {
    max-width: 280px;
    align-self: center;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #f3e8e8;
}
::-webkit-scrollbar-thumb:horizontal {
    background: #fff0;
}
::-webkit-scrollbar-track:horizontal {
    background: #fff0;
}
.processing-bar {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.file_loader {
    width: 75%;
    padding: 4px;
    border-radius: 10px;
    background: linear-gradient(270deg, #1371fd 0%, #d2e2f3 100%);
    background-size: auto;
    background-size: 200% 100%;
    animation: loading 2s linear infinite;
    height: 1px;
    left: 20%;
    right: 0;
    bottom: 20px;
    position: absolute;
}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.contact-us-main {
    padding: 4rem 0rem;
}
.contact-us-title {
    border-radius: 10px;
    background: #edf1f8;
    padding: 2rem;
}
.contact-us-title h2 {
    color: var(--color-h1);
    font-size: var(--font-size-h1);
    font-weight: var(--fontweight-bold);
    letter-spacing: -1.2px;
    font-style: normal;
    line-height: normal;
}
.contact-us-container {
    gap: 2rem;
    padding: 10px 10px 4rem 10px;
}
.contact-us-form {
    padding: 10px;
    border-radius: 20px;
    background: #f5f8fd;
    padding: 1.5rem;
    flex: 1;
    gap: 2rem;
}
.contact-us-right {
    padding: 10px;
    flex: 1;
}
.name-container {
    gap: 1rem;
}
.f-name,
.l-name {
    flex: 0.5;
    gap: 10px;
}
.f-name label,
.l-name label,
.email-container label,
.message-container label {
    color: var(--color-h1);
    font-size: 20px;
    font-weight: var(--fontweight-semibold);
    line-height: 32px;
    letter-spacing: -0.4px;
    font-style: normal;
}
.f-name input,
.l-name input,
.email-container input,
.message-container textarea {
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    background: #fff;
    padding: 0.8rem;
    font-size: var(--font-size-default);
}
.email-container,
.message-container {
    gap: 10px;
}
.f-name input::placeholder,
.l-name input::placeholder,
.email-container input::placeholder,
.message-container textarea::placeholder {
    color: var(--color-p);
    font-size: var(--font-size-default);
    font-weight: var(--fontweight-light);
    line-height: normal;
    font-style: normal;
    letter-spacing: 0.18px;
}
.message-container textarea {
    resize: none;
}
.btn {
    padding: 1rem 0rem;
    justify-content: center;
    align-items: center;
}
.send-btn {
    border-radius: 50px;
    border: 1.5px solid #1371fd;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 0.03);
    padding: 10px 20px;
    background: var(--color-primary);
    color: #fff;
    font-size: var(--font-size-small);
    font-weight: var(--fontweight-regular);
    font-style: normal;
    line-height: normal;
}
.send-btn:hover {
    background: #fff;
    color: var(--color-primary);
}
.contact-right-container {
    padding: 1.5rem 0rem 0rem 0rem;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
}
.contact-right-top {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.up-right-title h2 {
    color: var(--color-h1);
    font-size: 24px;
    font-weight: var(--fontweight-bold);
    font-style: normal;
    line-height: normal;
}
.up-right-description p {
    color: var(--color-darkblack);
    font-size: var(--font-size-small);
    font-weight: var(--fontweight-regular);
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.4px;
    padding-left: 45px;
}
.contact_us_image img {
    max-width: 450px;
    align-items: end;
}
@media (max-width: 1025px) {
    .contact-us-container {
        flex-direction: column;
    }
    .contact_us_image {
        display: flex;
        justify-content: center;
    }
    .name-container {
        flex-wrap: wrap;
    }
    .f-name,
    .l-name {
        flex-grow: 1;
        width: 100%;
    }
    .contact_us_image img {
        min-width: 300px;
    }
    .contact-us-main {
        padding: 4rem 1rem;
    }
    .blog-container {
        flex-direction: column;
    }
    .blog-right-container {
        width: 30%;
    }
    .trending-blog-container {
        flex-direction: row;
        width: 30%;
        gap: 1rem;
    }
}
.blog-container {
    gap: 1.5rem;
    padding-bottom: 4rem;
}
.blog-left-container {
    flex: 3;
}
.blog-right-container {
    flex: 1;
}
.latest-blog {
    padding-bottom: 1.5rem;
}
.latest-blog h2 {
    color: var(--color-h1);
    font-size: 28px;
    font-weight: var(--fontweight-bold);
    font-style: normal;
    line-height: normal;
}
.latest-blog-container {
    border-radius: 12px;
    border: 0.7px solid #a6a9b0;
    background: #fff;
    padding: 10px;
}
.blog-image img {
    max-width: 400px;
}
.latest-date {
    color: var(--color-h2);
    font-size: var(--font-size-xsmall);
    font-weight: var(--fontweight-regular);
    font-style: normal;
    line-height: normal;
}
.latest-title {
    color: var(--color-h1);
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: var(--fontweight-bold);
    letter-spacing: -0.64px;
}
.latest-description {
    color: var(--color-p);
    font-size: var(--font-size-xsmall);
    font-weight: var(--fontweight-light);
    line-height: 26px;
    letter-spacing: 0.32px;
    font-style: normal;
}
.trending-blog-container {
    gap: 2rem;
    flex-direction: column;
    display: flex;
}
.card-footer-trending {
    display: flex;
    flex-direction: column;
    padding: 1.2rem;
    gap: 10px;
}
.all-blog-container {
    padding: 2rem 0rem;
}
.all-blog-list {
    flex-wrap: wrap;
    gap: 1rem;
}
.all-blog-card-div {
    border-radius: 12px;
    border: 0.7px solid #aeb0b4;
    background: #fff;
    width: 32%;
    overflow: hidden;
}
.single-blog-container {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.show-more-blogs {
    text-decoration: none;
    color: #000;
    text-align: end;
}
.text-align-right {
    text-align: end;
}
.tox-menubar,
.tox-promotion,
.tox-statusbar__branding {
    display: none !important;
}
.blog-right {
    flex: 1.4;
    gap: 15px;
    border-radius: 10px;
    text-align: start;
    justify-content: flex-start;
}
.single-blog-image img {
    width: 100%;
}
.single-blog-image img {
    width: 100%;
}
.blog-short-content {
    display: flex;
    padding: 15px;
    gap: 10px;
    color: #000;
    border: 2px solid #f7f9fb;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 16px;
}
.blog-short-content:hover {
    border-radius: 20px;
    background: var(--white-background);
    box-shadow: 0 5px 50px 0 rgb(0 78 196 / 0.08);
}
.blog-right h5 {
    font-weight: 400;
    font-size: var(--font-size-medium);
}
.blog-right p {
    padding: 8px 0;
}
.single-blog-content {
    max-width: 900px;
}
.single-blog-description .single-blog-title,
.single-blog-description h1,
.single-blog-description h3,
.single-blog-description h4 {
    font-weight: 700;
    line-height: 38.73px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #21212d;
}
.single-blog-description h1 {
    font-size: 32px;
}
.single-blog-description h2 {
    font-size: 24px;
}
.single-blog-description img {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 0.06);
}
.single-blog-description h3 {
    font-size: 22px;
}
.single-blog-description {
    margin-top: 15px;
}
.single-blog-description h4 {
    font-size: 26px;
}
.single-blog-description .single-blog-content,
.single-blog-description p,
.single-blog-description div {
    font-size: 18px;
    font-weight: 450;
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #4e4f59;
}
.tox-tinymce {
    width: 60% !important;
    height: 450px !important;
    position: absolute !important;
    z-index: 5;
    top: 216px;
}
.tiny-tool-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 16px;
    padding: 4rem 0;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%231371FDFF' stroke-width='3' stroke-dasharray='6%2c 9' stroke-dashoffset='16' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 16px;
    height: 300px !important;
    width: 50% !important;
    position: absolute !important;
    z-index: 10;
    top: 300px;
}
.file-container {
    position: relative;
    display: inline-block;
}
.doc-svg {
    display: block;
    border-radius: 6px;
}
.download-link {
    position: absolute;
    top: 15px;
    right: 2px;
}
.view-icon {
    position: absolute;
    top: 15px;
    left: 5px;
}
.down_svg_new {
    cursor: pointer;
}
.file-info-bg {
    display: none;
    width: 76px;
    position: absolute;
    height: 56px;
    border-radius: 6px;
}
#file-list {
    overflow: auto;
    max-height: 216px;
}
.tool-div-content {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 590px;
    width: 100%;
    top: 216px;
    border-radius: 16px;
}
.tool-div-content-tiny {
    width: 100%;
}
.default-bottom {
    padding: 0 60px 20px 0;
    width: 100%;
    position: absolute;
    right: 316px;
}
.second-proceesing {
    flex-basis: 20% !important;
    justify-content: space-between !important;
}
.button-container {
    display: flex;
    gap: 10px;
}
.file-info-container {
    gap: 10px;
    width: 45%;
    cursor: pointer;
}
.btn {
    padding: 10px 20px;
    border: 2px solid #fff0;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    cursor: pointer;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}
input[type="checkbox"]:checked::before {
    transform: scale(1);
}
input[type="checkbox"]:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
:root {
    --form-control-color: #ffffff;
}
.download-icon {
    display: none;
}
.view-icon {
    display: none;
}
.file-container:hover .file-info-bg {
    display: block;
    background-color: #000; /* New background color on hover */
    opacity: 0.5; /* Optional: make it semi-transparent */
}
.file-container:hover .download-icon {
    display: block;
}
.file-container:hover .view-icon {
    display: block;
}
.btn:first-of-type {
    border-color: #e0e7ff;
}
.file-container {
    position: relative;
    display: inline-block;
}
.view-icon {
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgb(0 0 0 / 0.2);
}
.modal-content {
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 70%;
    border-radius: 12px;
}
.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content,
.caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover,
.btn.selected {
    background-color: #f5f8ff;
    border: 1px solid #1371fd;
}
.convert-tolltype {
    justify-content: space-between !important;
    width: 100%;
    padding: 16px 24px 16px 24px;
}
@media (max-width: 769px) {
    .all-blog-card-div {
        width: 48.9%;
    }
    .dropdown-content a{
        justify-content: start !important;
    }
    .blog-right-container {
        width: unset;
    }
    .trending-blog-container {
        width: unset;
        flex-wrap: wrap;
    }
}

@media (max-width: 321px) {
    .contact-us-title h2 {
        font-size: 20px;
    }
}
.privacy-main {
    padding: 4rem 0rem 5px 0rem;
}
.privacy-date {
    justify-content: end;
    padding-bottom: 1rem;
}
.privacy-date p {
    color: var(--color-darkblack);
    font-size: var(--font-size-default);
    font-weight: var(--fontweight-regular);
    font-style: normal;
    line-height: normal;
}
.privacy-date span {
    color: var(--color-h2);
    font-size: var(--font-size-default);
    font-weight: var(--fontweight-regular);
    font-style: normal;
    line-height: normal;
}
.privacy-container {
    padding: 0 4rem;
}
.p-1,
.p-2,
.p-3,
.p-4,
.p-5,
.p-6 {
    gap: 1rem;
    padding-bottom: 2rem;
}
.p-1-title,
.p-2-title,
.p-3-title,
.p-4-title,
.p-5-title,
.p-6-title {
    color: var(--color-h1);
    font-size: 24px;
    font-weight: var(--fontweight-bold);
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.64px;
}
.p-1-detail,
.p-2-detail,
.p-4-detail,
.p-5-detail,
.p-6-detail {
    color: var(--color-darkblack);
    font-size: var(--font-size-default);
    font-weight: var(--fontweight-regular);
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.4px;
}
.social-icons a img:hover {
    filter: drop-shadow(2px 4px 6px black);
}
.p-3-list-container {
    justify-content: space-between;
    padding: 0 0 0 2rem;
}
.p-3-list-1 ul li,
.p-3-list-2 ul li {
    color: var(--color-darkblack);
    font-size: var(--font-size-small);
    font-weight: var(--fontweight-regular);
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0.4px;
}
.privacy-bottom {
    padding: 3rem 0rem;
}
.privacy-bottom-title h3 {
    color: var(--color-h1);
    font-size: 28px;
    font-weight: var(--fontweight-bold);
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.64px;
}
.privacy-bottom-title {
    justify-content: space-between;
    align-items: center;
}
.privacy-bottom-title p {
    color: var(--color-darkblack);
    font-size: var(--font-size-default);
    font-weight: var(--fontweight-regular);
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0.4px;
}
.browse_file {
    color: #1370fd;
}
.modal-content-div {
    display: flex;
    align-items: center;
    width: 50%;
    height: 90%;
    position: relative;
    background: white;
    padding: 32px 24px;
    border-radius: 24px;
}
.close-model {
    position: absolute;
    top: 14px;
    right: 13px;
    cursor: pointer;
}
.modal-content {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.modal-content-div button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.img_url,
.browse_file {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 12px 32px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    border-radius: 6px;
}
@media screen and (max-width: 992px) {
    .file_loader {
        left: 26%;
        width: 65%;
    }
}
@media screen and (max-width: 768px) {
    .blog-right {
        display: none;
    }
    .file_loader {
        left: 40%;
        bottom: 12px;
        width: 50%;
    }
    .footer-control {
        flex-direction: column;
    }
    @media screen and (max-width: 508px) {
        .modal-content-div {
            width: 95% !important;
        }

        
    }
    @media (max-width: 426px) {
        .blog-content {
            flex-direction: column;
        }
        .blog-image img {
            width: 100%;
        }
        .card-div,
        .all-blog-card-div {
            width: 100%;
        }
        .contact-us-title h2 {
            font-size: 24px;
        }
        .bottom-process {
            justify-content: center !important;
        }
        .upload-btn {
            padding: 10px 32px;
        }
        .tool-on-change {
            margin-bottom: 25px;
        }
        .tool-on-change{
            padding: 0.5rem;
        }
        .left_part,.file-info 
        {
            gap: 5px;
        }

        .convert-btn {
            font-size: 16px;
        }
        .file_loader {
            left: 50%;
        }
        .tool-div span {
            font-size: 12px;
        }
        .uploading-files h3 {
            font-size: 16px;
        }
        .f-name input,
        .l-name input,
        .email-container input,
        .message-container textarea {
            font-size: 12px;
            padding: 0.6rem;
        }
        .f-name input::placeholder,
        .l-name input::placeholder,
        .email-container input::placeholder,
        .message-container textarea::placeholder {
            font-size: 12px;
        }
        .f-name label, .l-name label, .email-container label, .message-container label{
            font-size: 16px;
            line-height: 1.5;
        }
        .contact-us-btn {
            margin-top: 20px;
        }
 
        .download-btn h2 {
            font-size: 16px!important;
        }
        .contact-us-title, .contact-us-main,.contact-us-form{
            padding: 1rem!important;
        }
        
    }
}

