* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "Roboto";
    text-decoration: none;
    letter-spacing: 1;
    line-height: 130%;
}

:root {
    /* color */
    --color-brown: #4f0d37;
    --color-lightorange: #fff7f5;
    --color-darkgray: #a5a5a5;
    --color-red: #ff0000;
    --color-lightblue: #f3f8fc;
    --color-yellow: #fdcd30;
    --color-text: #2c2c2c;
    /* fonts */
    --font-size-default: 18px;
    --font-size-small: 16px;
    --font-size-xsmall: 14px;
    --font-size-h1: 36px;
    --font-size-h2: 30px;
    --font-size-h3: 28px;
    --font-size-h4: 24px;
    --font-size-h5: 22px;
    --modes-background-color: #f2f2f2;
    /* Border Radius */
    --border-radius-large: 12px;
    --border-radius-default: 7px;

    /* font weight */
    --fontweight-light: 300;
    --fontweight-regular: 500;
    --fontweight-semibold: 600;
    --fontweight-bold: 700;
    --fontweight-black: 900;

    /* border */
    --border-default: 1.8px;
    --border-color: lightgray;
    --border-type: solid;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-white);
}

h1 {
    /* padding-top: 30px; */
    font-size: var(--font-size-h1);
    /* letter-spacing: 4px; */
    font-weight: 600;
    color: var(--color-brown) !important;
}

h2 {
    font-size: var(--font-size-h2);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

h3 {
    font-size: var(--font-size-h3);
}

h4 {
    font-size: var(--font-size-h4);
}

h5 {
    font-size: var(--font-size-h5);
}

p {
    font-size: var(--font-size-default) !important;
    line-height: 1.5;
}

.cursor-pointer {
    cursor: pointer;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}

input {
    border: 1px solid var(--color-darkgray);
    border-radius: 5px;
    padding: 10px 5px;
}

.container__fluid {
    width: 100%;
    margin: auto;
    max-width: 1600px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.paragraph {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.primary__btn {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 5px 30px;
    border-radius: var(--border-radius-default);
    font-size: var(--font-size-default);
    margin: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    border: 1.8px solid var(--color-black);
}

.primary__btn:hover {
    background-color: transparent;
    color: var(--color-black);
}

.section__header {
    text-align: center;
    margin-top: 50px;
}

.section__header > * {
    margin-bottom: 10px;
}

.section__header h2 {
    color: var(--color-brown);
    font-weight: 600;
}

.section__header p {
    width: 100%;
    margin: auto;
}
.border-right {
    border-right: 1px solid lightgray !important;
}
.logo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    gap: 8px;
}

.logo-text {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.logo-text a {
    line-height: 1;
    font-size: var(--font-size-default);
    font-weight: 800;
    color: var(--color-text);
}

.logo-icon img {
    height: 36px;
    margin: 0;
    max-height: 36px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

/* width */
*::-webkit-scrollbar {
    width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: var(--color-brown);
    border-radius: 5px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.textarea__div textarea::-webkit-scrollbar {
    width: 7px;
}

/* =================================================
                     Navbar
====================================================*/

header {
    background-color: var(--color-lightorange);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    margin-top: 0px !important;
}

/* nav div:nth-child(1) {
    padding: 0px 5px;
} */

nav .nav__links {
    display: flex;
    gap: 35px;
}

nav .nav__links a {
    color: var(--color-darkgray);
}

nav .nav__links a.active,
nav .nav__links a:hover {
    color: var(--color-brown);
}

nav a {
    text-decoration: none;
    color: var(--color-darkblue);
    font-size: var(--font-size-small);
}

nav .nav__social {
    display: flex;
    gap: 20px;
    align-items: center;
}

nav .nav__social a {
    display: block;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    transition: 0.3s ease;
}

nav .nav__social a:hover {
    /* clip-path: circle(); */
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

nav .nav__social a img {
    transition: 0.3s ease;
}

nav .nav__social a:hover img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(19%) saturate(7353%)
        hue-rotate(297deg) brightness(102%) contrast(102%);
    transform: scale(0.98);
}

nav .nav__btn a img {
    width: 18px;
    transition: 0.2s ease;
}

nav .nav__btn a:hover img {
    transform: translateX(28px) scale(1.8);
}

.menu__icon {
    display: none;
}

/* =================================================
                     Hero Section
====================================================*/

.hero__wrapper {
    margin-top: 0px !important;
    background-color: var(--color-lightorange);
}

.hero {
    text-align: center;
    margin-top: -10px !important;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}

.hero > * {
    margin-bottom: 5px !important;
}

.hero p {
    max-width: 1000px;
    margin: auto;
}
#captchaLoad {
    position: absolute;
    right: 37%;
    margin-top: 10px;
    top: 55px;
}
/*------ main heading div----- */
.main_heading_div {
    margin-top: 80px;
    margin-bottom: 50px !important;
}
/*------ main heading div----- */

/*------ tooltip-----*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -38px; /* Adjust this value as needed */
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: #333;
    color: white;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    text-wrap: nowrap;
    z-index: 200;
}

.tooltip:hover::after {
    opacity: 1;
}
/*------ tooltip-----*/

/* =================================================
                     Tools Css
====================================================*/

.tool__steps {
    display: flex;
    /* justify-content: center; */
    /* gap: 20px; */
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-bottom: 10px;
}

.tool__steps > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 20%;
    justify-content: center;
}

.tool__steps > div.active > div {
    background-color: var(--color-brown);
}

.tool__steps > div > div {
    background-color: var(--color-darkgray);
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    color: white;
}

.textarea__div {
    max-width: 1170px;
    width: 100%;
    display: flex;
    margin: auto;
    margin-bottom: 0 !important;
    /* height: 365px; */
    /* gap: 2px; */
}

.textarea__div .tool__result {
    overflow-y: scroll;
    line-height: 24px !important;
}

.tool__result {
    /* transition: all 1s ease; */
    margin-top: 0;
    line-height: 24px !important;
}

.input_text_div {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.input_text_position {
    position: relative;
}

.toggle-image {
    cursor: pointer;
    position: absolute;
    /* margin: 0 auto; */
    /* padding-top: 10%; */
    top: 50%;
    transform: translate(0%, -50%);
    left: -18px;
}
.leftAdd {
    left: 49%;
}
.result__btn img {
    height: 20px;
    width: 20px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.w-0 {
    width: 0 !important;
}

.textarea__div .tool__result::-webkit-scrollbar {
    width: 7px;
}

.textarea__div textarea {
    opacity: 1;
    /* transition: opacity 0.3s ease; */
    /* Adjust the duration and easing as needed */
}

.textarea__div textarea.d-none {
    opacity: 0;
}

.textarea__div .tool__result,
.textarea__div textarea {
    width: 100%;
    /* transition: all ease 1s; */
    margin-top: 5px;
    text-align: left;
    height: 350px;
    overflow-y: auto;
    border: none;
    /* margin-left: 4px; */
    outline: none;
    resize: none;
    /* border-bottom-left-radius: var(--border-radius-large);
    border-bottom-right-radius: var(--border-radius-large); */
    /* border-radius: var(--border-radius-large); */
    padding: 13px;
    margin-top: 0;
    font-size: var(--font-size-default);
}

.tool__loading__animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 999;
    /* background-color: rgba(255, 255, 255, 0.3); */
    background-color: rgba(255, 255, 255, 0.5);
    /* border-radius: var(--border-radius-large); */
    /* filter: blur(1.5); */
    backdrop-filter: blur(2px);
}

.tool__loading__animation img {
    position: absolute;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textarea__div .tool__result {
    width: 100%;
    margin-top: 5px;
    /*height: 40vh;*/
    margin-top: 0;
    /* border-radius: var(--border-radius-large); */
    padding: 13px;
    font-size: var(--font-size-default);
    background-color: white;
    text-align: left !important;
}

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

.output_text_div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.display-flex {
    display: flex;
}

.modes-container {
    background: white;
    display: flex;
    padding: 10px;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    justify-content: center;
    border-top-left-radius: var(--border-radius-large);
    border-top-right-radius: var(--border-radius-large);
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--modes-background-color);
}

.bottom-right-radius {
    border-bottom-right-radius: var(--border-radius-large);
}

.bottom-left-radius {
    border-bottom-left-radius: var(--border-radius-large);
}

.action-container {
    background: white;
    display: flex;
    padding: 4px;
    flex-direction: row;
    justify-content: space-between;
    /* border-bottom-left-radius: var(--border-radius-large);*/
    /* border-bottom-right-radius: var(--border-radius-large); */
    margin-top: 0 !important;
    border-top: 1px solid var(--modes-background-color);
    border-bottom: 1px solid var(--modes-background-color);
}

.action {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    border-radius: 20px;
    /* cursor: pointer; */
}

.tool__labels__btn {
    cursor: pointer;
}

.modes {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0;
    background: #f1f1f1;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    border-radius: 20px;
}

.icon {
    padding: 3px 14px 2px 14px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid transparent;
    text-align: center;
    display: flex;
    cursor: pointer;
}

.icon p {
    font-size: var(--font-size-small) !important;
}

.active-mode {
    background: var(--color-brown);
    border: 1px solid var(--border-color);
}

.active-mode p {
    color: white;
}

.icon:hover {
    background: var(--color-brown);
    border: 1px solid var(--border-color);
}

.icon:hover p {
    color: white;
}

.file__droping {
    background-color: #edeef6;
}

.textarea__div textarea::placeholder {
    color: var(--color-darkgray);
}

.textarea__div {
    position: relative;
}

.textarea__div .drop__file__txt {
    position: absolute;
    top: 45%;
    padding: 40px;
    left: 50%;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
    cursor: text;
    z-index: 9;
}

.textarea__div .drop__file__txt p,
.textarea__div .drop__file__txt h2 {
    color: gainsboro;
    font-size: var(--font-size-default);
}

.textarea__div .drop__file__txt h2 {
    font-weight: 500;
    letter-spacing: 4px;
}

.tool__bottom__bar {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 10px;
    /* padding: 10px 0px; */
    margin-top: 10px;
}

.tool__btn {
    display: flex;
    gap: 15px;
    width: fit-content;
    flex-wrap: wrap;
    justify-content: center;
}

.tool__btn button:last-child {
    background-color: transparent;
    border: 1.5px solid var(--color-brown);
    color: var(--color-brown);
}

.tool__bottom__bar button {
    background-color: var(--color-brown);
    color: white;
    font-size: var(--font-size-default);
    padding: 10px 40px;
    border-radius: var(--border-radius-default);
    cursor: pointer;
    transition: 0.3s ease;
}

.tool__bottom__bar button:hover {
    transform: translate(1px, 1px);
}

.tool__labels__btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: fit-content;
}

.tool__labels__btn label {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.tool__labels__btn label img {
    transform: translateY(-1px);
}

.tool__labels__btn label:nth-child(1) img {
    transition: 0.3s ease;
    width: 80px;
}

.customBorder {
    border-left: 1px solid var(--border-color) !important;
}

.tool__labels__btn label:nth-child(3) img {
    width: 25px;
}

/* =================================================
                     How to use
====================================================*/
.use_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 50px auto;
    align-items: flex-start;
}

.use_cards > div {
    cursor: pointer;
}

/* .use_cards>div>div:nth-child(1) {
    padding: 10px;
    background-color: var(--color-lightblue);
    margin-bottom: 20px;
    border-radius: var(--border-radius-default);
} */

.step-card {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.step-card > div h3 {
    font-size: var(--font-size-h5);
}

.use_cards > div > div:nth-child(1) img {
    width: 80px;
    height: 80px;
    transition: 0.3s ease;
}

.use_cards > div:hover > div:nth-child(1) img {
    transform: scale(1.02);
}

/* =================================================
                     Features
====================================================*/
.feature__cards {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    gap: 2rem;
    height: fit-content;
    margin-top: 20px;
    flex-wrap: wrap;
}

.feature__cards > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 320px;
    max-width: 500px;
}

.feature__cards > div h4 {
    font-weight: 600;
    color: var(--color-brown);
}

.feature__cards > div img {
    width: 80px;
    height: 84px;
    margin-bottom: 10px;
}

.feature_card h3 {
    font-size: var(--font-size-h4);
}

.feature__cards > div:nth-child(2) img {
    transform: scale(1.1);
}

/* =================================================
                     How its work
====================================================*/
.work {
    background-color: var(--color-lightorange);
    padding: 5px 0px;
    margin-top: 50px;
    padding-bottom: 50px !important;
}

.work__header {
    display: flex;
    justify-content: space-between;
}

.work__header div:nth-child(1) {
    align-self: flex-start;
}

.work__header div:nth-child(2) {
    align-self: center;
}

.work__header div:nth-child(3) {
    align-self: flex-start;
}

.work__header div:nth-child(1) img,
.work__header div:nth-child(3) img {
    width: 70%;
}

/* Work content updated CSS  */
.work-card h3 {
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 400;
    border-radius: 7px;
}

.work-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 6px;
}

.work-card p {
    padding: 8px 0px;
    text-align: center;
    /* text-align: justify; */
    line-height: 1.5;
}

.work-card-header {
    align-items: center;
    justify-content: flex-start;
    background: white;
    padding: 4px;
    min-height: 68px;
}

.work_detail_div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 10px 0px;
}

.work-card-header span {
    color: white;
    background-color: var(--color-red);
    clip-path: circle();
    display: grid;
    place-items: center;
    padding: 8px;
}

/* Work content updated CSS End */

.work__content {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.work__content > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* text-align: center; */
    /* min-width: 320px; */
    font-size: var(--font-size-small);
    min-width: 24%;
    margin-bottom: 30px;
}

.work__content > div:nth-child(2) p,
.work__content > div:nth-child(3) p,
.work__content > div:nth-child(4) p {
    border-left: 1.5px solid #d1d1d1;
}

.work__content > div > div:nth-child(1) {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: left;
    gap: 10px;
    padding: 15px 5px;
    margin-bottom: 30px;
    border-radius: var(--border-radius-default);
    font-size: 14px;
    align-items: center;
    justify-content: flex-start;
}

.work__content > div > div:nth-child(1) > div {
    width: 25px;
    height: 25px;
    color: white;
    background-color: var(--color-red);
    clip-path: circle();
    display: grid;
    place-items: center;
}

.work__content > div > p {
    padding: 2px 2px 2px 10px;
    text-align: justify;
}

/* =================================================
                     Faq's
====================================================*/
.faq__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.faq__cards > div {
    padding: 0px 40px;
    margin-top: 50px;
    min-width: 320px;
    max-width: 500px;
    flex: 1;
}

.faq__cards > div:nth-child(1),
.faq__cards > div:nth-child(2) {
    border-right: 1.5px solid lightgray;
}

.faq__cards > div h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: var(--font-size-h4);
}

.faq__cards > div h3 span {
    color: var(--color-red);
}

/* =================================================
                     Home Blogs
====================================================*/

.blog__cards {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.blog__cards > a {
    margin-bottom: 30px;
}

.blog__img {
    width: 400px;
    height: 235px;
}

.blog__img img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-default);
}

.blog__card__body > * {
    margin: 10px 0px;
}

.blog__card__body > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.blog__card__body > div:nth-child(1) p {
    font-size: var(--font-size-small) !important;
}

.blog__card__body > div:nth-child(1) p:nth-child(1) {
    color: var(--color-red);
}

.blog__card__body > div:nth-child(1) p:nth-child(2) {
    color: var(--color-brown);
}

.blog__card__body > h4 {
    font-weight: 500;
    font-size: 20px;
}

.blog__card__bottombar {
    display: flex;
    justify-content: space-between;
}

.blog__card__bottombar button {
    background-color: var(--color-brown);
    padding: 5px 14px;
    color: white;
    font-size: var(--font-size-small);
    border-radius: var(--border-radius-default);
}

.send-button {
    border-radius: 8px;
    background: var(--color-brown);
    color: white;
    padding: 10px 20px 10px 20px;
}

.send-button-div {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.invalid-feedback {
    color: red;
    margin-top: 5px;
}

.is-invalid {
    border: 1px solid red !important;
}

/* blog page cards */

.explore-blog-heading {
    margin-top: 60px;
}

.explore-blog-heading h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42.19px;
    text-align: center;
    color: #2b2c30;
}

.explore-blog-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #2c2c2c;
}

.blog-single {
    margin-top: 30px;
    padding: 15px;
}

.blog-single-card img {
    width: 100%;
}
.blog-single-date p {
    margin-top: 20px;
    font-size: var(--font-size-default);
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #2c2c2c;
}

.blog-single-title h3 {
    margin-top: 16px;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #2b2c30;
}

.read-more-single-blog {
    margin-top: 14px;
}

.read-more-single-blog a {
    background: #4f0d37;
    padding: 7px 19px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}
/* single blog card */

.single__blog {
    display: flex;
    gap: 20px;
}

.single__blog > div:nth-child(1) {
    margin-top: 80px;
}

.single__blog__card > * {
    margin: 15px 0px;
}

.single__blog__card > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.single__blog__card > div:nth-child(1) p:nth-child(1) {
    color: var(--color-red);
}

.single__blog__card > div:nth-child(1) p:nth-child(2) {
    color: var(--color-brown);
}

.single__blog__card h1 {
    color: var(--color-brown);
    letter-spacing: 1px;
}

.single__blog__card > img {
    border-radius: var(--border-radius-large);
    margin: auto;
    text-align: center;
    width: 100%;
}

.single__blog__detail h1,
.single__blog__detail h2,
.single__blog__detail h3,
.single__blog__detail h4,
.single__blog__detail h5
{
    margin: 24px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #2B2C30;
}

.single__blog__detail p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #2c2c2c;
}

/* contact */

.contact__wrapper {
    background-color: var(--color-lightorange);
    margin-top: 0px;
}

.contact__wrapper > div:nth-child(1) {
    margin-top: 0px !important;
    text-align: center;
    padding-top: 30px;
}

.contact__wrapper > div:nth-child(1) > h1 {
    color: var(--color-brown);
    letter-spacing: 1px;
}

.contact__wrapper > div:nth-child(1) > * {
    margin: auto;
    max-width: 900px;
}

.contact {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 50px 0px;
}

.contact form {
    flex: 1;
    background-color: white;
    border-radius: var(--border-radius-large);
}

.contact > div {
    background-color: white !important;
    border-radius: var(--border-radius-large);
}

.contact form {
    border-radius: var(--border-radius-large);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact form label {
    font-size: var(--font-size-default);
}

.contact form input,
.contact form textarea {
    resize: none;
    width: 100%;
    border-radius: var(--border-radius-default);
    padding: 12px;
    border: none;
    font-size: var(--font-size-small);
    background-color: #f9f9f9;
    margin-top: 5px;
    border: 1.5px solid transparent;
    caret-color: var(--color-red);
}

.contact form input:hover,
.contact form textarea:hover {
    border-color: var(--color-brown);
    background-color: var(--color-lightorange);
}

.contact form h4 {
    font-weight: 400;
    font-size: var(--font-size-h5);
}

.contact > div {
    display: flex;
    align-items: center;
    background-color: var(--color-lightorange);
    padding: 20px;
    border-radius: var(--border-radius-large);
}

.contact > div > div:nth-child(1) {
    align-self: flex-end;
}

.contact > div > div:nth-child(3) {
    align-self: flex-start;
}

.contact > div > div > img {
    transform: scale(0.8);
}

.contact > div > div:nth-child(2) > div {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 30px 0px;
}

.contact > div > div:nth-child(2) > div h5 {
    font-weight: 500;
    font-size: 22px;
}

.contact > div > div:nth-child(2) > div p {
    font-size: var(--font-size-small);
    margin-top: 10px;
    font-weight: 100;
    color: gray;
}

.contact > div > div:nth-child(2) > div img {
    width: 25px;
    margin-top: 3px;
}

@media screen and (max-width: 425px) {
    .shape {
        display: none;
    }
}

/* =================================================
                     Alert Message
====================================================*/
.alert__msg {
    position: fixed;
    top: 20px;
    right: 20px;
    /* min-height: 50px; */
    display: flex;
    justify-content: space-between;
    padding: 12px 8px;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    min-width: 300px;
    padding-right: 20px;
    background-color: white;
    border: 0.1px solid whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 20000;
}

.alert__msg__txt {
    border-left: 4px solid var(--color-brown) !important;
    padding-left: 8px;
}

.alert__msg__txt span {
    font-size: 16px;
    font-weight: 600;
}

.alert__msg img {
    width: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.alert__msg img:hover {
    transform: translateX(1px);
}

/* =================================================
        Web Extra terms and policy page settings
====================================================*/
.web__extra a {
    color: var(--blue-color) !important;
}

.web__extra h1 * {
    font-size: 2.5rem !important;
}

.web__extra h1 {
    margin-bottom: 10px !important;
    font-weight: 500;
}

.web__extra h2 * {
    font-size: 1.8rem !important;
}

.web__extra h2 {
    margin-top: 30px !important;
    font-weight: 500;
}

.web__extra ul {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.web__extra h3 * {
    font-size: 1.5rem !important;
    font-weight: 500;
}

.web__extra h3,
.web__extra h4,
.web__extra h5 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.web__extra a:hover {
    text-decoration: underline !important;
    color: rgb(86, 86, 255) !important;
}

/* =================================================
                     Footer
====================================================*/

footer {
    width: 100%;
    height: fit-content;
    margin-top: 50px;
    overflow: hidden;
}

footer .footer_top {
    width: 100%;
    height: 200px;
    position: relative;
    padding-top: 85px;
}

footer .footer_top > div:nth-child(1) {
    width: 120%;
    height: 120px;
    background-color: var(--color-brown);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.copy__right p,
.footer__content p,
.footer__content h2 {
    color: white !important;
}

.footer__logo__prewrapper {
    width: 160px;
    height: 160px;
    background-color: var(--color-brown);
    display: grid;
    place-items: center;
    clip-path: circle();
    margin-top: -75px;
    position: absolute;
}

.footer__logo__wrapper {
    width: 110px;
    height: 110px;
    background-color: white;
    clip-path: circle();
    display: grid;
    place-items: center;
}

.footer__logo__wrapper img {
    width: 50px;
    height: 50px;
}

.footer__content__wrapper {
    background-color: var(--color-brown);
}

.footer__content {
    background-color: var(--color-brown);
    margin: auto;
}

.footer__content h2 {
    font-weight: 800;
    letter-spacing: 2px;
}

.footer__content h2,
.footer__content p {
    color: white;
    text-align: center;
}

.footer__content p {
    font-weight: 100;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.footer__bottom__bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.footer__bottom__bar > div {
    flex: 1;
    display: flex;
    text-wrap: nowrap;
    gap: 30px;
}

.footer__bottom__bar > div:nth-child(1) {
    justify-content: center;
    gap: 30px;
}

.footer__bottom__bar > div:nth-child(1) a {
    background-color: white;
    display: block;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    clip-path: circle();
}

.footer__bottom__bar > div:nth-child(1) a:hover {
    background-color: var(--color-red);
    box-shadow: 20px 20px 20px 30px white !important;
}

.footer__bottom__bar > div:nth-child(1) a:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(18%)
        hue-rotate(318deg) brightness(118%) contrast(100%);
}

.footer__bottom__bar > div:nth-child(2) {
    justify-content: flex-end;
}

/* .footer__bottom__bar>div:nth-child(1),
.footer__bottom__bar>div:nth-child(2) {
    gap: 20px;
} */

.footer__bottom__bar > div:nth-child(1) a,
.footer__bottom__bar > div:nth-child(2) a {
    font-size: var(--font-size-default);
    color: white;
}

.copy__right {
    padding-top: 30px;
}

.copy__right p {
    padding: 30px 0px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    border-top: 2px solid #582b48;
    color: #d3bcc5;
    font-size: var(--font-size-default);
}

.copy__right a {
    color: #d3bcc5;
}

/* =================================================
                    Tool Tip
====================================================*/
.tooltip_main {
    position: absolute;
    min-height: 50px;
    min-width: 320px;
    z-index: 6000;
    left: 924.875px;
    top: 330px;
    max-width: 400px !important;
    max-height: 300px !important;
    overflow: auto;
    /* background-color: red; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    border-radius: var(--border-radius-default);
    display: none;
}

.tooltip_main::-webkit-scrollbar {
    width: 6px;
}

.tooltip_top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 13%;
    margin-left: -31px;
    margin-top: -16px;
    width: 0;
    height: 0;
}

.tooltip_flex {
    display: flex;
    justify-content: start;
    align-items: center;
}

.tooltip_innerbox {
    background: #fff;
    border-radius: 1px;
    padding: 20px;
    padding-top: 10px;
    width: 100%;
    min-height: 100px;
    color: #000;
    line-height: 2;
    margin-top: 0px;
    border-radius: var(--border-radius-large);
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px; */
}

.tooltip_innerbox .word {
    color: #0f45b3;
    display: inline-block;
    padding: 0 5px 0 0;
    text-decoration: underline;
    cursor: pointer;
}

.tooltip_innerbox .word:active {
    color: #0e388c;
}

.tooltip_innerbox .word:hover {
    color: #e80c10;
}

.tooltip_innerbox .input {
    background: #fff;
    border: 1px solid #ddd;
    text-indent: 3px;
    padding: 10px 5px;
    width: 100%;
    margin-right: 5px;
    display: inline-block;
}

#crossTip {
    padding: 1px 7px;
    margin: 0px 0px -43px 0 !important;
    float: right;
}

#crossTip img {
    width: 15px;
    margin-top: 15px;
    margin-right: 5px;
    transition: 0.3s ease;
    cursor: pointer;
}

#crossTip img:hover {
    transform: scale(1.05);
}

.tooltip_innerbox .usebtn {
    /* border: 1px solid #0f73ee; */
    background: var(--color-brown);
    color: #fff;
    padding: 9px 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    margin-top: -1px;
    border-radius: 5px;
}

.tooltip_innerbox p:nth-child(1) {
    font-weight: bold;
}

#orgWord span {
    color: var(--color-red) !important;
    text-decoration: none !important;
    background-color: white !important;
    font-weight: bold;
    margin: 10px 0px;
}

.custom__word {
    margin: 15px 0px !important;
    margin-bottom: 5px !important;
    font-weight: bold;
}

.tooltip_innerbox p {
    font-size: var(--font-size-small) !important;
}

.tooltip_innerbox * {
    letter-spacing: 0.8px;
}

.word:not(#orgWord span) {
    background-color: var(--color-lightorange);
    margin: 5px;
    padding: 8px 20px !important;
    text-decoration: none !important;
    color: var(--color-brown) !important;
    border-radius: 3px;
    letter-spacing: 0px;
}

/* =================================================
                    Media queries
====================================================*/

@media only screen and (max-width: 1600px) {
    /* .logo-text {
        max-width: 117px;
        min-width: 117px;
    } */
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: var(--font-size-h2);
    }

    /* .logo-text {
        max-width: 118px;
        min-width: 118px;
    } */

    h2 {
        font-size: var(--font-size-h3);
    }

    h3 {
        font-size: var(--font-size-h4);
    }

    h4 {
        font-size: var(--font-size-h5);
    }

    p {
        font-size: var(--font-size-small) !important;
    }

    /* nav responsive */
    .responsive > *:not(.logo) {
        display: none;
    }

    nav {
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .menu__icon {
        display: block;
        position: absolute;
        top: 25px;
        right: 3vw;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .menu__icon:hover {
        transform: translateX(-1px);
    }

    nav .nav__links {
        flex-direction: column;
        gap: 25px;
    }

    /* uses */
    .use_cards {
        grid-template-columns: repeat(2, 1fr);
    }

    /* work */
    .work__content > div:nth-child(3) p {
        border-left: 0px;
    }

    .work__header {
        justify-content: center;
    }

    .work__header div:nth-child(1),
    .work__header div:nth-child(3) {
        display: none;
    }

    /* faq's */
    .faq__cards > div:nth-child(2) {
        border-right: 0px;
    }

    /* blogs */

    /* contact */
    .contact {
        flex-direction: column-reverse;
    }

    .contact > * {
        flex: 1 !important;
    }

    .contact > div {
        width: fit-content !important;
        margin: auto;
    }

    /* footer */
    .footer__bottom__bar {
        gap: 25px;
        justify-content: center !important;
    }

    .footer__bottom__bar > * {
        justify-content: center !important;
    }

    .footer__bottom__bar > div:nth-child(1) {
        order: 1;
    }
}

@media only screen and (max-width: 768px) {
    /* sections header */
    .section__header p {
        width: 100% !important;
    }
    .tool__result {
        line-height: 13px !important;
    }

    .work__content > div > p {
        padding: unset;
    }
    #captchaLoad {
        right: 25%;
    }
    .work_detail_div {
        grid-template-columns: repeat(2, 1fr);
    }

    .work__content > div {
        margin-bottom: 10px;
    }

    /* work */
    .work__content > div p {
        border-left: 0px !important;
        line-height: 1.3;
    }

    /* faq */
    .faq__cards > div {
        border-right: 0px !important;
        padding: 0px;
    }

    /* tool bottom bar */
    .tool__bottom__bar {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    /* blog page cards */
    .blog__h__card {
        flex-direction: column;
        height: fit-content;
        max-height: fit-content;
    }

    .blog__img {
        transform: scale(1) !important;
        width: 100% !important;
        max-width: 100%;
    }

    /* .contact > div div:nth-child(1),
    .contact > div div:nth-child(3) {
        display: none;
    } */

    .contact form {
        padding: 15px;
    }

    .textarea__div .drop__file__txt,
    .textarea__div .drop__file__txt h2 {
        font-size: var(--font-size-xsmall);
        top: 47%;
    }

    .tool__labels__btn label:nth-child(1) img {
        width: 100px;
        height: 100px;
    }

    .textarea__div {
        flex-direction: column;
        gap: 10px;
    }

    .leftAdd {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    /* tool textarea  */
    .textarea__div textarea {
        padding: 15px;
    }
    #captchaLoad {
        right: -3%;
    }
    .work_detail_div {
        grid-template-columns: repeat(1, 1fr);
    }

    .toggle-image {
        display: none;
    }

    .textarea__div .drop__file__txt,
    .textarea__div .drop__file__txt h2 {
        font-size: var(--font-size-xsmall);
        top: 47%;
        font-size: var(--font-size-small);
    }

    .textarea__div .tool__result {
        /* border-top: 1px solid var(--border-color); */
        margin-top: 2px;
    }

    /* use card */
    .use_cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .modes {
        gap: 0px;
    }

    .action-container {
        border-bottom-left-radius: var(--border-radius-large);
        border-bottom-right-radius: var(--border-radius-large);
    }

    .textarea__div .drop__file__txt h2 {
        letter-spacing: 0px;
    }

    .work__content > div > p {
        padding: 0px;
    }

    .faq__cards > div h3 {
        font-size: var(--font-size-default);
    }
}

@media only screen and (max-width: 550px) {
    .use_cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .customBorder {
        border-left: 0px !important;
    }

    .work__content > div {
        margin-bottom: 0px;
    }

    .textarea__div {
        height: unset;
    }

    .use_cards {
        gap: 20px;
    }

    .feature__cards > div,
    .faq__cards > div,
    .work__content > div {
        min-width: 280px;
    }

    .feature_card {
        align-items: center;
    }

    .feature_card p {
        text-align: center;
    }

    .feature_card h3 {
        font-size: var(--font-size-h4);
        align-items: center;
        text-align: center;
    }

    .footer__bottom__bar > div:nth-child(2) {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 300px) {
    .section__header p,
    .feature__cards > div,
    .faq__cards > div,
    .work__content > div {
        min-width: 250px;
    }

    .use_cards {
        margin: 10px auto;
    }

    .feature__cards {
        gap: 40px;
    }

    .work {
        margin-top: 10px;
    }
}

.contact__info {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: start;
}

.right-section-div img {
    width: 100%;
}
.qtiperar {
    color: red;
    cursor: pointer;
}

.why_choose_section {
    padding: 50px 0px;
    background: var(--color-lightorange);
}

.why_choose_section_header {
    text-align: center;
}

.why_choose_section_header h2 {
    color: var(--color-black);
    font-weight: 600;
}

.why_choose_section_header p {
    color: var(--color-brown);
}

.why-choose-table-wrapper {
    width: 100%;
}

.why-choose-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 34px;
    margin-top: 60px;
}

.why-choose-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.why-choose-content {
    display: flex;
    align-items: start;
    height: 100%;
    gap: 6px;
}

.why-choose-content-bullet {
    width: 14px;
    height: 14px;
    margin-top: 5px;
}

.why-choose-content-bullet img {
    width: 100%;
    height: 100%;
}

.why-choose-content p {
    font-size: var(--font-size-default);
    color: var(--color-black);
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    width: 542px;
}

.why-choose-table {
    width: 100%;
    background-color: #ffff;
    border-radius: 20px;
    border-collapse: collapse;
}

.why-choose-table td {
    /* background-color: var(--color-white); */
    border-bottom: 1px solid #f2f2f2;
    border-collapse: collapse;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #2c2c2c;
}

.why-choose-table tr:last-child td {
    border-bottom: none;
}

.why-choose-table tr td:first-child {
    border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 992px) {
    .why-choose-wrapper {
        flex-direction: column;
    }

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

    .why-choose-content p {
        width: 100%;
    }

    .why-choose-table {
        width: 100%;
    }

    .why-choose-table td {
        font-size: 14px;
    }
}

.key-features-section {
    padding: 50px 0px;
}

.one_blog {
    width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .one_blog {
        width: 100%;
    }
}

/*  */
