:root {
    --font-size-default: 18px;
    --border-radius-default: 5px;
    --font-size-large: 22px;
    --font-size-medium: 20px;
    --font-size-default: 18px;
    --font-size-small: 16px;
    --font-size-x-small: 14px;
    --font-size-h1: 34px;
    --font-size-h2: 30px;
    --font-size-h3: 24px;
    --color-666666: #666666;
    --color-lightblue: #ebf8ff;
    --color-skyblue: #0984e340;
    --color-0000000D: #0000000d;
    --color-CBCBCB: #cbcbcb;
    --color-blue: #0984e3;
    --color-yellow: #ffdd00;
    --color-dark: #0d0c22;
    --color-F0F0F0: #f0f0f0;
    --color-EFEFEF: #efefef;
    --color-D9D9D9: #d9d9d9;
    --color-FF5C5C: #ff5c5c;
}

* {
    outline: unset;
    margin: unset;
    padding: unset;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: var(--font-size-default);
    text-decoration: none;
    color: inherit;
    line-height: 2;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
}

.align-items-center {
    align-items: center;
}

.gap-1 {
    gap: 10px;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    align-items: center;
}

.text-white-custom {
    color: #ffffff !important;
}

.bg-blue-custom {
    background: #4899ff !important;
}

.bg-gray-custom {
    background: #e7ebf3 !important;
}

.text-white-custom {
    color: #ffffff !important;
}

.bg-blue-custom {
    background: #4899ff !important;
}

.bg-gray-custom {
    background: #e7ebf3 !important;
}

.bg-navy-blue {
    background-color: #1e223f !important;
}

.h1_text {
    margin-bottom: 32px !important;
    margin-top: 5px !important;
}

.h1 {
    font-size: var(--font-size-h1);
}

h1 {
    font-size: var(--font-size-h1);
    text-align: center;
    line-height: normal;
}

.h2 {
    font-size: var(--font-size-h2);
    font-weight: 500;
}

.h3 {
    font-size: var(--font-size-h3);
    font-weight: 500;
}

.section {
    padding: 50px 0;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.font-bold {
    font-weight: 700;
}

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

.requestMsg {
    text-align: center;
}

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

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.m-0 {
    margin: unset !important;
}

.mr-0 {
    margin-right: unset;
}

.ml-0 {
    margin-left: unset;
}

.mx-0 {
    margin-left: unset;
    margin-right: unset;
}

.my-0 {
    margin-top: unset;
    margin-bottom: unset;
}

.m-auto {
    margin: 0 auto;
}

.p-0 {
    padding: unset;
}

.pl-0 {
    padding-left: unset;
}

.pr-0 {
    padding-right: unset;
}

.px-0 {
    padding-left: unset;
    padding-right: unset;
}

.py-0 {
    padding-top: unset;
    padding-bottom: unset;
}

.justify-content-center {
    justify-content: center !important;
}

.w-100 {
    width: 100% !important;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end !important;
}

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

.opacity-low {
    opacity: 0.5;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.text {
    color: var(--color-666666);
}

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

.shadow {
    box-shadow: 0px 40px 99px #0000000d;
}

.shine {
    position: relative;
    overflow: hidden;
}

.align-self-center {
    align-self: center;
}

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

/*******************  
    Custom Scrollbar Styles Start
    ************************     */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #eaeaea;
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(
        67.82% 100% at 50% 0%,
        #0291ff 0%,
        #006dd2 100%
    );
}

::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(
        67.82% 100% at 50% 0%,
        #006dd2 0%,
        #0291ff 100%
    );
}

/******************* 
    Custom Utility Classes Start
    ************************  */

.h1 {
    font-size: var(--font-size-h1);
}

h1 {
    font-size: var(--font-size-h1);
    text-align: center;
    line-height: normal;
}

.h2 {
    font-size: var(--font-size-h2);
    font-weight: 500;
}

.h3 {
    font-size: var(--font-size-h3);
    font-weight: 500;
}

.section {
    padding: 50px 0;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.font-bold {
    font-weight: 700;
}

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

.requestMsg {
    text-align: center;
}

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

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.m-0 {
    margin: unset !important;
}

.mr-0 {
    margin-right: unset;
}

.ml-0 {
    margin-left: unset;
}

.mx-0 {
    margin-left: unset;
    margin-right: unset;
}

.my-0 {
    margin-top: unset;
    margin-bottom: unset;
}

.m-auto {
    margin: 0 auto;
}

.p-0 {
    padding: unset;
}

.pl-0 {
    padding-left: unset;
}

.pr-0 {
    padding-right: unset;
}

.px-0 {
    padding-left: unset;
    padding-right: unset;
}

.py-0 {
    padding-top: unset;
    padding-bottom: unset;
}

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

.justify-content-center {
    justify-content: center !important;
}

.w-100 {
    width: 100% !important;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end !important;
}

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

.opacity-low {
    opacity: 0.5;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.text {
    color: var(--color-666666);
}

.h1_text {
    color: var(--color-666666);
    line-height: 1.5;
    width: 100%;
    margin: 10px auto 20px auto;
    text-align: center;
}

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

.shadow {
    box-shadow: 0px 40px 99px #0000000d;
}

.shine {
    position: relative;
    overflow: hidden;
}

.align-self-center {
    align-self: center;
}

body {
    scroll-behavior: smooth;
}

.container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

/*******************  
    Header Critical Styles
    ************************  */
header {
    position: relative;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.051);
}

.header_center {
    z-index: 99;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}

.narvbar-left {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 2rem;
}

.navbar .logo,
.logo-div .logo {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.navbar .logo img,
.logo-div .logo img {
    width: 28px;
    height: 30px;
}

.navbar .logo span,
.logo-div .logo span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.nav-links ul {
    list-style: none;
    display: flex;
    gap: 24px;
    align-items: center;
}

.other-tools-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4px;
    border: none;
    padding: 6px 0px;
    cursor: pointer;
    background-color: white;
}

.pricing_plan_btn span,
.blogs_btn span,
.blogs_btn a,
.other-tools-header span,
.chat_btn span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #1e223f;
}

.navbar .pricing_plan_btn img {
    vertical-align: middle;
    border-radius: 12px;
}

.pricing_plan_btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.navbar .chat_nav_btn {
    border: 2px solid #0984e3;
    border-radius: 10px;
    height: 37px;
    padding: 0px 10px;
    line-height: 33px;
    font-size: var(--font-size-small);
    cursor: pointer;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.chat_btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.navbar .navloginbtn {
    padding: 5px 12px;
    display: flex;
    border-radius: 8px;
    height: 36px;
    border: 1px solid #eaecf0;
    color: #1e223f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
}

/* Language Dropdown Button */
.dropbtn {
    cursor: pointer;
    display: flex;
    column-gap: 4px;
    padding: 5px 12px;
    align-items: center;
    line-height: 24px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    color: #0d1120;
    font-size: 16px;
    font-weight: 400;
}

.dropbtn img {
    width: 20px;
    height: 20px;
}

/*******************  
    Header Tools Dropdown
    ************************  */
.header-othertools {
    display: none;
    width: 1112px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    clear: both;
    border-radius: 16px;
    position: absolute;
    top: 48px;
    z-index: 999999;
    background: white;
    box-shadow: 0px 2px 12px 0px #0000001f;
    left: 50%;
    transform: translateX(-50%);
}

.other-tools-header:hover ~ .header-othertools,
:has(.other-tools-header:hover) .header-othertools,
.header-othertools:hover {
    display: block;
}

.header_tools {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 16px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.tool-link-header {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 4px;
    min-width: 270px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1e223f;
}

.tool-link-header:hover {
    background-color: #f5f7fb;
    border-radius: 8px;
}

.mobile-tool-arrow,
.heading-mobile-tool {
    display: none;
}

.heading-mobile-tool {
    color: #85878e;
    font-weight: 500;
    font-size: 16px;
    text-align: start;
}

.navbar.mobile {
    display: none;
}

.fraction .logo-div .logo {
    height: 48px;
    margin-bottom: 1rem;
}

.nav-btn ul li a {
    font-size: var(--font-size-small);
}

/******************* 
    Dropdown prevention
    ************************  */
.dropdown-content,
.mobile_lang_dropdown,
.account-dropdown-content {
    display: none;
}

/******************* 
    Common Utilities
    ************************  */
.d-none {
    display: none !important;
}

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

.blogs_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogs_btn a {
    width: 100%;
}

.navbar .pricing_plan_btn img {
    vertical-align: middle;
    border-radius: 12px;
}

.navbar .chat_nav_btn {
    border: 2px solid #0984e3;
    border-radius: 10px;
    height: 37px;
    padding: 0px 10px;
    line-height: 33px;
    font-size: var(--font-size-small);
    cursor: pointer;
    min-width: 150px;
}

.navbar .chat_nav_btn:hover {
    box-shadow: 0px 1px 5px #0984e3;
}

.navbar .chat_nav_btn img {
    vertical-align: middle;
}

.lang_header {
    height: 36px;
}

.navbar .navloginbtn {
    padding: 5px 12px;
    display: flex;
    border-radius: 8px;
    height: 36px;
    border: 1px solid #eaecf0;
    color: #1e223f;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
}

.navloginbtnmobile {
    padding: 8px 16px;
    display: flex;
    border-radius: 8px;
    height: 36px;
    background-color: #1e223f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    justify-content: center;
    align-items: center;
}

.navsignbtnmobile {
    padding: 8px 16px;
    display: flex;
    border-radius: 8px;
    height: 36px;
    background-color: #4899ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    justify-content: center;
    align-items: center;
}

.custom-lang-dropdown {
    max-height: 115px !important;
    border-radius: 0px;
    height: auto;
}

.mobile-menu-trigger > span {
    border: 1.5px solid black !important;
    border-radius: 5px;
    margin: 3px;
    background-color: black !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.navloginbtn img {
    vertical-align: middle;
    padding: 2px;
    border-radius: 12px;
}

.topnav .icon {
    display: none;
}

.mobile-menu-trigger {
    display: flex;
}

.nav-links ul {
    list-style: none;
    display: flex;
    gap: 24px;
    align-items: center;
}

/* .nav-links ul * {
    font-size: 16px;
    color: #252a3e;
} */

.nav-links-bar ul li {
    display: flex;
    gap: 0.324rem;
    position: relative;
}

.nav-links-bar li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 3px 0px;
    right: -0.5rem;
    width: 1px;
    background-color: #d7e1eb;
}

.nav__menu_name {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1e223f;
    cursor: pointer;
    line-height: 33px;
    width: 100%;
    min-width: 130px;
    justify-content: flex-start;
}

/* .nav-links ul li img {
    width: 18px;
} */

.nav-links ul li a {
    cursor: pointer;
    line-height: 24pxpx;
    width: 100%;
}

.other-tools-header:hover ~ .header-othertools,
:has(.other-tools-header:hover) .header-othertools,
.header-othertools:hover {
    display: block;
}
@media (max-width: 850px) {
    .navbar.desktop {
        display: none;
    }

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

    .mobile-menu-trigger {
        display: flex;
    }

    /******************* 
        Mobile Tools Menu
        ************************  */
    .header_tools {
        padding: 8px;
    }

    .navbar.mobile {
        display: flex;
        position: relative;
    }

    .mobile-nav-dropdown {
        position: absolute;
        height: 100vh;
        right: 0;
        left: 0;
        top: 50px;
        background-color: white;
        display: none;
        z-index: 99999;
    }

    .mobile-nav-dropdown ul {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
        list-style: none;
        color: black;
        height: 300px;
        overflow: visible;
    }

    .mobile-nav-dropdown ul li {
        padding: 8px 1rem;
    }

    .mobile_lang_dropdown a {
        padding: 6px 10px !important;
    }

    .heading-mobile-tool {
        display: block;
        width: 100% !important;
        padding-bottom: 16px;
    }

    .mobile-tool-arrow {
        position: absolute;
        top: 0;
        left: 8px;
        display: block;
    }

    .header-othertools {
        display: none;
        top: 0px;
        border-radius: 0px !important;
        right: 900px;
        left: unset !important;
        position: fixed !important;
        padding-top: 40px !important;
        width: 100% !important;
        height: 100vh;
        overflow: auto;
        transition: right 0.3s ease-in-out;
        transform: none;
        background: white;
        box-shadow: none;
        z-index: 99999999;
    }

    .header-othertools.active {
        right: 0;
        display: block;
    }

    .tool-link-header {
        width: 41% !important;
    }
}

@media (max-width: 768px) {
    .tool-section {
        gap: 1rem;
        flex-direction: column;
    }

    .h1_text {
        width: 90%;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 550px) {
    .privacy-text,
    .drag_n_drop_sub_title,
    .h1_text {
        max-width: 100%;
    }
}
