body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

:active,
:focus {
    outline: 0 !important
}

::placeholder {
    opacity: 1
}

* {
    scrollbar-color: #222 #ddd;
    scrollbar-width: thin
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background-color: #ddd
}

::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px
}

a {
    text-decoration: none !important;
    color: #000
}

a:hover {
    color: #007bff
}

a img {
    border: none
}

img {
    max-width: 100%
}

iframe {
    border: none !important
}

button {
    outline: 0
}

ol.styled,
ul.styled {
    margin: 0;
    padding: 0;
    list-style: none
}

.fw300 {
    font-weight: 300
}

.fw400 {
    font-weight: 400
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.fw700 {
    font-weight: 700
}

.fw900 {
    font-weight: 900
}

.vh-100 {
    height: 100vh
}

.mvh-100 {
    min-height: 100vh
}

.text-default {
    color: #000
}

.text-dark {
    color: #000 !important
}

.text-color {
    color: #000
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

h1,
.h1 {
    font-size: 48px;
}


h2,
.h2 {
    font-size: 42px;
}

h3,
.h3 {
    font-size: 36px;
}


h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 20px;
}

.btn {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 16px
}

.btn-large,
.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn.btn-danger,
.btn.btn-default,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-warning {
    -moz-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%)
}

.btn.uc {
    text-transform: uppercase
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: none
}

.btn-dark {
    color: #fff;
    background-color: #15323a;
    border-color: #15323a
}

.btn-dark:hover {
    color: #fff;
    background-color: #15323a;
    border-color: #15323a
}

.btn-outline-dark {
    color: #15323a;
    background-color: transparent;
    background-image: none;
    border-color: #15323a
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #15323a;
    border-color: #15323a
}

.btn-color {
    color: #fff;
    background-color: #ed1c43;
    border-color: #ed1c43
}

.btn-color:hover {
    color: #fff;
    background-color: #ed1c43;
    border-color: #ed1c43
}

.btn-outline-color {
    color: #ed1c43;
    background-color: transparent;
    background-image: none;
    border-color: #ed1c43
}

.btn-outline-color:hover {
    color: #fff;
    background-color: #ed1c43;
    border-color: #ed1c43
}

.btn-outline-thick {
    border-width: 2px !important
}

.icon-btn {
    background: #ddd;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 2px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer
}

.icon-btn.btn-bordered {
    border: 2px solid;
    padding: 3px 8px
}

.icon-btn.lg-icon-btn {
    font-size: 26px
}

.icon-btn[disabled] {
    opacity: .85
}

.icon-btn.btn-nobg {
    color: #007bff
}

.icon-btn.btn-nobg:hover {
    color: #0069d9
}

.bg-light-success {
    background-color: #85ff8f;
    color: #007233
}

.btn-nobg {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.btn-rounded {
    border-radius: 60px
}

.btn-circle {
    border-radius: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    padding: 8px 5px;
    text-align: center
}

.btn.btn-mini {
    font-size: 12px;
    padding: 3px 12px
}

.btn.btn-mini i {
    font-size: 11px
}

.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 12px;
    margin-right: 5px
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
    padding: 10px 20px;
    font-weight: 500
}

.alert-fixed {
    position: fixed;
    top: 20px;
    left: 20%;
    width: 60%;
    z-index: 9999
}

.modal {
    backdrop-filter: blur(2px)
}

.modal-content {
    border-radius: 16px;
    -moz-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    overflow: hidden
}

.modal-content .close {
    width: 30px;
    height: 30px;
    z-index: 99;
    background: #007bff;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
    line-height: 0;
    padding: 0;
    margin: 0
}

.modal-content.no-header .close {
    align-self: flex-end;
    position: relative;
    margin: 15px 15px -45px
}

.modal-header {
    border-bottom: none
}

.modal-title {
    color: #000;
    font-weight: 600;
    width: 100%
}

.modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto
}

.modal-body {
    overflow-y: auto;
    scrollbar-color: #222 #ddd;
    scrollbar-width: thin
}

.modal-body::-webkit-scrollbar {
    width: 4px
}

.modal-body::-webkit-scrollbar-track {
    background-color: #ddd
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px
}

.dropdown-menu {
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .07);
    min-width: 200px
}

.dropdown-menu.show {
    -moz-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%)
}

.dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.dropdown-menu .dropdown-item:last-item {
    border-bottom: none
}

.no-after::after {
    display: none
}

.blog-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3em
}

.blog-card-title:hover {
    transition: transform .4s ease;
    color: var(--primary)
}

.blog-image-wrapper {
    overflow: hidden
}

.blog-hover-image {
    transition: transform .4s ease
}

.blog-hover-image:hover {
    transform: scale(1.05)
}

.blog-main-title {
    font-weight: 700;
    font-size: 2.5rem
}

.shadow {
    -moz-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%)
}

.bx-container {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 35px;
    -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .05)
}

.bx-scoroll-badge-wrap {
    width: 100%;
    overflow-x: auto
}

.bx-scoroll-badges {
    width: max-content;
    cursor: grab;
    margin: 0 auto
}

.bx-scoroll-badge-wrap {
    scrollbar-color: none;
    scrollbar-width: none
}

.bx-scoroll-badge-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent
}

.bx-scoroll-badge-wrap::-webkit-scrollbar {
    width: 2px;
    background-color: transparent
}

.bx-scoroll-badge-wrap::-webkit-scrollbar-thumb {
    background-color: transparent
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    font-size: 16px;
    border-width: 2px;
    margin-bottom: 5px
}

textarea.form-control {
    min-height: 90px
}

.has-danger .form-control {
    border-color: #dc3545
}

.has-danger .help-block {
    color: #dc3545
}

.input-group-text {
    border-width: 2px
}

.input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.form-field-con label,
.form-group label {
    color: #000;
    font-weight: 600
}

.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 20px !important;
    margin: 1px 5px
}

.switch-checkbox input {
    display: none
}

.switch-checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.switch-checkbox-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.switch-checkbox-slider {
    background-color: #007bff
}

input:focus+.switch-checkbox-slider {
    box-shadow: 0 0 1px #007bff
}

input:checked+.switch-checkbox-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.switch-checkbox-slider.round {
    border-radius: 34px
}

.switch-checkbox-slider.round:before {
    border-radius: 50%
}

label.switch-checkbox-label {
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top
}

.bootstrap-tagsinput {
    padding: 7px 6px !important
}

.form-group.form-group-inner {
    margin-bottom: 0
}

.phone-field-wrap {
    display: flex
}

.phone-field-wrap .phone-code-group {
    width: 120px
}

.phone-field-wrap .phone-number-group {
    flex-grow: 1;
    margin-left: 10px
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 20px
}

ul.timeline:before {
    content: ' ';
    background: #73b6ff;
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 2px;
    height: 100%;
    z-index: 9;
    top: 6px
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 15px
}

ul.timeline>li:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #007bff;
    left: 9px;
    width: 14px;
    height: 14px;
    z-index: 9;
    margin-top: 6px
}

.text-large {
    font-size: 36px
}

.text-medium {
    font-size: 24px
}

.text-semi-medium {
    font-size: 18px
}

.text-regular {
    font-size: 16px
}

.text-small {
    font-size: 13px
}

.page-heading-wrapper {
    display: flex;
    justify-content: space-between
}

.page-heading,
.title-head {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px
}

.sub-heading {
    font-size: 22px;
    font-weight: 500
}

.saperater {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0
}

.content-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

.content-list-item.highlighted {
    background: #1782ff25
}

.not-found-message {
    padding: 15px 0;
    font-weight: 600
}

.img-box {
    line-height: 0;
    display: inline-block
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.grid-view .card-view-item {
    display: block;
    background: #fff;
    border-radius: 16px
}

.grid-view .card-view-item:hover {
    background: #1782ff25
}

.scrollable-container {
    overflow-y: auto;
    scrollbar-color: #222 #ddd;
    scrollbar-width: thin
}

.scrollable-container::-webkit-scrollbar {
    width: 4px
}

.scrollable-container::-webkit-scrollbar-track {
    background-color: #ddd
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px
}

.section-padding {
    padding: 60px 0
}

@media (max-width:576px) {
    body {
        font-size: 15px
    }

    .text-large {
        font-size: 30px
    }

    .text-medium {
        font-size: 22px
    }

    .text-semi-medium {
        font-size: 16px
    }

    .text-regular {
        font-size: 15px
    }

    .text-small {
        font-size: 12px
    }

    .page-heading-wrapper {
        display: flex;
        justify-content: space-between
    }

    .page-heading,
    .title-head {
        font-size: 26px;
        font-weight: 500;
        color: #000;
        margin-bottom: 15px
    }

    .sub-heading {
        font-size: 18px;
        font-weight: 500
    }
}

.header-logo {
    display: none
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

body.scrolled {
    padding-top: 94px
}

.sticky-header {
    background: #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.sticky-header.with-shadow {
    -moz-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    z-index: 1001;
    position: relative
}

.scrolled .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    -moz-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 3.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out
}

.header .navbar-brand img {
    height: auto;
    width: 90px;
    max-width: 100%
}

.scrolled .sticky-header .navbar-brand {
    height: auto;
    max-width: 60px
}

@media (max-width:991px) {

    .dashboard-header {
        margin-bottom: 20px !important;
    }

    .container {
        max-width: 100%
    }

    .bx-container {
        padding: 10px !important;
    }

    /* Deepak Dubey Changes in CSS : 10-11-2025 */
    .dashboard-header.sticky-top-buttons {
        width: 100%
    }

    .dashboard-page-title .page-title-icon {
        width: 40px !important;
        height: 40px !important
    }

    .dashboard-page-title .page-title-icon i {
        font-size: 20px !important
    }

    /* Deepak Dubey Changes in CSS : 10-11-2025 end*/

    #navbar-main-menu {
        padding-top: 15px
    }

    .header .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header .navbar-nav .dropdown-menu {
        background: 0 0;
        box-shadow: none;
        border: none
    }

    .header .navbar-toggler {
        margin-left: 15px;
        border: none
    }

    .header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 4l22 22M4 26L26 4'/%3e%3c/svg%3e")
    }

    .navbar-toggler:focus {
        box-shadow: none
    }
}

@media (max-width:576px) {

    .header-buttons .header-quote-button,
    .header-buttons .header-signup-button {
        display: none
    }
}

.home-banner-section {
    padding: 100px 0;
    position: relative
}

#home-banner {
    background-image: url(../images/free-qr-code-generator-online-custom-dynamic-bulk-url-logo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width:576px) {
    #home-banner {
        background-image: none
    }
}

.row-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #100018 0, #26006c 50%, #110038 100%);
    z-index: 1;
    opacity: .8
}

.row-banner-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a04728f;
    z-index: 1;
    opacity: .8
}

.row-banner-content {
    z-index: 2;
    position: relative
}

.banner-content-wrap {
    position: relative;
    z-index: 2
}

.banner-content-wrap2 {
    position: absolute;
    top: 75%;
    left: 0;
    transform: translateY(-75%);
    z-index: 2
}

.banner-content-text {
    font-size: 20px
}

.banner-content-text h1,
.banner-content-text h2 {
    font-size: 35px
}

@media (max-width:576px) {
    .banner-content-text {
        font-size: 18px
    }

    .banner-content-text h2 {
        font-size: 26px
    }
}

.home-search-box {
    background: #ffffffcc;
    backdrop-filter: blur(4px);
    padding: 20px;
    border-radius: 14px
}

.home-search-box ul.nav-pills li {
    width: 33.33%
}

.home-search-box ul.nav-pills li .nav-link {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500
}

.home-search-form .input-group {
    background: #fff;
    border-radius: 12px;
    padding: 3px
}

.home-search-form .input-group input {
    background: 0 0;
    margin-right: 10px;
    outline: 0;
    border: none;
    padding: 15px;
    box-shadow: none;
    height: 52px
}

.home-search-form .input-group input:focus {
    outline: 0;
    box-shadow: none
}

.home-search-form .input-group .btn {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:576px) {
    .home-search-form .input-group input {
        width: 100%
    }

    .home-search-form .input-group .button-group,
    .home-search-form .input-group .button-group button {
        width: 100%
    }

    .home-search-box ul.nav-pills li .nav-link {
        padding: 15px 10px;
        font-size: 14px
    }
}

.feature-container .icon-cell {
    width: 60px;
    display: block
}

.feature-container .icon-content h5 {
    font-weight: 600
}

.feature-container .icon-content p {
    margin-bottom: 0
}

.why-choose-block .why-choose-icon {
    color: #fff;
    font-size: 28px;
    padding: 10px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px
}

.why-choose-block h5 {
    font-weight: 600
}

.why-choose-block p {
    margin-bottom: 0
}

.testimonial-slider-container {
    margin-top: 40px
}

.testimonial-slider {
    padding-bottom: 40px
}

.testimonial-slider-container .testimonial-bx {
    background: var(--primary-light);
    min-height: 250px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.testimonial-slider-container .testimonial-bx .testimonial-info {
    font-size: 14px;
    text-align: right;
    width: 100%;
    margin-top: 12px
}

.testimonial-slider-container .testimonial-bx .testimonial-info p {
    margin-bottom: 0
}

.testimonial-slider-container .testimonial-bx .testimonial-info .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px
}

.testimonial-slider-container .testimonial-bx .fa-quote-left {
    font-size: 28px;
    margin-right: 10px
}

.parallax-section-num {
    background-image: url(../images/counter.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative
}

@media (max-width:576px) {
    .parallax-section-num {
        background-image: none
    }
}

.counter-box {
    padding: 20px 15px
}

.counter-box .counter-number {
    font-size: 42px;
    font-weight: 700;
    color: #fff
}

.counter-box .counter-text {
    font-size: 20px;
    font-weight: 500
}

.parallax-section-about {
    background-image: url(../images/counter.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative
}

.about-section-text {
    line-height: 1.75
}

.about-section-text p {
    margin-bottom: 0
}

@media (max-width:576px) {
    .about-section-text {
        font-size: 16px
    }
}

.maximize-reach-wrapper .list-group {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.maximize-reach-wrapper .list-group .list-group-item {
    padding: 10px 15px;
    background: 0 0;
    display: flex;
    width: 100%;
    border: none
}

@media (min-width:991px) {
    .maximize-reach-wrapper .list-group .list-group-item {
        width: 48%;
        margin-right: 2%
    }
}

.maximize-reach-wrapper .maximize-reach-icon {
    color: #fff;
    font-size: 22px;
    padding: 10px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-right: 15px
}

.maximize-reach-content {
    width: calc(100% - 65px)
}

.maximize-reach-wrapper .list-group .list-group-item h5 {
    font-size: 18px;
    font-weight: 600
}

.maximize-reach-wrapper .list-group .list-group-item p {
    margin-bottom: 0;
    font-size: 15px
}

.faq-warpper .list-group {
    border: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.faq-warpper .faq-row {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

@media (min-width:991px) {
    .faq-warpper .faq-row {
        width: 48%;
        margin: 10px 1%
    }
}

.faq-warpper .faq-question {
    font-weight: 600;
    margin-bottom: 11px;
    font-size: 18px
}

.faq-warpper .faq-answer p {
    margin-bottom: 0
}

.faq-warpper .faq-answer {
    padding-left: 15px
}

.working-steps-list .timeline li {
    margin-bottom: 35px
}

.working-steps-list li h5 {
    font-size: 18px;
    font-weight: 600
}

.working-steps-list li p {
    margin-bottom: 0
}

.footer .footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px
}

.footer a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block
}

button.back-to-top {
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999
}

.pricing-box {
    border-radius: 12px;
    height: 100%
}

.pricing-heading {
    margin: 5px;
    padding: 12px 15px;
    border-radius: 12px;
    text-align: center;
    font-size: 22px
}

.pricing-amount {
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

.pricing-currency {
    font-size: 30px;
    font-weight: 700
}

.pricing-currency small {
    font-size: 14px;
    font-weight: 400
}

.pricing-cta {
    padding: 15px 0
}

.pricing-cta .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 220px;
    margin: 0 auto
}

.pricing-cta input[type=radio]:checked+.btn {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.pricing-intro {
    margin-top: 15px;
    font-size: 18px;
    min-height: 60px
}

.pricing-intro strong {
    font-weight: 600
}

ul.pricing-specs-list {
    list-style: none;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 0
}

span.pricing-specs-icon {
    margin-right: 10px;
    font-size: 16px
}

.sticky-summary {
    position: sticky;
    top: 86px;
    z-index: 10;
    align-self: flex-start;
}





.form-section {
    margin-bottom: 30px
}

.terms-section {
    margin-top: 20px
}

.price-badge {
    background: #fff;
    color: #6e42cb;
    padding: 3px 15px;
    border: 1px solid;
    border-radius: 10px;
    margin: 0 10px
}

.terms-link {
    text-decoration: none;
    color: #007bff
}

.pricing-column {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px
}

.pricing-column p {
    margin-bottom: 10px
}

.plan-div .form-check-label {
    background-color: #f8f9fa;
    border: 2px solid transparent;
    transition: background-color .3s ease, border-color .3s ease;
    cursor: pointer
}

.plan-div input[type=radio]:checked+.form-check-label {
    background-color: #6e42cb;
    color: #fff;
    border-color: #6e42cb
}

.plan-div input[type=radio]:checked+.form-check-label small.text-primary {
    color: #fff !important
}

.plan-div .form-check-label:hover {
    background-color: #e9ecef
}

.pricing-column h5 {
    font-size: 1.2rem;
    margin-bottom: 15px
}

.payemnt-heading {
    font-size: 20px;
    font-weight: 600;
    color: #273144;
    background: 0 0;
    border-bottom: none;
    padding: 16px 20px
}

.payment-sub-section {
    padding: 16px 24px
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary)
}

.form-check-input:checked[type=checkbox] {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important
}

.form-check-input {
    background-color: var(--primary-light);
    border-color: var(--primary)
}

.form-switch {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    gap: 15px
}

.form-switch .form-check-input {
    width: 45px;
    height: 22px;
    margin: 0
}

.btn-primary {
    background: var(--primary)
}

.btn-primary:hover {
    background: #fff;
    color: var(--primary-dark)
}

.card-div p {
    margin: auto
}

.plan-div h5,
.plan-div p {
    margin: auto
}

button#credit-tab,
button#razorpay-tab {
    width: 170px;
    padding: 20px;
    border: 1px solid;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 100px;
    color: #000;
    text-align: left
}

#myTab {
    border-bottom: none
}

.border {
    border: 1px solid #dbe0eb !important
}

@media(max-width:992px) {
    .plan-div {
        width: 100%
    }
}

@media(max-width:992px) and (min-width:768px) {
    .payment-left-div {
        width: 60%
    }

    .payment-right-div {
        width: 40%
    }
}

.terms-heading {
    font-size: 38px;
    font-weight: 700
}

.terms-sub-heading {
    font-size: 25px;
    font-weight: 600
}

.terms-list-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px
}

.terms-sub-under-sub-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-top: 20px
}

.term-privacy-section {
    line-height: 1.6;
    margin-top: 60px;
    margin-bottom: 60px
}



.form-section {
    margin-bottom: 30px
}

.payment-summary {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.terms-section {
    margin-top: 20px
}

.terms-link {
    text-decoration: none;
    color: #007bff
}

.pricing-column {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px
}

.pricing-column p {
    margin-bottom: 10px
}

.pricing-column h5 {
    font-size: 1.2rem;
    margin-bottom: 15px
}

@media (min-width:866px) {
    .how-it-works {
        background-image: url(https://99forward.com/assets/images/banner/Shortlink_1.png);
        background-repeat: no-repeat;
        background-size: 48%;
        right: 0;
        background-position: right center;
        background-color: #f2e7ff !important
    }

    .how-it-works-flipbook {
        background-image: url(https://99forward.com/assets/images/about/laptop_flipbook.png);
        background-repeat: no-repeat;
        background-size: 48%;
        right: 0;
        background-position: right center;
        background-color: #f2e7ff !important
    }

    .how-it-works-business {
        background-image: url(https://99forward.com/assets/images/banner/business_card.png);
        background-repeat: no-repeat;
        background-size: 48%;
        right: 0;
        background-position: right center;
        background-color: #f2e7ff !important
    }
}

.color-icon {
    width: 2rem;
    height: 2rem;
    margin: 0 1.2rem 1.2rem 0;
    border-radius: 50%;
    border: none;
    cursor: pointer
}

.color-icon.selected {
    box-sizing: border-box;
    border: .2rem solid #2a5bd7;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem #2a5bd7
}

.pdf-editor {
    max-height: calc(100vh - 150px)
}

.pdf-editor-container {
    max-height: 100vh;
    background: #fff;
    padding: 10px
}

.pdf-editor-pagination {
    text-align: center
}

.pdf-editor-toolbar {
    padding: 5px 5px;
    background: #fff
}

.tool-box-button {
    border: none;
    font-size: 18px;
    padding: 4px 15px;
    color: #222;
    display: inline-block
}

.tool-box-button.active {
    color: var(--primary);
    background-color: var(--primary-light);
    border-radius: 3px
}

.tool-box-button-sep {
    height: 38px;
    display: inline;
    vertical-align: middle;
    border-right: 2px solid #ddd;
    margin: 0 10px;
    line-height: 1.5
}

.overflow-hidden {
    overflow: hidden
}

.ck-content {
    white-space: normal !important
}

.survey-question {
    background: #fff;
    padding: 20px;
    border: 2px solid #6e42cb;
    border-radius: 10px;
    border-left: 5px solid #6e42cb
}

.select-item:checked+.link-list-content {
    border: 2px solid #007bff !important;
    border-radius: 5px
}

.pdf-viewer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.selection-overlay {
    border: 2px dashed #007bff;
    background: rgba(0, 123, 255, .1);
    cursor: pointer
}

.ui-resizable-handle {
    z-index: 2
}

.ui-resizable-n {
    top: -5px;
    left: 50%;
    margin-left: -5px
}

.ui-resizable-e {
    top: 50%;
    right: -5px;
    margin-top: -5px
}

.ui-resizable-s {
    bottom: -5px;
    left: 50%;
    margin-left: -5px
}

.ui-resizable-w {
    top: 50%;
    left: -5px;
    margin-top: -5px
}

.ui-resizable-ne {
    top: -5px;
    right: -5px
}

.ui-resizable-se {
    bottom: -5px;
    right: -5px
}

.ui-resizable-sw {
    bottom: -5px;
    left: -5px
}

.ui-resizable-nw {
    top: -5px;
    left: -5px
}

.btn-select {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.selection-overlay.highlight {
    border: 2px dashed #f0fd3d;
    background-color: #f0fd3db0
}

.pdf-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    max-height: 90vh;
    overflow: hidden
}

#pdfCanvas {
    position: absolute;
    cursor: grab
}

@media screen and (max-width:1460px) {
    .pdf-container {
        height: calc(100vh - 100px);
        max-height: 85vh
    }
}

.layer-title {
    letter-spacing: normal;
    font-weight: 600
}

.layer-accordion-body .form-control {
    font-size: 12px !important;
    font-weight: 400;
    border-width: 1px
}

.selection-box-button .btn i {
    font-size: 18px
}

.selection-box-button .btn.active {
    border: none !important;
    color: var(--primary)
}

.pdf-editor {
    max-height: calc(100vh - 120px)
}

#pdfSidebar {
    background-color: #e1dbff;
    height: 50%
}

.pdf-editor-sidebar {
    max-height: calc(100vh - 80px);
    height: 100%;
    background-color: #e1dbff;
    border-radius: 10px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.pdf-editor-container {
    background: #fff;
    padding: 10px
}

.pdf-editor-pagination {
    text-align: center;
    position: relative;
    z-index: 222;
    max-width: 120px;
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 80px);
    scrollbar-width: none;
    -ms-overflow-style: none
}

.pdf-editor-pagination::-webkit-scrollbar {
    display: none
}

.pdf-editor-pagination {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.pdf-editor-pagination .pdf-controls {
    padding: 15px 20px
}

.pdf-editor-toolbar {
    padding: 5px 5px;
    background: #fff
}

.tool-box-button {
    border: none;
    font-size: 18px;
    padding: 4px 15px;
    color: #222;
    display: inline-block
}

.tool-box-button-sep {
    height: 38px;
    display: inline;
    vertical-align: middle;
    border-right: 2px solid #ddd;
    margin: 0 10px;
    line-height: 1.5
}

.overflow-hidden {
    overflow: hidden
}

.accordion-button {
    padding: 10px 12px;
    font-size: 13px
}

.accordion-button:not(.collapsed) .fas {
    color: #fff !important
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: var(--bs-accordion-btn-icon-transform)
}

.noborder {
    border: none
}

@media (max-width:768px) {
    .ui-resizable-handle {
        width: 24px;
        height: 24px
    }

    .selection-overlay {
        border: 3px dashed #3d60fd
    }

    .selection-overlay.highlight {
        border: 3px dashed #f0fd3d
    }

    .pdf-container {
        position: relative;
        width: 100%;
        height: calc(100vh - 150px);
        max-height: 50vh;
        overflow: hidden
    }
}

@media (min-width:368px) and (max-width:576px) {
    .justify-content-sm-between {
        justify-content: space-between
    }
}

.pdf-editor-pagination {
    text-align: center;
    position: relative;
    z-index: 222
}

.pdf-editor-pagination .pdf-controls {
    padding: 15px 20px
}

.pdf-editor-toolbar {
    padding: 5px 5px;
    background: #fff
}

.tool-box-button {
    border: none;
    font-size: 18px;
    padding: 4px 15px;
    color: #222;
    display: inline-block
}

.tool-box-button-sep {
    height: 38px;
    display: inline;
    vertical-align: middle;
    border-right: 2px solid #ddd;
    margin: 0 10px;
    line-height: 1.5
}

.overflow-hidden {
    overflow: hidden
}

.accordion-button-layer:not(.collapsed) {
    color: #000 !important;
    font-weight: 500
}

.accordion-header:has(.accordion-button-layer:not(.collapsed)) {
    background: 0 0;
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 500
}

.accordion-button {
    padding: 10px 12px;
    font-size: 13px
}

.accordion-button:not(.collapsed) .fas {
    color: #fff !important
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: var(--bs-accordion-btn-icon-transform)
}

.noborder {
    border: none
}

.selection-overlay {
    touch-action: none
}

@media (min-width:576px) {
    .pdf-editor-left {
        width: 78%
    }

    .pdf-editor-right {
        width: 22%
    }
}

.pdf-editor-sidebar .list-group-item {
    border: none;
    padding: 5px 10px;
    background: 0 0
}

.pdf-editor-sidebar .accordion-item {
    background: #fff;
    border-radius: 5px !important
}

.pdf-editor-sidebar .list-group-item .accordion-header {
    padding: 7px 10px;
    cursor: pointer
}

.pdf-editor-sidebar .list-group-item .accordion-collapse {
    border-top: 1px solid #00000022
}

.pdf-editor-sidebar .list-group-item .accordion-collapse .accordion-body {
    padding: 10px
}

.pdf-editor-sidebar .accordion-body label.fw-normal {
    font-weight: 500 !important;
    margin-bottom: 3px;
    font-size: 12px
}

.pdf-editor-sidebar .accordion-header .item-action {
    margin-left: 5px;
    padding: 7px 12px
}

.pdf-editor-sidebar .accordion-header .item-action:hover {
    background: #ddd !important
}

.blog-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3em
}

.blog-card-title:hover {
    transition: transform .4s ease;
    color: var(--primary)
}

.blog-image-wrapper {
    overflow: hidden
}

.blog-hover-image {
    transition: transform .4s ease
}

.blog-hover-image:hover {
    transform: scale(1.05)
}

.dropzone {
    border: 2px dashed #eee;
    padding: 10px;
    border-radius: 5px;
    transition: all .3s
}

.dropzone.highlight {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, .05)
}

.detected-data-item {
    padding: 15px 12px;
    margin-bottom: 5px;
    background-color: var(--primary-light);
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-weight: 500;
    cursor: grab;
    transition: all .2s
}

.detected-data-item:hover {
    background-color: #e9ecef
}

.detected-data-item.dragging {
    opacity: .5;
    background-color: #d1e7ff
}

.extracted-text-content {
    white-space: pre-wrap;
    font-family: monospace
}

.detected-items-list {
    overflow-y: auto
}

@media (min-width:992px) {
    .sticky-detected-data {
        position: sticky;
        top: 20px;
        height: calc(100vh - 40px);
        overflow-y: hidden
    }

    .detected-data-container {
        height: calc(100% - 40px);
        border-radius: .375rem;
        padding: 15px;
        background-color: #f8f9fa;
        overflow-y: scroll
    }
}

@media (max-width:991.98px) {
    .sticky-detected-data {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 50vh;
        background: #fff;
        z-index: 1050;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
        padding: 15px;
        border-top: 1px solid #dee2e6;
        overflow-y: auto;
        transition: transform .3s ease-in-out;
        transform: translateY(100%)
    }

    .sticky-detected-data.open {
        transform: translateY(0)
    }

    .detected-data-container {
        max-height: 100%;
        overflow-y: auto
    }
}

.border-dashed {
    border-width: 2px;
    border-style: dashed
}

.extra-large-icon {
    font-size: 52px
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffd6
}

.pdf-thumbnails .active canvas {
    border: 2px solid #00f
}

.pdf-thumbnails span {
    font-size: 10px;
    font-weight: 700
}

.pdf-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    -webkit-overflow-scrolling: touch;
    padding: 10px
}

.pdf-thumbnails canvas {
    width: 75px;
    height: 75px;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer
}

.pdf-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    touch-action: none
}

#pdfCanvas {
    touch-action: none
}

.toolbox-container-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.tool-box-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #495057;
    text-decoration: none;
    transition: background-color .3s, transform .2s
}

.tool-box-button:hover {
    background-color: #e9ecef;
    transform: scale(1.1)
}

.tool-box-button i {
    font-size: 16px
}

.tool-box-button-sep {
    margin: 5px 0;
    border-bottom: 1px solid #dee2e6;
    width: 100%
}

.pdf-thumbnails div {
    padding: 5px;
    background-color: #f2f2f2;
    border-radius: 10px
}

.pdf-thumbnails div.active {
    background-color: var(--primary-light)
}

@media (max-width:575px) {
    .pdf-editor-wrapper {
        overflow: hidden;
        border-radius: 10px;
        background: #fff
    }

    .pdf-editor-wrapper .toolbox-container-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .pdf-editor-action-buttons .btn {
        font-size: 12
    }

    .pdf-editor-wrapper .pdf-thumbnails {
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto;
        overflow-x: scroll
    }

    .pdf-editor-wrapper .nobg-icon {
        background: #f5f5f5;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }

    .pdf-editor-pagination {
        max-width: 100%;
        height: auto;
        border-top: 1px solid #e5e5e5;
        border-radius: 0 !important;
        overflow-x: auto
    }

    .toolbox-container-section {
        justify-content: center
    }

    .nobg-icon .tool-box-button {
        background: 0 0;
        border: none
    }

    .pdf-thumbnails canvas {
        width: 55px;
        height: 55px;
        margin: 0
    }

    .pdf-thumbnails span {
        font-weight: 500 !important
    }

    .pdf-thumbnails div {
        padding: 5px
    }

    .pdf-editor-toolbar {
        padding: 0
    }

    .toolbox-container-section {
        gap: 0
    }

    .pdf-container {
        height: calc(100vh - 430px);
        max-height: 100%
    }

    .pdf-editor-wrapper .toolbox-container-section {
        width: 100%
    }
}

.empty-state-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 350px);
    border-radius: 10px
}

.empty-state-icon i {
    font-size: 5rem
}

.empty-state-title {
    font-size: 28px;
    font-weight: 600
}

.empty-state-description {
    font-size: 18px
}

.dashboard-header {
    margin-bottom: 45px;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

/* Deepak Dubey Changes in CSS : 10-11-2025 */
.dashboard-page-title .page-title-icon {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    margin-top: 5px
}

.dashboard-page-title .page-title-icon i {
    font-size: 24px;
    color: var(--white)
}

.dashboard-page-title .page-title-content {
    padding: 0
}


.dashboard-header.sticky-top-buttons {
    /* position: -webkit-sticky;
    position: sticky;
    top: 60px; */
    z-index: 66;
    transition: padding .3s ease;
    width: 100%;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 0;
    width: calc(100% + 40px)
}

.dashboard-header.sticky-top-buttons.sticky {
    border-bottom: 1px solid #00000022;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    /* keep visible */
}


.dashboard-header.sticky-top-buttons.sticky .dashboard-page-title .page-title {
    font-size: 18px
}

.dashboard-header.sticky-top-buttons.sticky .dashboard-page-title .page-title-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin-top: 3px
}

.dashboard-header.sticky-top-buttons.sticky .dashboard-page-title .page-title-icon i {
    font-size: 22px
}

/* Deepak Dubey Changes in CSS : 10-11-2025 */

.dashboard-page-messages-overlay {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.dashboard-page-messages-overlay .alert {
    width: 100%;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.dashboard-page-messages-overlay .alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb
}

.dashboard-page-messages-overlay .alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb
}

.bg-gradient-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark))
}

.form-section {
    background: #fff;
    border-radius: var(--border-radius)
}

@media (max-width: 575px) {
    .dashboard-page-messages-overlay {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 100%;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
}

.color-picker-container {
    position: relative
}

.form-control-color {
    width: 60px;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    padding: 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 36px
}

.color-preview {
    height: 40px;
    border-radius: var(--border-radius);
    border: 2px solid #e2e8f0;
    position: relative;
    overflow: hidden
}

.color-preview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 10px 10px;
    background-position: 0 0, 0 5px, 5px -5px, -5px 0
}

.form-section-container .form-section-header h5 {
    font-size: 18px
}

.form-section-container .form-section-body {
    padding-top: 30px
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary)
}

.upload-area {
    border: 2px dashed #cbd5e0;
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    transition: all .3s ease;
    background: #fff;
    border-radius: 12px
}

.upload-area:hover {
    border-color: var(--primary);
    background: #f8fafc
}

.upload-area.dragover {
    border-color: var(--primary);
    background: #eef2ff;
    transform: scale(1.02)
}

.upload-icon i {
    font-size: 4rem;
    color: var(--primary);
    margin-bottom: 1rem
}

.upload-title {
    margin-bottom: .5rem
}

.upload-subtitle {
    font-size: .875rem;
    margin-bottom: 1.5rem
}

.pdf-preview {
    max-width: 300px;
    margin: 0 auto
}

.pdf-preview canvas {
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow)
}

.progress {
    height: 8px;
    border-radius: 4px
}

.password-field {
    animation: slideDown .3s ease
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.form-floating>label {
    padding-left: 1rem
}

.card {
    border-radius: var(--border-radius)
}

@media (max-width:768px) {

    .form-section,
    .upload-section {
        padding: 1rem
    }

    .flipbook-right-panel {
        height: fit-content
    }
}

@media (min-width:992px) {
    .sticky-right-panel {
        position: sticky;
        top: 150px
    }

    .flipbook-right-panel {
        height: 70vh
    }
}

.dashboard-container {
    border-radius: 16px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-light);
    margin: 20px;
    padding: 30px;
    animation: slideInUp .8s ease-out
}

.pdf-section {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    overflow: hidden
}

.pdf-viewer-section {
    border-radius: 15px;
    height: 250px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.pdf-page {
    width: 85%;
    height: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    padding: 30px;
    font-size: 11px;
    line-height: 1.6;
    position: relative
}

.pdf-header {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #2c3e50;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #3498db;
    position: relative
}

.pdf-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-gradient)
}

.pdf-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pdf-text-line {
    height: 10px;
    border-radius: 5px;
    animation: shimmer 2s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 0, #f5f5f5 50%, #e0e0e0 100%);
    background-size: 200% 100%
}

.pdf-text-line.short {
    width: 60%
}

.pdf-text-line.medium {
    width: 80%
}

.pdf-text-line.long {
    width: 95%
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.pdf-footer {
    border-top: 2px solid #ecf0f1;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
    font-size: 10px;
    color: #7f8c8d;
    font-weight: 500
}

.page-indicator {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--dark-gradient);
    color: #fff;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.content-section {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative
}

.content-title {
    font-size: 28px;
    font-weight: 800;
    background: var(--primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px
}

.content-description {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px
}

.file-info {
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 4px solid #007bff
}

.file-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.file-info-item:last-child {
    margin-bottom: 0
}

.action-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap
}

.control-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.control-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center
}

.control-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    font-size: 20px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.statistics-section {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--shadow-heavy);
    position: relative;
    overflow: hidden
}

.statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--success-gradient)
}

.statistics-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 12px
}

.stat-card {
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / .2);
    backdrop-filter: blur(10px)
}

.chart-card {
    border-radius: 20px
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    z-index: -1
}

.stat-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.stat-card.views {
    background: var(--primary-gradient);
    color: #fff
}

.stat-card.downloads {
    background: var(--secondary-gradient);
    color: #fff
}

.stat-card.shares {
    background: var(--success-gradient);
    color: #fff
}

.stat-card.time {
    background: var(--warning-gradient);
    color: #fff
}

.stat-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    opacity: .9
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.stat-label {
    font-size: 1rem;
    opacity: .95;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.date-range-section {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: var(--shadow-heavy);
    text-align: center;
    position: relative;
    overflow: hidden
}

.date-range-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--warning-gradient)
}

.calendar-icon {
    font-size: 3rem;
    background: var(--primary-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px
}

.date-range-title {
    font-weight: 700;
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 20px
}

.date-item {
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
    border-left: 3px solid #007bff
}

.edit-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

.edit-modal .modal-header {
    background: var(--primary-gradient);
    color: #fff;
    border-radius: 20px 20px 0 0;
    border: none
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, .1)
}

@media (max-width:768px) {
    .dashboard-container {
        margin: 10px;
        padding: 20px
    }

    .action-buttons {
        justify-content: center
    }

    .content-title {
        font-size: 22px;
        text-align: center
    }
}

.profile-widget {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
    transition: all .3s ease
}

.profile-widget:hover {
    transform: translateY(-5px)
}

.profile-header {
    background: linear-gradient(135deg, var(--primary-dark) 0, #c3b5d5 100%);
    color: #fff;
    padding: 2rem;
    position: relative;
    overflow: hidden
}

.profile-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.profile-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.profile-actions {
    display: flex;
    gap: 1rem;
    align-items: center
}

.profile-details {
    padding: 2.5rem;
    background: #fff
}

.detail-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #fff;
    margin-bottom: 0;
    position: relative;
    gap: 5px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.detail-item:last-child {
    border-bottom: none;
}


.detail-item strong {
    color: #2c3e50;
    font-weight: 600
}

.url-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.url-box-content {
    padding: 10px
}

.url-box-button {
    border: none;
    padding: 5px 15px;
    color: var(--primary);
    margin: 2px;
    border-radius: 6px;
    background: var(--primary-light);
    font-size: 20px
}

.modal.full-content-modal.slide-right .modal-dialog {
    transition: none;
    animation: slideOutRight .4s forwards
}

.modal.full-content-modal.slide-right.show .modal-dialog {
    animation: slideInRight .4s forwards
}

.full-content-modal.slide-righ .modal-header {
    padding: 30px 25px
}

.full-content-modal.slide-right .modal-dialog {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    max-height: 100vh;
}

.full-content-modal:not(.slide-right) .modal-dialog .modal-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.full-content-modal.slide-right .modal-dialog .modal-content {
    border-radius: 5px;
}

.full-content-modal.slide-right .modal-dialog .modal-content .modal-body {
    padding-bottom: 0px
}

.full-content-modal .modal-dialog .modal-content,
.full-content-modal .modal-dialog .modal-content .modal-body {
    height: 100%;
    max-height: 100%
}

.full-content-modal .modal-dialog .modal-content .modal-body {
    padding: 5px
}

.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.action_less {
    display: none
}

.less_active .action_less {
    display: inline-block
}

.less_active .action_more {
    display: none
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    height: 80px
}

.data_more_less.action_disabled .more_less_action {
    display: none
}

h1 {
    margin-bottom: 0
}

.data_more_less .btn {
    color: #444;
    text-decoration: none;
    border: none;
    padding: 5px 10px
}

.removable-tag {
    background: #ddd;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 5px 0 0
}

.payment-container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto
}

.payment-header {
    background: linear-gradient(135deg, var(--primary) 0, var(--primary-dark) 100%);
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.payment-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: .3
}

.payment-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    position: relative;
    z-index: 1
}

.payment-header p {
    font-size: 1.1rem;
    opacity: .9;
    position: relative;
    z-index: 1
}

.billing-toggle {
    display: flex;
    border-radius: 12px;
    padding: 6px;
    margin: 10px 0;
    border: 1px solid var(--primary)
}

.billing-toggle .btn {
    flex: 1;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all .3s ease;
    background: 0 0;
    color: var(--gray-600)
}

.billing-toggle .btn.active {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(99, 102, 241, .4);
    transform: translateY(-1px)
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    justify-content: center;
    gap: 15px;
    margin: 2rem 0
}

.plans-grid .plan-card:only-child {
    width: 260px
}

.plan-card {
    background: #fff;
    border: 2px solid var(--gray-200);
    border-radius: 16px;
    padding: 10px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

.plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-color: var(--primary);
    text-decoration: none;
    color: inherit
}

.plan-card.active {
    border-color: var(--primary);
    background: linear-gradient(135deg, var(--primary) 0, var(--primary-dark) 100%);
    color: #fff;
    box-shadow: 0 20px 40px rgba(99, 102, 241, .3)
}

.plan-card.active::before {
    content: '✓';
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #fff;
    color: var(--primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.plan-price {
    font-size: 1.1rem;
    opacity: .8;
    margin-bottom: 1rem
}

.plan-discount {
    display: inline-block;
    background: var(--success-color);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.plan-card.active .plan-discount {
    background: rgba(255, 255, 255, .2)
}

.form-section {
    background: var(--gray-50);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0;
    border: 1px solid var(--gray-200)
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--gray-200)
}

.section-number {
    background: var(--primary);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1rem;
    font-size: .9rem
}

.payment-left-div .section-title {
    font-size: 15px;
    font-weight: 600;
}

.section-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-800);
    margin: 0
}

.form-floating {
    margin-bottom: 1.5rem
}

.form-floating>.form-control {
    border: 2px solid var(--gray-200);
    border-radius: 12px;
    padding: 1rem .75rem .25rem;
    /* height: auto; */
    font-size: 14px;
    transition: all .3s ease
}

.form-floating>.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(99, 102, 241, .1)
}

.form-floating>label {
    padding: .75rem;
    font-weight: 500;
    color: var(--gray-600)
}

.gst-toggle {
    background: #fff;
    border: 2px solid var(--gray-200);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1rem 0;
    transition: all .3s ease
}

.gst-toggle.active {
    border-color: var(--primary);
    background: rgba(99, 102, 241, .05)
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary)
}

/* Deepak Dubey 27-03-2026 :  99 Format Payment Page Desig with Promo Code Start */


/* Deepak Dubey 27-03-2026 :  99 Format Payment Page Desig with Promo Code End */

.summary-header {
    text-align: center;
    margin-bottom: 2rem
}

.summary-plan {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
    font-size: .95rem;
    color: var(--gray-600)
}

.feature-list li::before {
    content: '✓';
    background: var(--success-color);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .75rem;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: .5rem 0
}

.price-row.total {
    border-top: 2px solid var(--gray-200);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--gray-800)
}

.promo-section {
    background: var(--gray-50);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border: 2px dashed var(--gray-300)
}

.terms-section {
    background: var(--gray-50);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0
}

.terms-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.terms-checkbox input[type=checkbox] {
    margin-top: .25rem;
    transform: scale(1.2)
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(5px)
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid var(--gray-200);
    border-top: 4px solid var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gray-700)
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    position: relative
}

.progress-steps::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gray-200);
    z-index: 1
}

@media (max-width:768px) {
    .payment-container {
        border-radius: 0;
        margin: 0
    }

    .plans-grid {
        grid-template-columns: 1fr
    }

    .payment-header {
        padding: 2rem 1rem
    }

    .payment-header h1 {
        font-size: 2rem
    }

    .billing-toggle {
        flex-direction: row;
        gap: .5rem
    }

    .billing-toggle .btn {
        flex: none
    }
}

.animate-fade-in {
    animation: fadeIn .6s ease-out
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.input-group .add-email,
.input-group .add-phone,
.input-group .remove-email,
.input-group .remove-phone {
    height: 60px !important
}

.billing-card {
    border: 1px solid var(--gray-200) !important;
    font-size: 14px;
    background: #fff
}

.billing-card.active {
    border: 1px solid var(--primary) !important;
    background-color: #f9f7ff !important
}

.add-new-billing-card {
    border-color: var(--primary) !important
}

.link-list-qr {
    max-width: 80px;
    min-width: 80px
}

.header-profile-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 50%;
    font-size: 20px
}

.header-profile-icon img {
    border-radius: 50%
}

.link-list-row input:checked {
    background-color: var(--primary-light)
}

.link-list-row label {
    z-index: 99999;
    cursor: pointer
}

.link-list-row {
    position: relative
}

.link-list-row input[type=checkbox] {

    top: 10px;
    padding: 10px;
    left: 10px;
    cursor: pointer;
}

.link-list-row {
    background-color: #fff;
    transition: background-color .2s ease
}

.link-list-row:has(input[type=checkbox]:checked) {
    background-color: #f1eefd
}

.z-ind-55 {
    z-index: 5555;
    position: relative
}

.link-list-row label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1
}

div:where(.swal2-container) {
    z-index: 6666666 !important
}

.btn-google {
    background-color: #fff;
    border: 2px solid #dadce0;
    color: #3c4043;
    font-weight: 500;
    transition: all .2s ease;
    position: relative
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #dadce0;
    color: #3c4043;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transform: translateY(-1px)
}

.btn-google:focus {
    background-color: #fff;
    border-color: #4285f4;
    color: #3c4043;
    box-shadow: 0 0 0 .2rem rgba(66, 133, 244, .25)
}

.google-icon {
    flex-shrink: 0
}

#resendTimer {
    font-size: .9rem;
    color: #6c757d
}

#timer {
    font-weight: 500;
    color: var(--primary)
}

.divider {
    position: relative;
    text-align: center
}

.login-options .login-option {
    border: none;
    background: var(--primary-light);
    margin: 0 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 25px;
    height: 50px;
    width: 50px;
    justify-content: center;
    color: #666;
    transition: all .2s ease
}

.login-options .login-option:hover {
    background: #e9ecef;
    color: #000
}

.login-options .login-option.active {
    background: var(--primary);
    color: #fff
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0
}

.divider-text {
    background-color: #fff;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.btn-google.loading {
    opacity: .7;
    pointer-events: none
}

.btn-google.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #4285f4;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width:576px) {

    .btn-google {
        font-size: 14px;
        padding: 12px 16px
    }

    .google-icon {
        width: 18px;
        height: 18px
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.ck-editor__editable {
    white-space: pre-wrap !important;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    /* bigger for better click target */
    height: 60px;
    font-size: 14px;
    color: #fff !important;
    background-color: var(--primary);
    position: relative;
}

.feature-icon.with-divider {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    /* subtle separator */
}

.feature-icon:last-child,
.feature-icon.with-divider:last-child {
    border-right: none;
    /* remove last line */
}

.feature-icon i {
    font-size: 18px;
    /* control icon size */
}



/* =========================
        SECTION
    ========================= */
.f99_banner {
    position: relative;
    padding: 80px 0;
}

.f99_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/left.png');
    opacity: 0.5;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: bottom right;

}

.f99_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/top.png');
    opacity: 0.5;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: top left;
}


@media (max-width: 1280px) {

    .f99_banner::before,
    .f99_banner::after {
        background-size: 40%;
    }
}



@media (max-width: 768px) {
    .f99_banner::before {
        background-size: 70%;
    }

    .f99_banner::after {
        background-size: 70%;
    }

    .f99_banner-content-left h1 {
        font-size: 36px !important;
    }

    .header .navbar-brand img {
        width: 70px;

    }
}


.f99_banner .content-wrap {
    position: relative;
    z-index: 1;
}

.f99_banner-btncontainer {
    text-align: center;
    margin-top: 20px;
}

/* =========================
        LAYOUT
    ========================= */
.f99_banner-flex {
    display: flex;
    max-width: 1280px;
    margin: auto;
    z-index: 2;
    padding: 0 24px;
    gap: 48px;
    align-items: center;
}

/* =========================
        LEFT
    ========================= */


.f99_banner-content-left h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.f99_banner-content-left p {
    font-size: 18px;
    color: #475569;
    max-width: 620px;
    margin-bottom: 32px;
}

/* =========================
        BUTTONS
    ========================= */
.f99_banner-home-btn {
    display: flex;
    gap: 16px;
}

.f99_banner-btn {
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

.f99_banner-sign {
    background: var(--primary);
    color: #fff;
}

.f99_banner-sign:hover {
    background: var(--primary-dark);
    color: #fff;
}

.f99_banner-access {
    border: 2px solid var(--primary);
    color: var(--primary);
}

.f99_banner-access:hover {
    border: 2px solid var(--primary-dark);
    color: var(--primary-dark);
}

/* =========================
        RIGHT
    ========================= */
.f99_banner-content-right {
    background: #f8fafc;
    padding: 32px;
    border-radius: 16px;
}

.f99_banner-sec-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* =========================
        FEATURE LIST
    ========================= */
.f99_banner-feature-list {
    list-style: none;
    padding: 0;
}

.f99_banner-main-app a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.25s ease;
}

.f99_banner-main-app a:hover+.caret-right {
    rotate: 90deg;
    transform: translateX(4px);
}

/* =========================
        ICON
    ========================= */
.f99_banner-icon {
    width: 42px;
    height: 42px;
    background: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.f99_banner-content {
    display: grid;
}

/* =========================
        TEXT
    ========================= */
.f99_banner-content span {
    font-weight: 600;
}

.f99_banner-content small {
    color: #64748b;
}

/* =========================
        CARET RIGHT FIX
    ========================= */
.caret-right {
    margin-left: auto;
    /* KEY FIX */
    color: var(--primary);
    font-size: 18px;
}

/* =========================
        RESPONSIVE
    ========================= */
@media (max-width: 992px) {
    .f99_banner-flex {
        flex-direction: column;
    }
}




.social-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon-btn:hover {
    background: var(--primary-color, #6e42cb);
    color: white;
    transform: translateY(-3px);
}



/* Deepak Dubey CSS End */
/* Deepak Dubey 28-02-2026 :  99 Format Business Card Page Desig with Filter */

.nfw-pinned-row {
    background-color: var(--primary-light);
    border-left: 4px solid var(--primary);
    border-bottom: 1px solid #e9ecef;
}

.nfw-pinned-row i.fa-thumbtack {
    color: var(--primary);
}

.nfw-card-row {
    cursor: pointer;
}

.nfw-removable-tag {
    background: var(--primary-dark);
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}

.nfw-upload-zone {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px dashed #dee2e6 !important;
}

.nfw-upload-zone:hover {
    background-color: var(--primary-light) !important;
    border-color: var(--primary) !important;
}


.nfw-mobile-show {
    display: none !important;
}

.card-detail-container {
    background: #f8f9fa;
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.card-image-header {
    position: relative;
    background: #fff;
    padding-top: 0;
}

.card-image-main {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: default;
}

.card-image-main.zoomed {
    cursor: grab;
}

.card-image-main.zoomed:active {
    cursor: grabbing;
}

.image-zoom-container {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 5px;
}


/* Mobile Responsive Enhancement */
@media (max-width: 767px) {
    .card-detail-container {
        background: #f8f9fa;
        height: calc(100vh - 150px);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .nfw-mobile-hide {
        display: none !important;
    }

    .nfw-mobile-show {
        display: block !important;
    }

    .nfw-btn-mobile-export {
        background: var(--primary-dark);
        color: #fff !important;
        border-radius: 8px;
        padding: 5px 12px;
        font-size: 0.85rem;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .nfw-mobile-card-item {
        background: #fff;
        border-radius: 12px;
        padding: 12px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        position: relative;
    }

    .nfw-mobile-card-img {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        object-fit: cover;
        margin-right: 12px;
        background: #f8f8f8;
        border: 1px solid #eee;
    }

    .nfw-mobile-card-content {
        flex: 1;
        min-width: 0;
        cursor: pointer;
    }

    .nfw-mobile-card-name {
        color: var(--primary-dark);
        font-weight: 700;
        font-size: 0.95rem;
        margin-bottom: 0px;
    }

    .nfw-mobile-card-title {
        font-size: 0.8rem;
        color: #555;
        margin-bottom: 0px;
        word-break: break-word;
        font-weight: 500;
    }

    .nfw-mobile-card-company {
        font-size: 0.75rem;
        color: #888;
    }

    .nfw-mobile-delete-btn {
        color: #dc3545;
        padding: 8px;
        font-size: 1rem;
        background: transparent;
        border: none;
    }

    .nfw-mobile-bottom-action {
        position: fixed;
        bottom: 20px;
        left: 15px;
        right: 15px;
        z-index: 1030;
    }

    .nfw-btn-mobile-scan {
        background: var(--primary-dark);
        color: #fff !important;
        width: 100%;
        border-radius: 12px;
        padding: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: none;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(69, 26, 125, 0.3);
    }

    .nfw-date-group-header {
        font-size: 0.85rem;
        color: #999;
        margin: 15px 0 10px 2px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .nfw-mobile-select {
        width: 105px !important;
        border-radius: 10px !important;
        height: 42px !important;
        font-size: 0.8rem !important;
        padding: 0 8px !important;
        color: var(--primary-dark) !important;
        font-weight: 600 !important;
    }

    .nfw-mobile-input {
        border-radius: 10px !important;
        height: 42px !important;
        border: 1px solid #eee !important;
        font-size: 0.85rem !important;
    }

    .nfw-mobile-icon-btn {
        height: 42px;
        width: 42px;
        min-width: 42px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary-dark);
        border: none;
        color: #fff;
        padding: 0;
    }

    .nfw-mobile-icon-btn-outline {
        height: 42px;
        width: 42px;
        min-width: 42px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #eee !important;
        color: #dc3545 !important;
        padding: 0;
    }
}

/* Floating Filter Button */
.nfw-mobile-floating-filter {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1040;
}

.nfw-btn-floating-filter {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-dark);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(69, 26, 125, 0.4);
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Offcanvas style */
.nfw-filter-offcanvas {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto !important;
    max-height: 85vh;
    z-index: 1060 !important;
}

.nfw-filter-offcanvas .offcanvas-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.nfw-filter-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #777;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nfw-mobile-filter-footer {
    display: flex;
    gap: 10px;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: #fff;
}


#cardDetailsModal {
    padding-top: 0px;
}

@media (max-width: 768px) {
    #cardDetailsModal {
        z-index: 9999;
    }
}

.btn-check:checked+.btn,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}


.cropper-point {
    height: 10px !important;
    width: 10px !important;
}


/* Deepak Dubey 25-03-2026 :  99 Format Payment Page Desig with Promo Code End */


/* Premium Toggle Switch Styles */
.premium-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 5px;
}

.switch-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #718096;
    transition: all 0.3s ease;
}

.switch-label.active {
    color: #6f42c1;
}

.custom-switch {
    width: 54px;
    height: 28px;
    background: #e2e8f0;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.custom-switch.active {
    background: #6f42c1;
}

.switch-knob {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.switch-knob.left {
    left: 2px;
}

.switch-knob.right {
    left: 28px;
}

.custom-switch:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .summary-header h5 {
        font-size: 18px;
    }

    .summary-plan {
        font-size: 20px;
    }

}


/* Deepak Dubey 25-03-2026 :  99 Format Payment Page Desig with Promo Code End */