@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBold.woff2') format('woff2'),
        url('../font/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    margin: 0 0 20px;
}

h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #021F30;
    margin: 0 0 20px;
}

h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    margin: 0 0 20px;
}

h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 20px;
}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #495465;
    margin: 0 0 20px;
}

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

/* ==================== Header Css Start ==================== */

.header {
    padding: 16px 0;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #EBEFF5;
    background: #FFFFFFD9;
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-main-logo a img {
    display: block;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main-menu, .header-main-menu-right, .header-main-menu ul {
    display: flex;
    align-items: center;
}
.header-main-menu-right {
    gap: 20px;
}
.header-main-menu ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}
.header-main-menu ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000033;
}
.header-main-menu ul li button.logout{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000033;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.header-main-menu ul li {
    margin: 0 10px;
}
.header-main-menu-right-subscribe a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 28px;
    color: #FFFFFF;
    background: #004AAD;
    border: 1px solid #004AAD;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 500ms linear;
}
.header-main-menu-right-subscribe a:hover {
    color: #004AAD;
    background: #fff;
    transition: 500ms linear;
}
.header-main-menu-right-subscribe a:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(2248%) hue-rotate(202deg) brightness(103%) contrast(110%);
}
.header-main-menu-right-login a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #004AAD;
    padding: 15px 38px;
    border: 1px solid #004AAD;
    transition: all 500ms linear;
}
.header-main-menu-right-login a:hover {
    background: #004AAD;
    color: #fff;
    transition: 500ms linear;
}
.header-main-menu .nav-toggle {
    background: none;
    border: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger {
    display: none;
    float: right;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
    clear: both;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid transparent;
}
.hamburger div {
    width: 22px;
    height: 2px;
    background-color: #004AAD;
    margin: 2px 0;
    border-radius: 3px;
}
.header-main-menu ul li:last-child,
.header-main-menu .nav-toggle {
    display: none;
}
.header-main-menu ul.no-subscribe li:last-child {
    display: block;
}
.header-main-menu-right-user .profile-btn {
    display: flex;
    align-items: center;
    background: transparent;
    /* border: 1px solid #EBF2F8; */
    /* padding: 4px 14px 4px 4px; */
    gap: 20px;
    cursor: pointer;
    padding:10px 15px;
    color:#004AAD;
    /* background:#fff; */
    border:1px solid #004AAD;
    font-weight:700;
    font-size:14px;
    line-height:100%;
    text-transform:uppercase;
    transition:all 500ms linear;
}
.header-main-menu-right-user .profile-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000033;
}
.header-main-menu-right-user .dropdown-menu {
    margin: 0;
    display: none;
    padding: 10px 20px;
}
.header-main-menu-right-user .dropdown-menu li:last-child {
    display: flex;
    margin: 0;
}
.header-main-menu-right-user .dropdown-menu li {
    width: 100%;
    margin: 0 0 20px;
}
.header-main-menu-right-user .dropdown-menu.active {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #EBEFF5;
    margin-top: 10px;
}
.header-main-menu-right-user {
    position: relative;
}

/* ==================== Header Css End ==================== */


/* ==================== Footer Css Start ==================== */

.footer {
    background: #1C1C1E;
}
.footer-top {
    text-align: center;
    padding: 60px 0;
}
.footer-top img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(746%) hue-rotate(151deg) brightness(117%)contrast(100%);
    display: block;
}
.footer-top a {
    display: inline-flex;
}
.footer-middle {
    border-width: 1px 0;
    border-style: solid;
    border-color: #343438;
    padding: 32px 0;
    text-align: center;
}
.footer-middle ul {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.footer-middle ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.footer-middle ul li a:hover {
    opacity: 0.8;
}

.footer-middle ul li {
    margin-right: 30px;
}
.footer-middle ul li:last-child {
    margin: 0;
}
.footer-bottom {
    padding: 40px 0;
    display: flex;
}
.footer-bottom-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-copyright p {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #D9D9D9;
}
.footer-bottom-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-bottom-social ul li a {
    border: 1px solid #343438;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms linear;
}
.footer-bottom-social ul li a:hover {
    background: #343438;
    transition: 500ms linear;
}
.footer-bottom-social ul li a img {
    display: block;
}
.footer-bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.footer-bottom-menu ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #D9D9D9;
    position: relative;
    display: block;
}
.footer-bottom-menu ul li:last-child:before {
    display: none;
}
.footer-bottom-menu ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #07314A;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-bottom-menu ul li {
    position: relative;
    padding: 0 10px;
    display: inline-block;
}
.footer-bottom-menu ul li a:hover {
    color: #fff;
}

/* ==================== Footer Css End ==================== */

/* ==================== Hero Content Css Start ==================== */

.hero-content {
    padding: 30px 0;
}

.hero-content-main {
    text-align: center;
}

.hero-content-free-demo {
    display: inline-flex;
    align-items: center;
    background: #F4F8FA;
    padding: 10px;
    gap: 12px;
    margin: 0 0 14px;
}

.hero-content-main .hero-content-free-demo span {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #004AAD;
}

.hero-content-main h1 {
    color: #021F30;
}

.hero-content-main p {
    max-width: 554px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
}

/* ==================== Hero Content Css End ==================== */

/* ==================== Upload Section Css Start ==================== */

.upload-section-main-country {
    text-align: right;
    margin-bottom: 20px;
}
.language-select .select2-container {
    width: 250px !important;
}
.upload-section-main-inner .upload-wrapper {
    border: 1px dashed #E2E6EB;
    padding: 10px 17px;
    margin-bottom: 50px;
}
.upload-section-main-inner .upload-wrapper .upload-box {
    border: 1px dashed #8595A8;
    background: #F9FBFF;
    text-align: center;
    padding: 68px 20px;
    position: relative;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.upload-section-main-inner .upload-wrapper .upload-box.dragover {
	/* background: #f5f5f5; */
}

.upload-section-main-inner .upload-wrapper .upload-box.dragover, .upload-section-main-inner .upload-wrapper .upload-box:hover {
    background: #f5f5f5;
    box-shadow: 0 0 0 2px rgba(0, 74, 173, 0.25),0 0 18px    rgba(0, 74, 173, 0.45);
}

.upload-wrapper-inner {
    border: 1px dashed #C7CED7;
    padding: 10px 17px;
    max-height: 350px;
    overflow: hidden;
    width: 100%;
}
.upload-box-inner {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.upload-box-inner h3 {
    color: #021F30;
    margin: 0 0 12px;
}
.upload-box-inner  p.subtitle {
    font-weight: 600;
    margin: 0 0 12px;
}
.upload-box-inner input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
}

.upload-box-inner label.upload-btn {
    background: #004AAD;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 15px 50px;
    display: inline-block;
    margin-bottom: 24px;
    cursor: pointer;
}

.upload-box-inner label.upload-btn:hover {
    background: #003a91;
}

.upload-box-inner p.info {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.language-select .select2-container .select2-selection.select2-selection--single {
    border: 1px solid #D6DFEE;
    height: auto;
    padding: 15px 40px 15px 15px;
    width: 250px;
    border-radius: 0;
}
.language-select .select2-container .select2-selection.select2-selection--single .lang-option {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.language-select .select2-container .select2-selection.select2-selection--single .lang-option img {
    width: 20px;
    height: 15px;
}
.language-select .select2-container .select2-selection__rendered {
    display: flex;
    align-items: center;
    padding: 0;
}
.language-select .select2-container .select2-selection__rendered .select2-selection__clear {
    display: none;
}
.language-select .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.language-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.language-select .select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
    right: 14px;
    left: auto;
    border-color: #021F30 transparent transparent transparent;
}
.language-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #021F30 transparent;
}
.upload-inner-preview {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 56px;
}
.upload-inner-preview-wrapper {
    max-width: calc(25% - 32px);
    width: 100%;
    position: relative;
    padding: 6px;
    background: #F9FBFF;
    border: 1px dashed #8595A8;
}
.upload-inner-preview-wrapper-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.upload-inner-preview-wrapper-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.upload-inner-preview-wrapper-close {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #FFFFFF66;
    background: #FFFFFF33;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.upload-inner-preview-wrapper-close img {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-46% , -50%);
}
.upload-section-main-inner-btn .btn {
    box-shadow: 0px 0px 20px 4px #136DAB40;
    background: #004AAD;
    border: 1px solid #004AAD;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 30px 15px;
    transition: all 500ms linear;
    width: 100%;
    cursor: pointer;
}
.upload-section-main-inner-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.upload-section-main-inner-btn .btn:hover {
    background: #fff;
    color: #004AAD;
}

/* ==================== Upload Section Css End ==================== */

/* ==================== Our Features Section Css Start ==================== */

.our-features {
    padding: 100px 0 50px;
}
.our-features-main {
    border: 1px solid #D5DCE8;
    background: #F5F9FF;
    padding: 50px;
}
.our-features-main-head {
    max-width: 554px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}
.our-features-main-head p {
    margin: 0;
}
.our-features-main-inner {
    display: flex;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
}

.our-features-main-wrapper {
    max-width: calc(25% - 18px);
    width: 100%;
    background: #FAFCFF;
    border: 1px solid #D5DCE8;
    padding: 30px 15px;
    text-align: center;
}

.our-features-main-wrapper img {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 30px;
}

.our-features-main-wrapper h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #021F30;
    margin: 0 0 14px;
}

.our-features-main-wrapper p {
    margin: 0;
}

.how-it-work {
    padding: 50px 0;
}

.how-it-work-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 30px;
    color: #495465;
}

.how-it-work-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.how-it-work-main ul li {
    padding: 30px 0px 30px 40px;
}

.how-it-work-main ul li .count {
    font-weight: 700;
    font-size: 66px;
    line-height: 100%;
    color: #fff;
    text-shadow: 1px 1px #021F30, -1px -1px #021F30, 1px -1px #021F30, -1px 1px #021F30;
    line-height: 140%;
    position: relative;
}

.how-it-work-main ul li .count:before {
    content: '';
    display: inline-block;
    border: 1px dashed #8595A8;
    position: absolute;
    left: 100px;
    width: 50%;
    top: 50%;
    z-index: -1;
}

.how-it-work-main ul li .count:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    background: #fff url(../images/how-work-right-arrow.svg) no-repeat;
    border: 1px solid #B4BDD080;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 70px;
}

.how-it-work-main ul li .count span {
    padding-right: 10px;
    background-color: #FFFFFF;
}

.how-it-work-main ul li .count:before {
    content: '';
    display: inline-block;
    border: 1px dashed #8595A8;
    position: absolute;
    left: 80px;
    width: calc(100% - 140px);
    top: 50%;
    z-index: -1;
}

.how-it-work-main ul li:last-child .count:after, .how-it-work-main ul li:last-child .count:before {
    display: none;
}

.accordion-head {
    max-width: 560px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}

.accordion {
    padding: 50px 0 80px;
}

.faq-answer {
    padding: 0 30px 20px;
    display: none;
    color: #495465;
}


.faq-item {
    border: 1px solid #D7E6F3;
    margin-bottom: 10px;
}

.faq-item .faq-question {
    border: 0;
    width: 100%;
    background: #fff;
    padding: 18px 60px 18px 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #021F30;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.faq-question:after {
    content:"";
    background: url(../images/plus-icon.svg) no-repeat center;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top:50%;
    transform: translateY(-50%);
}

.faq-item.active .faq-question:after {
    background: url(../images/minus-icon.svg) no-repeat center;
}

.download-upload-image-block {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 10px solid #E8EEF9;
}

.download-upload-image-block .download-upload-content {
    width: calc(100% - 140px);
    padding-left: 35px;
}

.download-upload-image-left {
    max-width: 140px;
}

.download-upload-image-left .upload-image {
    width: 100%;
    border: 1px dashed #8595A8;
    padding: 2px;
    height: 140px;
    margin-bottom: 6px;
}

.download-upload-image-left .upload-image img {
    width: 135px;
    height: 135px;
    object-fit: cover;
}

.upload-image-list {
    box-shadow: 0px 0px 34px 0px #136DAB26;
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.download-upload-image-left a.download-link {
    text-align: center;
    width: 100%;
    display: inline-flex;
    background: #EBF2F8;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #004AAD;
    height: 26px;
    justify-content: center;
    align-items: center;
}

.download-upload-image-left .download-link::before {
    content: "";
    display: inline-block;
    background: url(../images/download-icon.svg) no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 4px;
}

.download-image-head, .download-content-item {display: flex;border: 1px solid #D6DFEE;}

.download-content-item { border-top: none;}

.download-image-head > div {
    padding: 22px 20px;
    background: #FAFCFF;
    color: #495465;
    font-size: 14px;
    font-weight: 500;
}

 .download-content-item > div {
    padding: 22px 20px;
    color: #495465;
    font-size: 14px;
    font-weight: 500;
}

.download-image-head .download-image-head-label {
    width: 30%;
    border-right: 1px solid #D6DFEE;
}

.download-image-head .download-image-head-content {flex: 1;display: flex;justify-content: space-between;}

.download-image-head .download-image-head-content a {
    color: #52973D;
    font-weight: 600;
}

.download-content-item .download-content-label {
    width: 30%;
    border-right: 1px solid #D6DFEE;
}

.download-content-item .download-content-desc {flex: 1;display: flex;justify-content: space-between; color: #021F30; font-weight: 600; }

.download-upload-all-btn {
    background: #EFF4FA;
    padding: 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.download-upload-all-btn .download-all {
    border: none;
    background: #004AAD;
    color: #fff;
    padding: 16px 28px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.download-upload-all-btn .download-all img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(105%) contrast(102%);
    vertical-align: middle;
    margin-right: 10px;
}

.download-upload-all-btn span {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #004AAD;
}

.download-upload-all-btn .download-all:hover {
    background-color:#021F30;
}

.plans-page .hero-content {
    padding: 50px 0;
}

/* Top bar layout */
.plans-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

/* Toggle wrapper */
.billing-toggle-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Toggle row */
.billing-toggle-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Label */
.billing-label {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

/* Note text */
.billing-note {
    font-size: 14px;
    color: #6c757d;
}

/* Toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #004AAD; /* Matches your brand blue */
}

input:checked + .slider:before {
    transform: translateX(22px);
}

.plan-currency-select .select2-container .select2-selection.select2-selection--single {
    border: 1px solid #D6DFEE;
    height: auto;
    padding: 15px 40px 15px 15px;
    width: 150px;
    border-radius: 0;
}

.plan-currency-select .select2-container {
    width: auto !important;
}

.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
    right: 14px;
    left: auto;
    border-color: #021F30 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #021F30 transparent;
}

.plan-currency-select {
    text-align: right;
}

.currency-option img {
    max-width: 17px;
    vertical-align: middle;
    margin-right: 5px;
}

.plan-currency-select {
    text-align: right;
    margin-bottom: 20px;
}

.plans-package {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.package-block {
    padding: 50px 30px;
    border: 1px solid #D5DCE8;
}

.package-block label {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.plans-package {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.package-block {
    padding: 50px 30px;
    border: 1px solid #D5DCE8;
}

.package-block label {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0C36DB;
    margin-bottom: 20px;
    display: block;
}

.package-block small {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}

.package-block h3 {
    font-size: 36px;
    border-bottom: 1px dashed #8595A8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.package-block ul {
    margin:0 0 30px;
    list-style: none;
    padding: 0;
}

.package-btn {
    background: #EBF2F8;
    height: 40px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #004AAD;
    transition: all ease-in-out 0.3s;
}

.package-btn:hover {
    background: #004AAD;
    color: #fff;
}

.package-input {
    /* color: #fff; */
    height: 40px;
    display: inline-flex;
    width: 100%;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    text-align: left;
    transition: all ease-in-out 0.3s;
}

.error-msg {
    color: red;
    margin-bottom: 20px;
}

.package-block ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.package-block ul li::before {
    content: "";
    display: inline-block;
    background: url(../images/true-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-size: 100% auto;
    vertical-align: middle;
}

.plans-section {
    padding-bottom: 50px;
}

.contact-wrap {
    display: flex;
    border: 1px solid #D6DFEE;
    margin-bottom: 100px;
}

.contact-wrap .contact-infomation {
    width: 35%;
    padding: 30px;
}

.contact-form {

    background: #FAFCFF;
    border-left: 1px solid #D6DFEE;
    padding: 30px;
}

.contact-form h3 {
    font-size: 20px;
    margin-bottom: 30px;
}


.contact-form .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 12px;
}

.contact-wrap {
    display: flex;
    border: 1px solid #D6DFEE;
    margin-bottom: 100px;
}

.contact-wrap .contact-infomation {
    width: 35%;
    padding: 30px;
}

.contact-form {
    width: 100%;
    background: #FAFCFF;
    border-left: 1px solid #D6DFEE;
    padding: 30px;
}

.contact-form h3, .contact-infomation h3 {
    font-size: 20px;
    margin-bottom: 30px;
}


.contact-form .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 12px;
}

.form-control {
    border: 1px solid #D6DFEE;
    padding: 14px 16px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.contact-infomation ul {
    list-style: none;
    padding: 0;
}

.contact-infomation ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    margin-right: 14px;
    font-size: 18px;
}

.contact-infomation ul li .contact-icon {
    min-width: 26px;
    margin-right: 14px;
}

.contact-infomation ul li a {
    color: #495465;
    font-size: 18px;
    font-weight: 500;
}

.contact-content p {
    font-size: 18px;
    font-weight:500
}

textarea.form-control {
    height: 150px;
    resize: none;
}

.submit-btn {
    text-align: right;
}

.submit-btn input[type="submit"] {
    background: #004AAD;
    height: 48px;
    color: #fff;
    border: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    min-width: 200px;
    letter-spacing: 0.03rem;
    cursor: pointer;
}

.contact-map img {
    max-width: 100%;
}

.login {
    min-height: 100dvh;
    width: 100%;
}

.login-main {
    display: flex;
    min-height: 100dvh;
}

.login-left {
    width: 60%;
    background: #021F30;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login-left:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 350px;
    background: url(../images/logo-left-shape.png) no-repeat;
    left: 0;
    top: 0;
}

.login-left::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 350px;
    background: url(../images/logo-right-shape.png) no-repeat;
    right: 0;
    bottom: 0;
}

.login-right {
    padding: 55px 40px;
    max-width: 520px;
    width: 100%;
}

.login-right .login-right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.login-left img {
    max-height: 100vh;
}

.login-right-inner h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 15px;
}

.login-right-inner .login-right-head {
    margin-bottom: 40px;
}

.login-right-top-back .btn {
    border: 1px solid #EBEDF2;
    display: inline-flex;
    padding: 8px 23px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #8BADC5;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.login-right-top-back .btn:hover {
    background: #EBF2F8;
    color: #004AAD;
}

.login-right-top-back .btn:hover img, .back-link a img {
    transition: all 300ms ease;
    filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(2851%) hue-rotate(206deg) brightness(95%) contrast(104%);
}

.login-right-inner-form .login-desc {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.back-link {
    text-align: center;
    margin-top: 40px;
}

.back-link a {
    color: #004AAD;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.back-link-generate {
    text-align: center;
    /* margin-top: 40px; */
    float: left;
}

.back-link-generate a {
    color: #004AAD;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.form-group.password-field {
    position: relative;
}

.form-group.password-field .eye {
    position: absolute;
    right: 12px;
    top: 38px;
    cursor: pointer;
    font-size: 16px;
    color: #8a9bb3;
}

.login-right-inner-form .btn {
    width: 100%;
    padding: 15px;
    background: #0047ab;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-right-inner-form .btn img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(105%) contrast(102%);
    vertical-align: middle;
}

.login-right-inner-form .btn:hover {
    background: #003a91;
}

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

.verification-content p strong {
    font-weight: 600;
    color: #021F30;
}

@media screen and (max-width:1200px) {
    .our-features-main-wrapper {
        max-width: calc(25% - 18px);
    }

}

@media screen and (max-width:991px) {
    h1 { font-size: 38px; }
    .our-features-main-wrapper {
        max-width: calc(50% - 18px);
    }

    .how-it-work-main ul li {
        padding: 20px 0px 20px 10px;
    }

    .download-upload-image-block .download-upload-content {
        padding-left: 15px;
    }

    .plans-package {
        grid-template-columns: 1fr 1fr;
    }

    .contact-wrap {
        flex-wrap: wrap;
    }

    .contact-wrap .contact-infomation {
        width: 100%;
        padding: 30px;
    }

    .contact-form {
        width: 100%;
        border-left: none;
        padding: 30px;
        border-top: 1px solid #D6DFEE;
    }

    .login-left { display: none;}
    .login-right { max-width: 100%;  width: 100%; padding: 40px 20px; }

}

@media (max-width: 767px) {
    .header-main-menu .nav-toggle {
        display: block;
    }
    .header-main-menu-right-subscribe {
        display: none;
    }
    .header-main-menu ul {
        position: absolute;
        top: 85px;
        width: 100%;
        height: calc(100vh - 85px);
        left: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        transition: all 500ms linear;
        align-items: flex-start;
        margin: 0;
    }
    .header-main-menu ul.active {
        left: 0;
        transition: 500ms linear;
        display: flex;
    }
    .header-main-menu ul li {
        margin: 0 10px 20px;
    }
    .header-main-menu ul li:last-child {
        display: block;
    }
    .hamburger {
        display: flex;
    }
    .hamburger.active {
        border-radius: 50%;
        border-color: #004AAD;
    }
    .hamburger.active div:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }
    .hamburger.active div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active div:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
    .header-main-menu-right-login a {
        padding: 7px 28px;
    }
    .header-main-menu {
        gap: 15px;
    }
    .header-main-logo a img {
        max-width: 150px;
        width: 100%;
    }

    .upload-section-main-inner .upload-wrapper {
        padding: 10px;
        margin-bottom: 30px;
    }

    .upload-wrapper-inner {
        padding: 10px;
    }

    .upload-section-main-inner .upload-wrapper .upload-box {
        padding: 45px 10px;
    }

    .upload-box-inner label.upload-btn {
        padding: 12px 40px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .upload-inner-preview {
        gap: 10px;
        margin-bottom: 40px;
    }

    .hero-content-main p { font-size: 16px; }

    .upload-section-main-inner-btn .btn { padding: 20px 15px;}

    .our-features {
        padding: 40px 0 00px;
    }

    .our-features-main { padding: 30px 20px; }
    .our-features-main-inner { gap: 10px;}
    .our-features-main-wrapper {
        max-width: 100%;
    }

    .how-it-work-main ul { gap: 0px; flex-direction: column; }
    .how-it-work-main ul li {
        padding: 10px 0;
    }

    .how-it-work-main ul li .count:before, .how-it-work-main ul li .count:after { display: none;}
    .how-it-work { padding: 40px 0 0;  }
    .how-it-work-head { margin: 0;}
    .faq-item .faq-question { padding: 15px 40px 15px 20px; font-size: 18px; }
    .faq-question:after { right: 0px; }
    .accordion { padding: 40px 0 60px; }
    .footer-bottom-main { flex-direction: column; }
    .footer-bottom-main .footer-bottom-social { order: -1; margin: 0px 0 10px; }
    .footer-bottom { padding: 20px 0;}
    .footer-bottom-copyright { padding: 15px 0; }
    .footer-middle ul li { margin-right: 20px; }
    .language-select .select2-container .select2-selection.select2-selection--single { padding: 10px 40px 10px 15px; }
    .upload-inner-preview-wrapper { max-width: calc(33% - 6px); }
    .upload-inner-preview-wrapper-close { top: 5px; right: 5px; }
    .our-features-main-head { margin: 0 auto 15px;}

    .upload-image-list { padding: 20px 10px; width: 100%; margin-bottom: 20px;}
    .download-upload-image-block { display: flex; margin-bottom: 20px;  padding-bottom: 20px; border-bottom: 5px solid #E8EEF9; flex-direction: column; }
    .download-upload-image-left { max-width: 100%; }
    .download-upload-image-left { max-width: 100%; margin-bottom: 20px; }
    .download-upload-image-left .upload-image { width: 100%; padding: 5px;  height: auto; margin-bottom: 10px; }
    .download-upload-image-left .upload-image img { width: 100%; height: auto; object-fit: cover; display: block; }
    .download-upload-image-block .download-upload-content { padding-left: 0; width: 100%; }
    .download-image-head .download-image-head-label, .download-content-item .download-content-label { width: 100%; border-right: none; border-bottom: 1px solid #D6DFEE; }
    .download-image-head, .download-content-item { flex-direction: column;}
    .download-image-detail a.copy-past { padding-left: 10px;}
    .download-upload-all-btn .download-all { padding: 12px 20px;}
    .plans-package { grid-template-columns: 1fr; }
    .plans-section { padding-bottom: 30px; }
    .contact-form .two-column { grid-template-columns: 1fr; gap: 0; }
    .contact-wrap .contact-infomation { width: 100%; padding:20px 20px 0; }
    .contact-content p, .contact-infomation ul li a { font-size: 16px; }
    .contact-infomation ul li { margin-bottom: 15px;}
    .contact-wrap { margin-bottom: 50px;}
    .footer-top { padding: 40px 0;}
    .footer-middle { padding: 20px 0; }
    h2 { font-size: 26px; }
    .contact-form { padding: 30px 20px;}
    .submit-btn input[type="submit"] { min-width: 160px; }
    .login-right { padding: 30px 20px; }
    .login-right .login-right-top { margin-bottom: 30px; }
    .login-right-inner .login-right-head { margin-bottom: 20px; }
    .login-right-inner-form .login-desc, .back-link { margin-top: 25px; margin-bottom: 15px; }

}

.copy-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #1f2937; /* dark gray */
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 9999;
}

.copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.alert-danger {
    color: red !important;
}

/* -------------------------- profile page start ----------------------- */
.user-profile-sec{
    padding: 40px 0 70px;
}
.user-proifile-main{
    border: 1px solid #D6DFEE;
    background: #FFFFFF;
    padding: 30px;
}
.user-proifile-main h1{
    color: #021F30;
    font-size: 22px;
    margin-bottom: 7px;
}
.user-proifile-main p{
    margin-bottom: 0;
    color: #495465;
    font-size: 18px;
    line-height: 24px;
}
.subscription-main{
    margin: 20px 0 30px;
    border: 1px solid #D6DFEE;
    padding: 30px;
}
.subscription-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.subscription-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border: 1px solid #D6DFEE;
    background: #FAFCFF;
}
.subscription-main h2{
    font-size: 20px;
    margin-bottom: 18px;
}
.subscription-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.subscription-content p{
    margin-bottom: 0;
}
.plan-name h3{
    color: #021F30;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}
.plan-name p{
    color: #495465;
    font-size: 16px;
    font-weight: 500;
}
.plus-plan .name p{
    color: #3AC48D;
    font-weight: 600;
}
.pro-plan .name p{
    color: #EB533D;
    font-weight: 600;
}
.starter-plan .name p{
    color: #0C36DB;
    font-weight: 600;
}
.cancel-btn a, .cancel-btn span{
    text-transform: uppercase;
    background: #FFF3F3;
    padding: 15px 35px;
    color: #E0272A;
    display: block;
    font-size: 14px;
    font-weight: 700;
    min-width: 180px;
    text-align: center;
    transition: all 500ms linear;
}
.cancel-btn a:hover, .cancel-btn span:hover {
    background: #fce6e6;
}
.cancel-btn.plan-canceled a, .cancel-btn.plan-canceled span {
    background: #EDF3FD !important;
    color: #98A8C4;
    cursor: no-drop;
}

.cancel-btn.plan-expired a, .cancel-btn.plan-expired span{
    background: #ffe9dc !important;
    color: #e16c2d !important;
    cursor: no-drop;
}

.cancel-btn.plan-active a, .cancel-btn.plan-active span{
    background: #f0ffdc !important;
    color: #45e12d !important;
}

.subscription-detail .subscription-content {
    width: 26%;
}
.subscription-content.prev-date:before , .subscription-content.expire-date:before{
    content: "";
    border: 1px;
    height: 50px;
    width: 1px;
    background: #E3EAF3;
    position: relative;
    display: block;
    margin-right: 20px;
}
.cancel-btn {
    padding-right: 10px;
    width: 20%;
}
.progress {
  width: 100%;
  height: 10px;
  background-color: #EBF2F8;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  background-color: #004AAD;
}
.usage-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.usage-header .title{
    color: #021F30;
    font-size: 18px;
    font-weight: 600;
}
.usage-header .count{
    color: #495465;
    font-size: 18px;
    font-weight: 600;
}
.table-wrapper {
    overflow-x: auto;
}
.subscription-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  overflow-x: auto;
}
.subscription-table thead th {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 8px;
  background: #FAFCFF;
  border-top: 1px solid #D6DFEE;
  border-bottom: 1px solid #D6DFEE;
  color: #021F30;
}
.subscription-table thead th:first-child {
  border-left: 1px solid #D6DFEE;
  padding-left: 30px;
}
.subscription-table thead th:last-child {
  border-right: 1px solid #D6DFEE;
  padding-right: 30px;
}
.subscription-table tbody tr {
  background: #ffffff;
}
.subscription-table tbody td {
  padding: 14px 8px;
  font-weight: 500;
  font-size: 16px;
  color: #495465;
  border-top: 1px solid #D6DFEE;
  border-bottom: 1px solid #D6DFEE;
}
.subscription-table tbody td:first-child {
  border-left: 1px solid #D6DFEE;
  padding-left: 30px;
}
.subscription-table tbody td:last-child {
  border-right: 1px solid #D6DFEE;
  padding-right: 30px;
}
.subscription-table tbody td.plan , .subscription-table tbody td.price{
  font-weight: 600;
}
.subscription-table tbody td.plus { color: #3AC48D; }
.subscription-table tbody td.pro { color: #EB533D; }
.subscription-table tbody td.starter { color: #0C36DB; }
.subscription-table tbody td.enterprise { color: #9836FB; }
.subscription-table tbody td.status.active {
  color: #429C3A;
  font-weight: 600;
}
.subscription-table tbody td.status.expired {
  color: #ff3b30;
  font-weight: 600;
}
.subscription-table tbody td.action .download {
  color: #004AAD;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.subscription-table tbody td.action .download:hover{
    text-decoration: underline;
}
.subscription-table tbody td.action .download
td.price, td.status, td.action , .subscription-table th.price-title, .subscription-table th.status-title, .subscription-table th.active-title{
    text-align: center;
}
/* -------------------------- profile page End ----------------------- */
/* -------------------------- 404 page start ---------------------- */
.not-found-section{
    padding: 80px 20px;
    text-align: center;
}
.not-found-text h1 {
    font-size: 90px;
    text-align: center;
    color: #004aad;
}
.not-found-text h2 {
    font-size: 50px;
    text-align: center;
    color: #021F30;
    margin-bottom: 30px;
}
.not-found-text p{
    font-size: 20px;
}
.not-found-text a.back-btn{
    border: none;
    display: inline-block;
    background: #004AAD;
    color: #fff;
    padding: 16px 28px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-top: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.not-found-text a.back-btn:hover {
    background-color: #021F30;
}
.header-main-logo a span {
    font-size: 32px;
    font-weight: 700;
    color: #004AAD;
    white-space: nowrap;
}

.login-right-top-logo a span {
    font-size: 32px;
    font-weight: 700;
    color: #004AAD;
    white-space: nowrap;
}
/* -------------------------- 404 page end ---------------------- */



@media screen and (max-width:1200px) {
    .not-found-text h1{
        font-size: 80px;
    }
    .not-found-text h2 {
        font-size: 40px;
    }
    .not-found-text p {
        font-size: 18px;
    }
}
@media screen and (max-width:991px) {
    .plan-name h3{ font-size: 14px;     margin-bottom: 0px;}
    .plan-name p{ font-size: 14px;}
    .subscription-content.prev-date:before, .subscription-content.expire-date:before{ margin-right: 10px;     height: 40px;}
    .subscription-detail .subscription-content img { width: 22px; }
    .cancel-btn a{ min-width: 100%; padding: 12px; font-size: 12px;}
    .cancel-btn {padding-right: 0;}
    .subscription-detail{padding: 20px;}
    .not-found-text h1 { font-size: 70px; }
    .not-found-text h2 { margin-bottom: 20px;}
    .header-main-logo a span { font-size: 20px;}
}
@media (max-width: 767px) {
     .subscription-detail{
        flex-wrap: wrap;
        gap: 20px;
    }
    .subscription-detail .subscription-content.name , .cancel-btn{
        width: 100%;
    }
    .subscription-detail .subscription-content {
        width: 46%;
    }
    .subscription-content.prev-date:before, .subscription-content.expire-date:before{
        display: none;
    }
    .subscription-main, .user-proifile-main{
        padding: 25px 20px;
    }
    .usage-header .title, .usage-header .count{
        font-size: 16px;
    }
    .subscription-main h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .user-proifile-main h1{
        font-size: 20px;
    }
    .user-proifile-main p {
        font-size: 16px;
        line-height: 20px;
    }
    .not-found-section{
        padding: 50px 10px;
    }
    .not-found-text h1 {
        font-size: 60px;
    }
    .not-found-text h2 {
        font-size: 30px;
    }
    .not-found-text p {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .subscription-table thead th,
    .subscription-table tbody td{
        padding: 12px;
        font-size: 15px;
    }
    .subscription-detail .subscription-content{
        width: 100%;
    }
    .header-main-menu-right-user .profile-btn .icon{
        font-size: 0 ;
        display:flex;
        align-items:center;
        gap:10px;
    }
    .header-main-menu-right-user .profile-btn{
        gap: 0;
    }
    .header-main-menu .nav-toggle {
        order: 2;
    }
    .header-main-menu-right-user .dropdown-menu.active {
        width: 200px;
        right: 0;
        left: auto;
        height: auto;
        top: 50px;
    }
}

.login-right-top-logo {
    font-size: 32px;
    font-weight: 700;
    color: #004AAD;
    white-space: nowrap;
}

.alert-success{
    color: green !important;
}


/* full page loader start */
/* Absolute Center Spinner */
.body-loader {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.body-loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.body-loader:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.body-loader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* full page loader end */

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

.required-field{
    color: red;
}

.upload-section-main-inner .upload-wrapper .upload-box:hover {
    /* border-width: 2px; */
}

.change-password-link {
    margin-top: 12px;
    margin-bottom: 24px;
}

/* Password fields default (JS will toggle visibility) */
.password-fields {
    display: none;
    margin-top: 12px;
    margin-bottom: 12px;
}

.form-actions {
    margin-top: 18px;
}

/* Make Save button match header Subscribe button appearance */
.form-actions .btn.btn-primary {
    background-color: #004AAD !important;
    border-color: #004AAD !important;
    color: #FFFFFF !important;
    padding: 13px 28px !important;
    /* border-radius: 4px !important; */
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: none !important;
}

.form-actions .btn.btn-primary:hover {
    background-color: #FFFFFF !important;
    color: #004AAD !important;
}

#formMessage {
    background-color: #d1f2e0;   /* light green */
    border: 1px solid #a3e4c2;
    color: #0f5132;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .plans-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .plan-currency-select {
        align-self: flex-end;
    }
}

.save-badge {
    display: inline-block;
    /*background: #E6F4EA;*/
    color: #137333;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.price-text {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.price-text.updating {
    opacity: 0;
    transform: translateY(5px);
}

.switch.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.usage-note {
    text-align: center;
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #2e7d32;
}

.plan-limit {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #021F30;
}

.days-left {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #021F30;
    white-space: nowrap;
}

.days-left.warning {
    color: #E53935;
}

.profile-image-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}


/* ===================================================
   Account Sub-Nav
   =================================================== */
.account-nav {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.account-nav .container {
    display: flex;
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.account-nav a {
    display: inline-block;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black, #021F30);
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.account-nav a:hover {
    color: var(--blue, #1A6EFC);
}

.account-nav a.active {
    color: var(--blue, #1A6EFC);
    border-bottom-color: var(--blue, #1A6EFC);
}

/* ===================================================
   Connect Website — Token Box
   =================================================== */
.connect-token-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f7fa;
    border: 1px solid #dde2e8;
    border-radius: 6px;
    padding: 10px 14px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.connect-token-box span.token-masked {
    font-family: monospace;
    font-size: 16px;
    letter-spacing: 2px;
    color: #6b7280;
    flex: 1;
}

.connect-token-new-alert {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 14px;
}

.connect-token-new-alert .connect-token-box {
    background: #fff;
    margin-top: 8px;
}

.connect-token-new-alert .connect-token-box span {
    font-family: monospace;
    font-size: 13px;
    word-break: break-all;
    flex: 1;
}

.connect-token-warning {
    color: #92400e;
    font-size: 13px;
    display: block;
    margin-top: 6px;
}

.btn-token-copy {
    background: none;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-token-copy:hover {
    background: #e5e7eb;
}

/* ===================================================
   Connect Website — Sites Table
   =================================================== */
.connect-sites-table td:last-child {
    width: 100px;
    text-align: right;
}

.btn-sm {
    padding: 4px 10px;
    font-size: 12px;
}

/* ===================================================
   Multi-format file previews
   =================================================== */
.file-type-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 80px;
    font-size: 14px;
    font-weight: 600;
    color: #021F30;
    background: #f5f7fa;
    border-radius: 6px;
    gap: 6px;
}

.upload-inner-preview-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    background: #f5f7fa;
    border-radius: 6px;
    min-height: 80px;
}

.upload-inner-preview-file .file-icon {
    font-size: 28px;
}

.upload-inner-preview-file .file-name {
    font-size: 11px;
    color: #6b7280;
    text-align: center;
    word-break: break-all;
    max-width: 100px;
}

.upload-inner-preview-file .file-icon i,
.file-type-badge i {
    font-size: 32px;
    color: #1A6EFC;
}

.file-type-badge i {
    font-size: 28px;
}
