@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
@import "../css/helper.css";
@import "../../assets/plugin/wow-animate/animate.css";
/* Top bar styles */
.topbar-wrapper {
    background: linear-gradient(135deg, #928cc4a8 0%, #bb9a97a3 100%);
    padding: 5px 5px;
    font-family: var(--font-primary);
    position: relative;
    z-index: 1000;
    color: var(--color-dark-1);
}

/* End of top bar */

:root {
    --color-primary: #6366F1;
    --color-secondary: #8B5CF6;
    --color-accent: #10B981;
    --color-background: #F3F4F6;
    --color-text: #1F2937;
}

body {
    color: var(--color-dark-1);
    background: linear-gradient(100deg, #e2ddf1ba, #fdf6ff6b, #e7d5f38c);
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    overflow-x: hidden;
}
.max-width-1020 {
    max-width: 1020px;
    margin: 0 auto; /* Center the element horizontally */
    /* Add any other styles as needed */
}
.max-width-1080 {
    max-width: 1080px;
    margin: 0 auto; /* Center the element horizontally */
    /* Add any other styles as needed */
}
.max-width-1180 {
    max-width: 1180px;
    margin: 0 auto; /* Center the element horizontally */
    /* Add any other styles as needed */
}
h1, h2, h3, h4, h5, h6 {
    color: var(--color-dark-1);
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
}
h1 {
    font-size: 42px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

h3,h4,h5 {
    font-weight: 600
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: var(--font-primary);
    color: var(--color-grey-1);
    font-weight: 500;
    line-height: 1.4
}

p:last-child {
    margin-bottom: 0
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    transition: all .2s ease-in-out
}

a,a:hover {
    text-decoration: none
}

a:hover{
    color: var(--color-primary);
}

.bg-dark-1.text-white h1, .bg-dark-1.text-white h2, .bg-dark-1.text-white h3, .bg-dark-1.text-white h3, .bg-dark-1.text-white h4, .bg-dark-1.text-white h5, .bg-dark-1.text-white h6,
.bg-dark-2.text-white h1, .bg-dark-2.text-white h2, .bg-dark-2.text-white h3, .bg-dark-2.text-white h3, .bg-dark-2.text-white h4, .bg-dark-2.text-white h5, .bg-dark-2.text-white h6,
.bg-dark-3.text-white h1, .bg-dark-3.text-white h2, .bg-dark-3.text-white h3, .bg-dark-3.text-white h3, .bg-dark-3.text-white h4, .bg-dark-3.text-white h5, .bg-dark-3.text-white h6 {
    color: var(--color-white);
}
.bg-dark-1.text-white p, .bg-dark-2.text-white p, .bg-dark-3.text-white p{
    color: var(--color-light-3);
}

.small, small {
    font-size: 13px;
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell, table.dataTable>tbody>tr {
    vertical-align: middle
}

.owl-nav {
    margin-top: 0 !important
}

.no-scroll-y {
    overflow-y: hidden
}
.cursor-pointer {
    cursor: pointer !important
}
.cursor-grab {
    cursor: grab !important
}
.cursor-default {
    cursor: default !important;
}
input:not([type=range]),select,textarea {
    outline: none;
}

img {
    max-width: 100%;
    height: auto
}

input[type=search]::-ms-clear,input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

li,ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-disc li{
    list-style-type: disc;
}
.table>:not(caption)>*>* {
    padding: 15px;
}

.table th {
    font-weight: 600;
}

.lh-xl {
    line-height: 2.5rem !important;
}
.badge {
    background: rgba(150, 144, 162, 0.15);
    font-weight: 500;
    padding: 0.35rem 0.55rem;
    line-height: 1;
    font-size: 0.8rem;
    -webkit-border-radius: 0.35rem;
    border-radius: 0.35rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-dark-2);
}
.text-ellipse{
    text-overflow: ellipsis;
}
blockquote.icon:before {
    content: "\201d";
    position: absolute;
    top: -1.5rem;
    left: -0.9rem;
    color: rgba(52,63,82,.05);
    font-size: 10rem;
    line-height: 1;
    z-index: 1;
}
blockquote.icon {
    position: relative;
    border: 0;
    padding: 0;
}
.blockquote-style1 {
    background-color: var(--color-primary-l);
    border-left: 3px solid var(--color-dark-2);
    padding: 45px 60px 20px;
    position: relative;
}
.underbrush {
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.underbrush:after {
    content: "";
    display: block;
    background: var(--color-primary-l);
    border-radius: 5rem;
    position: absolute;
    width: 102.5%;
    height: 30%;
    left: -1.5%;
    bottom: 9%;
    z-index: -1;
    margin-top: 0;
    transition: all .2s ease-in-out;
}
.underbrush.-style2:after {
    height: 10%;
    bottom: 4%;
}
.underbrush.-primary:after {
    background: var(--color-primary);
}
.underbrush.-info:after {
    background: var(--color-info);
}
.underbrush.-success:after {
    background: var(--color-success);
}
.underbrush.-warning:after {
    background: var(--color-warning);
}
.underbrush.-danger:after {
    background: var(--color-danger);
}
.underbrush.-primary-l:after {
    background: var(--color-primary-l);
}
.underbrush.-success-l:after {
    background: var(--color-success-l);
}
.underbrush.-warning-l:after {
    background: var(--color-warning-l);
}
.underbrush.-danger-l:after {
    background: var(--color-danger-l);
}
.underbrush.-info:after {
    background: var(--color-info-l);
}
.underbrush.-secondary:after {
    background: var(--color-grey-2);
}
.underbrush.-dark:after {
    background: var(--color-dark-3);
}
.underbrush.-white:after {
    background: var(--color-white);
}

.text-decoration-underline.-hover {
    text-decoration: none !important;
}
.text-decoration-underline.-hover:hover {
    text-decoration: underline !important;
}
.text-decoration.-underline {
    position: relative
}

.text-decoration.-underline::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none
}

.text-decoration.-underline::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0,1,1);
    transition: transform .3s cubic-bezier(.7,0,.2,1)
}

.text-decoration.-underline:hover:before {
    transform-origin: 0 50%;
    transform: scale3d(1,1,1);
    transition-timing-function: cubic-bezier(.4,1,.8,1)
}

.text-decoration.-underline-2 {
    position: relative;
    z-index: 1;
    padding: 0 .2rem .05rem
}

.text-decoration.-underline-2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-primary-l);
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1
}

.text-decoration.-underline-2::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0,1,1);
    transition: transform .5s cubic-bezier(.7,0,.2,1)
}

.text-decoration.-underline-2:hover.link-body {
    color: inherit
}

.text-decoration.-underline-2:hover:before {
    transform-origin: 0 50%;
    transform: scale3d(1,1,1);
    transition-timing-function: cubic-bezier(.4,1,.8,1)
}

.border-1px {
    border: 1px solid !important;
}

.border-2px {
    border: 2px solid !important;
}
/*================================================
Breadcrumb CSS
=================================================*/

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "font awesome 6 Pro";
    font-size: 12px;
}

/*================================================
Button CSS
=================================================*/

button {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none
}

button:focus {
    outline: 0
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    height: 40px;
    padding: 0 32px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s cubic-bezier(.165,.84,.44,1)
}

.button.-lg {
    height: 48px;
    padding: 0 32px;
}

.button.-md {
    height: 40px;
    padding: 0 32px
}

.button.-sm {
    height: 32px;
    padding: 0 16px
}

.btn:hover, .btn:active {
    background: var(--color-light-1) !important;
    border: 1px solid var(--color-border-2) !important;
}

.button:hover {
    -webkit-transform: scaleX(1.021) scaleY(1.041) perspective(1px);
    transform: scaleX(1.021) scaleY(1.041) perspective(1px);
}

.button:hover.transform-none {
    transform: none !important;
}

.button.-secondary, .icon-group.-secondary {
    background: var(--color-dark-l) !important;
}

.button.-primary-l, .icon-group.-primary-l {
    background: var(--color-primary-l);
    color: var(--color-primary);
}

.button.-primary, .icon-group.-primary {
    background: #774bb1e8;
    color: var(--color-white);
}

.button.-success-l, .icon-group.-success-l {
    background: var(--color-success-l);
    color: var(--color-success);
}

.button.-success, .icon-group.-success {
    background: var(--color-success);
    color: var(--color-white);
}

.button.-danger-l, .icon-group.-danger-l {
    background: var(--color-danger-l);
    color: var(--color-danger);
}

.button.-danger, .icon-group.-danger {
    background: var(--color-danger);
    color: var(--color-white);
}

.button.-info-l, .icon-group.-info-l {
    background: var(--color-info-l);
    color: var(--color-info);
}

.button.-info, .icon-group.-info {
    background: var(--color-info);
    color: var(--color-white);
}

.button.-warning-l, .icon-group.-warning-l {
    background: var(--color-warning-l);
    color: var(--color-warning);
}

.button.-warning, .icon-group.-warning {
    background: var(--color-warning);
    color: var(--color-white);
}

button.-outlined, .button.-outlined, .icon-group.-outlined {
    border: 1px solid var(--color-dark-1);
}

button.-outlined.-br-2, .button.-outlined.-br-2, .icon-group.-outlined.-br-2 {
    border: 2px solid !important;
    border-color: var(--color-dark-1);
}

button.-outlined.-light, .button.-outlined.-light, .icon-group.-outlined.-light {
    border-color: var(--color-border-1) !important;
}

button.-outlined.-primary, .button.-outlined.-primary, .icon-group.-outlined.-primary {
    border: 1px solid var(--color-primary);
    color: var(--color-primary) !important;
    background: transparent !important;
}

button.-outlined.-primary:hover, .button.-outlined.-primary:hover, .icon-group.-outlined.-primary:hover {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
}

button.-outlined.-info, .button.-outlined.-info, .icon-group.-outlined.-info {
    border: 1px solid var(--color-info);
    color: var(--color-info) !important;
    background: transparent !important;
}

button.-outlined.-info:hover, .button.-outlined.-info:hover, .icon-group.-outlined.-info:hover {
    background: var(--color-info) !important;
    color: var(--color-white) !important;
}

button.-outlined.-success, .button.-outlined.-success, .icon-group.-outlined.-success {
    border: 1px solid var(--color-success);
    color: var(--color-success) !important;
    background: transparent !important;
}

button.-outlined.-success:hover, .button.-outlined.-success:hover, .icon-group.-outlined.-success:hover {
    background: var(--color-success) !important;
    color: var(--color-white) !important;
}

button.-outlined.-warning, .button.-outlined.-warning, .icon-group.-outlined.-warning {
    border: 1px solid var(--color-warning);
    color: var(--color-warning) !important;
    background: transparent !important;
}

button.-outlined.-warning:hover, .button.-outlined.-warning:hover, .icon-group.-outlined.-warning:hover {
    background: var(--color-warning) !important;
    color: var(--color-white) !important;
}

button.-outlined.-danger, .button.-outlined.-danger, .icon-group.-outlined.-danger {
    border: 1px solid var(--color-danger);
    color: var(--color-danger) !important;
    background: transparent !important;
}

button.-outlined.-danger:hover, .button.-outlined.-danger:hover, .icon-group.-outlined.-danger:hover {
    background: var(--color-danger) !important;
    color: var(--color-white) !important;
}
/*Button icon hover effect*/
.push-right:hover .push-this {
    transform: translateX(4px);
}

.push-right.button:hover {
    transform: none !important;
}

.push-left:hover .push-this {
    transform: translateX(-4px);
}

.push-left.button:hover {
    transform: none !important;
}

.push-this {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*================================================
Icon button CSS
=================================================*/
.icon-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: var(--color-dark-1);
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.icon-group:hover {
    -webkit-transform: scale3d(1.06, 1.06, 1);
    transform: scale3d(1.06, 1.06, 1);
}

.icon-group:hover.transform-none {
    transform: none !important;
}

.icon-group.dropdown-toggle::after {
    display: none;
}

/*Icon background shadow*/
.shadow-icon {
    display: inline-block;
    line-height: 1.2;
    color: var(--color-dark-3);
    position: relative;
    z-index: 1;
}

.shadow-icon.font-24:before{
    width: 24px;
    height: 24px;
    right: -12px;
}

.shadow-icon.font-20:before{
    width: 20px;
    height: 20px;
    right: -12px;
}
.shadow-icon.before-none:before{
    display: none;
}
.shadow-icon:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: -1;
    display: block;
    background: var(--color-primary-l);
    border-radius: 50%;
}

/*Image active icon*/
.user-active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid var(--color-white);
}

/*================================================
Navbar CSS
=================================================*/

.navbar-area {
    /*background-color: #2d2c2e;*/
    position: relative;
    width: 100%;
    z-index: 999;
    height: 60px;
    padding-left: 70px;
    padding-right: 60px;
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white) !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.navbar-area.nav-dark.is-sticky {
    background-color: var(--color-dark-2) !important;
}

.navbar-area.nav-dark .navbar .offcanvas .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.nav-dark .navbar .offcanvas .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.nav-dark .navbar .offcanvas .navbar-nav .nav-item .dropdown-menu li a.active {
    background-color: var(--color-dark-l);
}

.navbar-area.nav-dark .offcanvas .offcanvas-header i, .navbar-area.nav-dark .responsive-burger-menu i{
    color: var(--color-light-3) !important;
}

.navbar-area.fixed-top + .dashboard-container .sidemenu-area {
    top: 70px;
}

.navbar-area.nav-light .navbar-brand .white-logo {
    display: none
}

.navbar-area.nav-light .mobile-responsive-menu .logo .white-logo
{
    display: none
}

.navbar-area.nav-dark .main-logo {
    display: none
}

.navbar-area.nav-dark .mobile-responsive-menu .logo .main-logo {
    display: none
}

.navbar-area .mobile-responsive-menu {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
}

.navbar-area .logo {
    max-width: 100px;
    height: 36px;
}

.navbar-brand {
    margin-right: 40px;
    max-width: 100px;
    height: 36px;
    padding: 0;
}

.desktop-nav .navbar {
    transition: all ease .5s;
    z-index: 2;
    padding-right: 0;
    height: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.desktop-nav .navbar .navbar-brand {
    margin-right: 60px
}

.desktop-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 20px 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    color: var(--color-dark-1);
    line-height: 1;
    position: relative;
    font-weight: 600;
    font-family: var(--font-primary);
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 16px
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
    display: none
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    content: "\f107";
    position: absolute;
    top: 3px;
    right: 0;
    font-family: "font awesome 6 pro";
    line-height: 1;
    font-size: 14px;
    opacity: .5
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--color-primary);
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 4px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: var(--shadow-2);
    transition: all .3s ease-in-out;
    background: var(--color-white);
    position: absolute;
    visibility: hidden;
    border-radius: 8px;
    display: block;
    width: 230px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 12px 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: var(--color-dark-2);
    padding: 12px 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
    display: none
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
    content: "\2b";
    font-family: "font awesome 6 Pro";
    position: absolute;
    top: 14px;
    right: 16px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a.dropdown-toggle::before {
    transform: rotate(135deg);
}


.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    background-color: var(--color-light-1);
    color: var(--color-primary);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 230px;
    right: auto;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: var(--color-dark-2);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
    display: none
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
    content: "\2b";
    font-family: "font awesome 6 Pro";
    position: absolute;
    top: 14px;
    right: 16px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--color-primary);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 230px;
    right: auto;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--color-primary);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--color-primary);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    transform: translateY(1);
    visibility: visible
}

.mobile-responsive-nav {
    display: none
}

/*================================================
Accordion CSS
=================================================*/

.accordion-item {
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid var(--color-border-1);
    color: var(--color-grey-1);
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--color-border-1)!important;
}

.accordion-body {
    padding:16px;
}

.accordion-button {
    background-color: transparent;
    font-weight: 700;
    font-size: 18px;
    padding: 16px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--color-border-1);
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--color-dark-1);
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid var(--color-border-1);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion.-style2 .accordion-item{
    border: none !important;
    border-radius: 4px;
    background-color: transparent;
    overflow: hidden;
}
.accordion.-style2 .accordion-header {
    border: none;
}
.accordion.-style2 .accordion-button:not(.collapsed) {
    background-color: var(--color-primary-l);
}
.accordion.-style2 .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-weight: 500;
    line-height: 50px;
    border: none;
    padding: 30px 30px 4px 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.accordion.-style2.faq-page .accordion-body {
    max-width: initial;
}
.accordion.-style2 .accordion-body {
    background-color: var(--color-primary-l);
    font-weight: 400;
    padding: 15px 30px 35px 40px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/*================================================
Card CSS
=================================================*/

.card{
    margin-bottom: 16px;
    padding: 30px;
    background-color: var(--color-off-white-f);
    transition: all .5s ease-in-out;
    position: relative;
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadow-3);
    display: block;
}
.dash-card{
    margin-bottom: 16px;
    padding: 30px;
    background-color: var(--color-off-wht);
    transition: all .5s ease-in-out;
    position: relative;
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadow-3);
    display: block;
}
.mdash-card {
    margin-bottom: 10px;
    padding: 15px;
    background-color: var(--color-wht-trans);
    transition: all .5s ease-in-out;
    position: relative;
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadow-3);
    display: block;
}

.card-header {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-body {
    padding: 0;
}
.card-header h2.card-title {
    font-size: 20px;
}
.card-inner-wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px !important;
    border-radius: 8px !important;
    border: 1px solid var(--color-light-3);
    color: var(--color-dark-1) !important;
    box-shadow: none !important;
    background-color: var(--color-white);
    transition: all ease-in-out 0.3s;
}
/*Dashboard Tile Widget*/
.d-state.-style1 .d-state-box {
    width: 31%;
    padding: 16px 24px;
}

.d-state.-style2 .d-state-box {
    padding: 16px 24px;
}

.d-state.-style2 .d-state-separator {
    height: 100px;
    transform: translateY(25px);
}

/* Dashboard Tile Widget Adjustments */
.m-state-box {
    width: 100%;
    max-width: -webkit-fill-available;
    padding: 16px 24px;
    box-shadow: var(--shadow-2);
    border-radius: 8px;
    background: linear-gradient(to right, lightpink, lightpurple); /* Correct gradient */
    margin: 10px;
    flex-grow: 1;
    position: relative; /* Added for badge positioning */
}

.badge-premium {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute; /* Added for positioning */
    top: 10px; /* Adjust as necessary */
    left: 10px; /* Adjust as necessary */
    color: #c92b2b; /* Ensure contrast */
    transform: rotate(-20deg); /* Angled alignment */
}

.badge-expiry-date {
    position: absolute; /* Added for positioning */
    top: 10px; /* Adjust as necessary */
    right: 10px; /* Adjust as necessary */
    background-color: transparent; /* No background for expiry date */
    color: black; /* Ensure contrast */
    font-size: 12px; /* Adjust as necessary */
    transform: none; /* No rotation */
}

.m-state-separator {
    height: auto;
    width: 2px;
    background-color: var(--color-light-2);
}

.text-dark-1 {
    color: var(--color-dark-1);
}

.font-25 {
    font-size: 25px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.md-font-24 {
    font-size: 24px;
}

.sm-font-20 {
    font-size: 20px;
}

@media (max-width: 767px) {
    .m-state-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .m-state-separator {
        display: none;
    }

    .badge-premium,
    .badge-expiry-date {
        font-size: 12px;
    }
}

.m-state.-style2 .m-state-separator {
    height: 100px;
    transform: translateY(25px);
}

/* Flex wrap for multiple tiles */
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* Membership Tile Box Full Width */
.mcard {
    margin-bottom: 10px;
    padding: 15px;
    background-color: var(--color-wht-trans);
    transition: all .5s ease-in-out;
    position: relative;
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadow-3);
    display: block;
}

.m-state-box.rounded-3 {
    width: 100%;
    padding: 10px;
    max-width: -webkit-fill-available;
    text-align: center;
    background-color: var(--color-light-1);
}



/*================================================
Dropdown CSS
=================================================*/

.dropdown .dropdown-menu {
    border: 1px solid transparent;
    box-shadow: var(--shadow-3);
    padding: 0;
    z-index: 1;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 24px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--color-dark-2);
    background-color: var(--color-light-1);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-light-1);
    color: var(--color-primary);
}

.dropdown-with-scroll {
    max-height: 300px;
    width: 300px;
    overflow-y: scroll;
}

.bootstrap-select .dropdown-toggle {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 0 16px;
    background: var(--color-light-1);
    border: 1px solid var(--color-light-3);
}

/*================================================
Form Input CSS
=================================================*/

.form-control, .form-select {
    height: 40px;
    border: 1px solid var(--color-light-3);
    padding-left: 15px;
    font-weight: 600;
    color: var(--color-grey-1);
}

.form-control::-moz-placeholder {
    color: var(--color-grey-1);
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 600
}

.form-control:-ms-input-placeholder {
    color: var(--color-grey-1);
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 600
}

.form-control::placeholder {
    color: var(--color-grey-1);
    transition: all ease .5s;
    font-weight: 600
}

.form-control:focus {
    border: 1px solid var(--color-border-2);
    box-shadow: none
}

.form-control:focus::-moz-placeholder {
    color: transparent
}

.form-control:focus:-ms-input-placeholder {
    color: transparent
}

.form-control:focus::placeholder {
    color: transparent
}

.input-with-br {
    border: 2px solid var(--color-border-2);
    border-radius: 8px;
    background: transparent !important;
    padding: 14px 16px;
}

.input-prefix {
    bottom: 12px;
    left: 16px;
}

.input-with-prefix {
    padding-left: 67px !important;
}

.form-control:focus.input-with-br {
    border: 2px solid var(--color-dark-3);
    box-shadow: none;
}

.form-check-input {
    background-color: var(--color-white);
    border: 2px solid rgba(0,0,0,.25);
}

.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.form-check-input:focus {
    border-color: #fe9e86;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 41, 13, 0.25);
}

.form-switch .form-check-input {
    width: 2.5em;
    height: 1.5em;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cccccc'/%3e%3c/svg%3e")
}

.form-control.text-field {
    box-sizing: border-box;
    background: var(--color-light-1);
    padding: 0 16px;
    height: 48px;
}

textarea.form-control.text-field {
    padding: 0.375rem 0.75rem;
    height: inherit;
}

.form-control.text-field:focus {
    border: 1px solid var(--color-border-2);
    outline: none;
    background-color: var(--color-white);
}

.form-control.text-field.-select:focus {
    background-color: var(--color-light-1);
}

.form-text {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}
.form-select.select-tag {
    font-size: 13px;
    height: 24px;
    padding: 0 24px 0 8px;
    color: var(--color-white);
    background-position: right 0.25rem center;
    background-size: 16px 12px;
    border: 1px solid transparent;
    background-color: var(--color-success);
    border-radius: 25px;
}
.form-select.select-tag.icon-white {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") ;
}
/*================================================
Search Input CSS
=================================================*/

.search-input i{
    position: absolute;
    line-height: 60px;
    left: 16px;
}
.search-input i.-left{
    right: 20px;
    left: inherit;
}
.search-input i.-left + .form-control{
    text-indent: 10px;
}
.search-input .form-control{
    text-indent: 25px;
    height: 60px;
    border-radius: 8px;
    border: none;
    box-shadow: var(--shadow-3);
}

.search-input .form-control:focus{
    border: none;
}

.search-input button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 0 30px;
}

/*================================================
Dashboard CSS
=================================================*/

.dashboard-container{
    margin: 0 auto;
    max-width: 1144px;
    width: 100%;
}
.sidemenu-area {
    position: fixed;
    height: 100%;
    width: 230px;
    z-index: 99;
    transition: all ease 0.5s;
}
.sidemenu-area.active-sidemenu-area{
    font-size: 14px;
    background-color: var(--color-white);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.sidemenu-area .sidemenu-header {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    transition: all ease 0.5s;
}
.sidemenu-area .sidemenu-header .navbar-brand {
    padding: 0;
}
.sidemenu-area .sidemenu-header .responsive-burger-menu {
    cursor: pointer;
    transition: all ease 0.5s;
    margin-right: 20px;
    font-size: 24px;
}
.sidemenu-area .sidemenu-body {
    max-height: calc(100% - 70px);
    position: relative;
    height: 100%;
    overflow: hidden;
}
.sidemenu-area .sidemenu-body .sidemenu-nav {
    padding: 0 0 65px;
    list-style-type: none;
    margin-bottom: 0;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item {
    transition: all ease 0.5s;
    padding: 2px 0;
}

.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item:first-child, .sidemenu-area .sidemenu-body .sidemenu-nav .nav-item:last-child {
    padding: 0;
}

.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item .nav-link {
    color: var(--color-dark-1);
    padding: 11px 0 11px 24px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: all ease 0.5s;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item .nav-link .icon {
    color: var(--color-dark-1);
    transition: all ease 0.5s;
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    position: relative;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item .nav-link .icon img {
    transition: all ease 0.5s;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item .nav-link:hover {
    background-color: #f1f1f1;
    border-radius: 50px;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item .nav-link:hover .icon {
    transform: rotateY(-180deg);
}

.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item.active .nav-link {
    background-color: var(--color-primary-l);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    border-radius: 50px;
    font-weight: 600;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item.active .nav-link .icon {
    color: var(--color-primary);
}

.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item:nth-child(6) .nav-link .icon {
    top: 1px;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item:nth-child(7) .nav-link .icon {
    top: 1px;
}
.sidemenu-area .sidemenu-body .sidemenu-nav .nav-item:nth-child(8) .nav-link .icon {
    top: 1px;
}

.navbar-area .mobile-responsive-nav .mobile-responsive-menu .sidemenu-header {
    z-index: 99999;
    position: absolute;
    right: 0;
    display: none;
}

.sidemenu-area .nav-item .nav-link.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.sidemenu-area .nav-item .nav-link.btn-toggle::after {
    font-family: "font awesome 6 Pro";
    content: "\f054";
    font-size: 14px;
    margin-left: 16px;
    line-height: 0;
    transition: transform .35s ease;
    transform-origin: 0.5em 50%;
}

/*================================================
Dashboard Area CSS
=================================================*/

.main-dashboard-content {
    overflow: hidden;
    min-height: 100vh;
    padding-left: 230px;
    margin-left: 48px;
    position: relative;
}

.title-head h1{
    font-size: 26px;
}

/*================================================
Go Top CSS
=================================================*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: var(--color-primary);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--color-white);
    transition: .5s;
    font-size: 20px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.go-top:hover {
    color: var(--color-white);
    background: var(--color-dark-2)
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i {
    color: var(--color-white);
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top:focus {
    color: var(--color-white)
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%
}

/*================================================
Color Switcher CSS
=================================================*/

.vertical-element {
    position: fixed;
    top: 50%;
    min-height: 3.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.vertical-element>li {
    padding: 0
}

.vertical-element.left {
    z-index: 4;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    -ms-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    left: 4vh
}

.vertical-element.right {
    z-index: 3;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
    -ms-transform: rotate(-90deg) translate(50%, -100%);
    transform: rotate(-90deg) translate(50%, -100%);
    right: 4vh
}

.switch-box {
    font-weight: 500;
    font-size: .85em;
    position: relative;
    background-color: rgba(150, 144, 162, 0.25);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 2px rgba(150, 144, 162, 0.15) inset;
    box-shadow: 0 0 0 2px rgba(150, 144, 162, 0.15) inset;
    -webkit-border-radius: 0.85rem;
    border-radius: 0.85rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.switcher {
    --width: 90px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.switcher input {
    display: none;
}

.switcher .slider {
    position: absolute;
     top: 0;
     left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: rgba(150, 144, 162, 0.25);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 2px rgba(150, 144, 162, 0.15) inset;
    box-shadow: 0 0 0 2px rgba(150, 144, 162, 0.15) inset;
    -webkit-border-radius: 0.85rem;
    border-radius: 0.85rem;
    /* background-color: #ccc; */
    transition: all 0.4s ease-in-out;
}

.switcher .slider::before {
    position: absolute;
    content: "\f186";
    font-family: "font awesome 6 Pro" !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: var(--color-dark-3);
    font-size: 18px;
    color: var(--color-white);
    box-shadow: var(--shadow-3);
    transition: all 0.4s ease-in-out;
}


.switch-box input:focus + .slider {
    background-color: var(--color-dark-l)
}

.switch-box input:checked + .slider:before {
    content: "\e28f";
    transform: translateX(24px);
    background-color: var(--color-white);
    color: var(--color-dark-1);
}

.switcher input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

.switcher .labels {
    position: absolute;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: var(--font-primary);
    transition: all 0.4s ease-in-out;
}

.switcher .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 12px;
    color: var(--color-white);
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.switcher .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 12px;
    color: var(--color-dark-1);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.switcher input:checked~.labels::after {
    opacity: 0;
}

.switcher input:checked~.labels::before {
    opacity: 1;
}
@media screen and (max-width: 1180px) {
    .vertical-element {
        min-height: unset;
        width: 100vh;
    }
    .vertical-element.left .switch-box {
        top: -webkit-calc(100vw - 1.25rem);
        top: calc(100vw - 1.25rem);
        right: -webkit-calc(100vh - 1.25rem * 2);
        right: calc(100vh - 1.25rem * 2);
        -webkit-transform: rotate(-90deg) translate(100%, 100%);
        -ms-transform: rotate(-90deg) translate(100%, 100%);
        transform: rotate(-90deg) translate(100%, 100%);
    }
    .switch-box {
        background-color: #e5e3e8;
        z-index: 100;
        position: absolute;
        -webkit-border-radius: 1.25rem;
        border-radius: 1.25rem;
    }
    .switcher {
        padding: 0;
        width: 3.4rem !important;
        min-width: 3.4rem !important;
        -webkit-border-radius: 1.5rem;
        border-radius: 1.5rem;
    }
    .switcher input:checked+.slider::before {
        transform: translateX(24px);
    }
    .switcher .labels {
        display: none;
    }
}

@media screen and (min-width: 1181px){
    .switcher {
        min-width: 5.5rem;
    }
}

/*================================================
Pagination
=================================================*/

.pagination .page-item .page-link {
    background-color: transparent;
    border: none;
    font-size: 16px;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
    height: 40px;
    padding: 0;
    text-align: center;
    margin-left: 6px;
    color: var(--color-grey-1);
}

.pagination .page-item.active .page-link {
    border: none;
    font-size: 16px;
    color: var(--color-white);
    background-color: var(--color-dark-1);
}

.pagination .page-item:first-child .page-link{
    border: 1px solid var(--color-light-3);
}
.pagination .page-item:last-child .page-link{
    border: 1px solid #222222;
}
.pagination .page-item:hover .page-link{
    background-color: var(--color-primary-l);
}
.pagination .page-item.active:hover .page-link{
    background-color: var(--color-dark-2);
}
.dataTables_paginate .pagination .page-item:first-child .page-link, .dataTables_paginate .pagination .page-item:last-child .page-link {
    border: none;
    width: auto;
}
.dataTables_paginate .pagination .page-item:first-child:hover .page-link, .dataTables_paginate .pagination .page-item:last-child:hover .page-link {
    background-color: transparent;
}
/*================================================
Filter Button
=================================================*/

.filter-button-slider.owl-theme .owl-nav .owl-prev,.filter-button-slider.owl-theme .owl-nav .owl-next {
    right: 0;
    background-color: var(--color-light-3);
    box-shadow: var(--shadow-2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    transition: all ease .5s;
    font-size: 16px;
    color: var(--color-primary);
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
    transform: translateY(-50%);
}

.filter-button-slider.owl-theme .owl-nav .owl-prev i,.filter-button-slider.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: 0;
    left: 0
}

.filter-button-slider.owl-theme .owl-nav .owl-prev.owl-next,.filter-button-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: 0;
    left: auto
}

.filter-button-slider.owl-theme .owl-nav .owl-prev.owl-next i,.filter-button-slider.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: 0;
    left: auto;
    top: -1px
}

.filter-button-slider.owl-theme .owl-nav .owl-prev:hover,.filter-button-slider.owl-theme .owl-nav .owl-next:hover {


}

.filter-button-slider.owl-carousel .owl-prev, .filter-button-slider.owl-carousel .owl-next {
    opacity: 0 !important;
}

.filter-button-slider.owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1 !important;
}
.filter-button-slider.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1 !important;
}

/*================================================
Login Signup CSS
=================================================*/

.login-wrapper .logo {
    max-width: 120px;
    height: auto;
    fill: currentColor;
    color: inherit;
}

.login-wrapper .bg {
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 52%), rgba(var(--theme-color-rgb) , .74)), url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.login-wrapper .block-bf-af:after, .login-wrapper .block-bf-af:before {
    width: 30%;
}
.block-bf-af:before {
    left: 0;
}

.block-bf-af:after {
    right: 0;
}

.block-bf-af:after, .block-bf-af:before {
    position: absolute;
    display: inline-block;
    content: '';
    background-color: rgba(34,34,34,.1);
    height: 2px;
    top: calc(50% - 1px);
    width: 35%;
}


.login-wrapper .button.-outlined:hover {
    border-color: var(--color-dark-3) !important;
}

/*================================================
Pricing Table CSS
=================================================*/

.pricing-table .card-inner-wrapper:hover{
    border: 1px solid var(--color-dark-2);
}

.pricing-table .pricing-table-banner img{
    border-radius: 8px;
}

.pricing-table-price .price-number {
    display: block;
    letter-spacing: -.05em;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-size: -webkit-calc(3rem + 1.5 * ( (100vw - 576px) / 864));
    font-size: calc(3rem + 1.5 * ( (100vw - 576px) / 864));
    font-weight: 900;
}

.pricing-table-price.prices {
    padding: 0;
    margin: 0;
    line-height: 1;
    background: 0 0;
    position: relative;
    height: 5.3rem;
}
.pricing-table-price.prices .price.price-hide{
    position: absolute;
    left: 0;
    right: 0;
}
.pricing-table-price.prices .price.price-show{
    position: absolute;
    left: 0;
    right: 0;
}

.pricing-table-features ul li {
    font-size: 0.95em;
    margin-bottom: 8px;
}

.pricing-table-features ul li:last-child {
    margin-bottom: 0;
}

.pricing-table-features .missing {
    opacity: 0.65;
}

.pricing-switchers {
    width: 2rem;
    height: 1rem;
    clear: both;
    text-align: center;
    position: relative;
    background-color: rgba(30,34,40,.07);
    border-radius: 1.5rem;
    border: 0.2rem solid transparent;
    box-sizing: content-box;
}
.pricing-switchers .pricing-switcher {
    cursor: pointer;
    width: 100%;
    float: left;
    height: 1rem;
    line-height: 1rem;
    position: relative;
    z-index: 888;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}
.pricing-switchers .pricing-switcher.pricing-switcher-active {
    color: var(--color-white);
}
.pricing-switchers .pricing-switcher:nth-child(1).pricing-switcher-active~.switcher-button {
    left: 0;
}
.pricing-switchers .pricing-switcher:nth-child(2).pricing-switcher-active~.switcher-button {
    left: 50%;
}
.pricing-switchers .switcher-button {
    height: 1rem;
    width: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 555;
    margin: 0;
    border: none;
    transition: .3s ease-in-out;
    border-radius: 100%;
}
@media (min-width: 992px){
    .pricing-table.wrapper .popular .pricing.card-inner-wrapper {
        padding-top: 1rem !important;
        padding-bottom: 3rem !important;
        margin-top: -1rem;
    }
}
@keyframes priceFade {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(80%)
    }
}

@keyframes priceShow {
    0% {
        opacity: 0;
        transform: translateY(-80%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.pricing-table.wrapper .pricing.card-inner-wrapper .prices .price-show {
    animation: priceShow .6s forwards;
}

.pricing-table.wrapper .pricing.card-inner-wrapper .prices .price-hide {
    animation: priceFade .6s forwards;
}
.nav-tabs {
    border-bottom: 2px solid rgba(34,34,34,.05);
}

.nav-tabs .nav-link.active {
    color: var(--color-dark-1);
    background-color: transparent;
    position: relative;
}

.nav-tabs .nav-link.active:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid var(--color-dark-1) !important;
    width: 100%;
}

.nav-tabs .nav-link {
    padding: 0 0 14px 0 !important;
    margin-right: 32px;
    font-weight: 700;
    margin-bottom: 0 !important;
    border: transparent !important;
    color: var(--color-grey-1);
}

.nav-tabs .nav-link:hover {
    color: var(--color-dark-1);
}

/*================================================
Image Upload Setting Page CSS
=================================================*/

.avatar-upload {
    position: relative;
    max-width: 160px;
    margin: 30px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input, .file-upload input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--color-white);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: var(--color-bg-light);
    border-color: var(--color-border-1);
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "font awesome 6 Pro";
    color: var(--color-grey-1);
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid var(--color-light-2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*================================================
Filter Button CSS
=================================================*/

.filter-button {
    text-align: center;
    margin-bottom: 40px
}

.filter-button ul {
    padding-left: 0;
    margin-bottom: 0
}

.filter-button ul li {
    display: inline-block;
    margin-right: 5px
}

.filter-button ul li:last-child {
    margin-right: 0
}

.filter-button ul li button {
    background-color: transparent;
    border: unset;
    padding: 5px 10px;
    transition: all ease .5s;
    font-weight: 500;
    border-radius: 8px;
    color: var(--color-grey-1);
}

.filter-button ul li button:hover, .filter-button ul li button:focus, .filter-button ul li button.active {
    background-color: var(--color-light-3);
    color: var(--color-primary);
}

.filter-button.-hover-none ul li button:hover, .filter-button.-hover-none ul li button:focus, .filter-button.-hover-none ul li button.active {
    background-color: transparent;
    color: var(--color-dark-2);
    font-weight: 600;
}

.shorting .mix {
    display: none
}

/*================================================
Home Page Style
=================================================*/

.theme-gradient {
    background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.theme-gradient-1 {
    background: linear-gradient(180deg, #FEF7E2 0%, #EEEEFD 100%);
}

.theme-gradient-2 {
    background: linear-gradient(270deg, #FFFFFF 0%, #F4FF99 24.38%, #E3D4F9 77.05%, #FFFFFF 100%);
}

.theme-gradient-3 {
    background: linear-gradient(166deg, #e7effd 0%, #fae4f5ad 100%);
}

.theme-gradient-4 {
    background: linear-gradient(180deg, #A7FFF5 0%, rgba(255,255,255,0) 100%);
}

.theme-gradient-5 {
    background: linear-gradient(180deg, #EBFFFD 0%, #EFEEFA 100%);
}


.theme-gradient-6 {
    background: linear-gradient(180deg, #A7FFF5 0%, #EEEEFD 100%);
}


.theme-gradient-7 {
    background: linear-gradient(153.23deg, #D6FFFC 0%, #FAE7E4 100%);
}


.theme-gradient-8 {
    background: linear-gradient(90deg,#fbf0f1 0,#f7ecff 100%)
}

.shape.green .svg-fill {
    fill: var(--color-success);
}
.shape.green-l .svg-fill {
    fill: var(--color-success-l);
}
.shape.warning .svg-fill {
    fill: var(--color-warning);
}
.shape.warning-l .svg-fill {
    fill: var(--color-warning-l);
}
.shape.info .svg-fill{
    fill: var(--color-info);
}
.shape.danger .svg-fill{
    fill: var(--color-danger);
}
.shape.danger-l .svg-fill{
    fill: var(--color-danger-l);
}

.main-title {
    position: relative;
    margin-bottom: 60px;
}

.page-banner-area {
    padding-top: 100px;
    padding-bottom: 120px;
}

/*================================================
Home Hero Section
=================================================*/

.hero-bg-overlay{
    background-image: url(../images/shape/hero-flash-bg.webp);
    background-position: 80% 0px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    opacity: 0.85;
}
.hero-bg-overlay-image {
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-cover-image {
    margin-top: -240px;
    margin-bottom: 85px;
}

@media (max-width: 1024px) {
    .hero-cover-image {
        margin-top: -120px;
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .hero-cover-image {
        margin-top: -80px;
        margin-bottom: 60px;
    }
}

/*================================================
Home Call To Action
=================================================*/

.cta-widget.item-box {
    background-color: var(--color-white);
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    margin-bottom: 30px;
    max-width: 345px;
    padding: 40px;
    position: relative;
}

.cta-widget .title {
    color: var(--color-dark-2);
    font-weight: 500;
}

@media (max-width: 767.98px){
    .cta-widget.item-box.-style2 {
        margin-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 1199.98px){
    .cta-widget.item-box.-style2 {
        margin-left: 210px;
    }
}

.cta-widget.item-box.-style2 {
    margin-left: 280px;
    margin-top: -270px;
    z-index: 1;
    max-width: 329px;
}

.cta-banner .imgbox .img-1 {
    bottom: 500px;
    position: absolute;
    right: -100px;
}
.cta-banner .imgbox .img-2 {
    left: 230px;
    opacity: 0.2;
    position: absolute;
    top: -100px;
}
.cta-banner .imgbox .img-3 {
    left: -5px;
    opacity: 0.2;
    position: absolute;
    top: -100px;
}
.cta-banner .imgbox .img-4 {
    bottom: 500px;
    left: -100px;
    position: absolute;
}
.cta-banner .imgbox .img-5 {
    position: absolute;
    right: 60px;
    top: -60px;
}

.cta-banner.-type2 {
    align-items: center;
    display: flex;
    height: 750px;
}
.cta-banner.-type2:before {
    background-color: var(--color-warning-l);
    bottom: 0;
    content: "";
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    width: 91%;
}
.cta-banner.-type2.right:before {
   right: auto;
    left: 0;
}
.cta-banner.-type2 .cta-img {
    left: 0;
    position: absolute;
    width: 45%;
    top: 0;
}
@media only screen and (max-width: 991px){
    .cta-banner.-type2 {
        display: block;
        height: auto;
    }
    .cta-banner.-type2 .cta-img {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
}
.cta-banner.-type2 .cta-img.right {
    right: 0;
    left: inherit;
}

.cta-banner.-type3 .cta-banner-img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
@media only screen and (max-width: 1199px){
    .cta-banner.-type2:before {
        width: 100%;
    }
    .cta-banner.-type3 .cta-banner-img {
        height: auto;
        left: 15px;
        position: relative;
        right: 15px;
        width: 96%;
    }
}

/*================================================
Blog
=================================================*/

.blog-wrap {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-wrap .blog-img {
    overflow: hidden;
}
.blog-wrap .blog-img img, .blog-wrap .title {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-wrap .blog-content {
    padding: 30px;
    position: relative;
}
.blog-wrap .date {
    color: var(--color-grey-1);
    font-weight: 400;
    font-size: 14px;
}
.blog-wrap:hover .blog-img img {
    transform: scale(1.1) rotate(-1deg);
}
.blog-wrap.large-size {
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
}
.blog-wrap.large-size .blog-img {
    border-radius: 0;
    overflow: hidden;
}
.blog-wrap.large-size .title {
    font-size: 28px;
}
.blog-wrap.list-style {
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
}
.blog-wrap.list-style .blog-img {
    border-radius: 4px;
    position: relative;
}
.blog-wrap.list-style .title {
    font-size: 28px;
}
/*Single Post*/
.post-category {
    text-transform: uppercase;
    letter-spacing: .02rem;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-border-2);
}
.post-meta li {
    display: inline-block;
}
.post-meta li i {
    padding-right: 0.2rem;
}
.post-header .post-meta li:before {
    margin: 0 0.6rem 0 0.4rem;
}
.post-meta li:before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 100%;
    margin: 0 0.6rem 0;
    vertical-align: 0.15rem;
    background: #aab0bc;
    opacity: .5;
}
.post-meta li:first-child:before {
    display: none
}
.post-content{
    position: relative;
    margin-bottom: 30px;
}
.single-post-tag {
    display: flex;
}
.single-post-tag a {
    background-color: var(--color-primary-l);
    border-radius: 60px;
    color: var(--color-dark-2);
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    padding: 6px 17px;
}
@media (max-width: 767px) {
    .post-header .post-meta li.post-author,.post-header .post-meta li.post-comments span,.post-header .post-meta li.post-likes span {
        display: none
    }
}
/*Blog with sidebar*/
.sidebar-widget {
    background-color: var(--color-white);
    border: 1px solid var(--color-light-3);
    border-radius: 8px;
    box-shadow: var(--shadow-3);
    padding: 30px;
    position: relative;
}
.category-list a {
    color: var(--color-dark-2);
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}
.tag-list a {
    background-color: var(--color-primary-l);
    border-radius: 60px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 26px;
    transition: all .3s cubic-bezier(.165,.84,.44,1)
}

.tag-list a:hover {
    color: inherit;
    -webkit-transform: scaleX(1.021) scaleY(1.041) perspective(1px);
    transform: scaleX(1.021) scaleY(1.041) perspective(1px);
}

/* COOKIE CONSENT BOX */

.cookie-box {
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 365px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    padding: 25px 25px 30px;
    transform: translateX(0px);
    background-color: #ffffff;
}
.cookie-box.hide {
    display: none;
    transform: translateX(-500px);
}
.cookie-box img {
    max-width: 90px;
}
.cookie-box .content {
    margin-top: 10px;
}
.cookie-box .content h2 {
    font-size: 24px;
    font-weight: 700;
}

/* For medium devices */
@media screen and (max-width: 600px) {
    .cookie-box {
        left: 10px;
        bottom: 10px;
        padding: 20px 10px;
    }
}

/* For small devices */
@media screen and (max-width: 400px) {
    .cookie-box {
        max-width: 340px;
    }
    .cookie-box .content .btn__group {
        flex-direction: column;
        gap: 15px;
    }
}

/* For extra-small devices */
@media screen and (max-width: 320px) {
    .cookie-box {
        max-width: 290px;
    }
}

.modal-header .icon-group.-close{
    background-color: transparent;
    height: 34px;
    width: 34px;
}

.modal-header .icon-group.-close:hover{
    background-color: var(--color-dark-l);
}

/*** Mobile Screen iFrame ***/

.phone-frame {
    position: relative;
    width: 350px;
    max-width: 350px;
    border: 15px solid #222;
    border-radius: 40px;
    height: 723px;
    max-height: 723px;
    transform-origin: right top;
    transform-origin: 0 0;
    background-color: #222;
    -webkit-transition: all 1s;
    transform: scale(0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .phone-frame {
        transform: scale(0.6);
    }
}
@media (max-width: 764px) {
    .phone-frame {
        transform: scale(0.5);
    }
}

.quick-loader {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.quick-loader:after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="rgb(255,255,255)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader"><line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></svg>');
    display: inline-block;
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    -webkit-animation: quick-loader 1.5s linear infinite;
    animation: quick-loader 1.5s linear infinite;
}

.quick-loader-dark:after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="rgb(51,51,51)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader"><line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line></svg>');
}

/* button loading */
@-webkit-keyframes quick-loader {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes quick-loader {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
/********* Quick Bio Link CSS **********/

.social-link-wrapper .search-input i{
    line-height: 40px;
}

.bio-link-upload-img .avatar-upload {
    position: relative;
    max-width: 110px;
}

.bio-link-upload-img .avatar-upload .avatar-edit {
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -15px;
}

.bio-link-upload-img .avatar-upload .avatar-preview {
    width: 110px;
    height: 110px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px dashed var(--color-light-3);
    box-shadow: none !important;
    overflow: hidden;
    background: #f5f5f5;
}

.theme-bg-box {
    border: 1px solid var(--color-light-3);
    border-radius: 8px;
}

.theme-bg-box-image{
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.theme-bg-box:hover {
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
}

label.design-box input[type="radio"]:checked+.theme-bg-box {
    border: 2px solid var(--color-primary);
}

.theme-bg-image {
    object-fit: cover;
    object-position: center;
}

.quick-link-img span{
    overflow: hidden;
    height: 50px;
    width: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -------------------------- */

.cookieConsentContainer {z-index: 999;width: 350px;min-height: 20px;padding: 30px 30px 30px 30px;overflow: hidden;position: fixed;bottom: 30px;left: 30px;border-radius: 4px;background: #fff;border: 1px solid #e4e4e4;box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .05); }
.cookieConsentContainer .cookieDesc p {margin: 0;padding: 0;display: block;margin-top: 10px;margin-bottom: 10px;}
.cookieConsentContainer .cookieButton {line-height: 1;}
@media (max-width: 768px) {.cookieConsentContainer {bottom: 0 !important;left: 0 !important;width: 100% !important;border-radius: 0 !important;}
}
.google-ads-728x90 {
    width: 100%;
    max-width: 728px;
    height: auto;
}
.google-ads-300x280 {
    width: 100%;
    max-width: 480px;
    height: auto;
}
.billing-cycle-radios {display: block;margin: 0 auto;text-align: center }
.billing-cycle-radios label {cursor: pointer }
.billing-cycle-radios .form-check-inline {margin-right: 20px;}
.billing-cycle-radios .form-check-inline:last-child {margin-right: 0 }
.billed-yearly-label, .billed-lifetime-label {display: none }
.billed-yearly .billed-yearly-label, .billed-lifetime .billed-lifetime-label {display: block }
.billed-yearly .billed-monthly-label, .billed-lifetime .billed-monthly-label {display: none }

/*Imported Homein CSS*/
/* body {
    background: linear-gradient(98deg, #e5dae7c2 30%, #a2a8c587 70%);
    background-blend-mode: overlay;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
} */
.custom-divider {
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, #FFD700, #FF69B4);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.custom-heading {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.gradient-title-home {
    background-image: linear-gradient(to right, var(--start-color), var(--end-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blue-robotic {
    --start-color: #c564f6;
    --end-color: #657fff;
}
.custom-h2 {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
.cta-button {
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 8px;
    background-color: #a444bd;
    color: #ffffff;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cta-button:hover {
    background-color: #8f4ea2;
}
.flex-container {
    max-width: 1080px;
    margin: 0 auto;
}
.text-center-container {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 16px;
}
@media (max-width: 768px) {
    .custom-heading {
        font-size: 2rem;
        line-height: 3rem;
    }
}
.use-case-item {
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    background-color: #ffffff85;
    display: flex;
    align-items: center;
}
.icon-column {
    width: 25%;
    text-align: center;
}
.icon-wrapper {
    display: inline-block;
    padding: 10px;
    background-color: #ddd;
    border-radius: 5px;
}
.icon-wrapper i {
    font-size: 30px;
}
.text-column {
    width: 70%;
    padding-left: 20px;
}
.text-column h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.text-column p {
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .use-case-item {
        width: calc(100% - 20px);
    }
    .icon-column {
        width: 30%;
    }
    .text-column {
        width: 70%;
    }
}
.column1 {
    width: calc(38% - 2%);
    padding: 20px;
    margin-right: 3%;
    box-sizing: border-box;
}
.column2 {
    width: calc(58% - 1%);
    padding: 20px;
    margin-left: 4%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .column1, .column2 {
        width: 100%;
        margin: 0;
    }
}
.aicheck-color {
    background-image: linear-gradient(104.49deg, #1a64e2, #991e8e 52.6%, #d52b1e);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}
.aihomeheadingcolor {
    background-image: linear-gradient(104.49deg, #206485ed, #766b6b 52.6%, #466f87);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}
.heading-text-color {
    color: #011569;
}
.custom-paragraph {
    font-size: 16px;
    line-height: 1.5;
    color: #0b0b0c;
}
.content-block {
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.content-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.header-tab-area {
    display: flex;
    position: relative;
}
.header-tab-button {
    flex: 1;
    padding: 10px 20px;
    border: none;
    color: #333;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.active-tab {
    background-color: #f9f9f9 !important;
    border-radius: 0;
}
.active-tab::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #d36688, #7467dd);
    transition: left 0.3s, width 0.3s;
}
.active-tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(to right, #d36688, #7467dd);
    transition: left 0.3s, width 0.3s;
}
.inactive-tab {
    color: #999;
    background-color: #e8e2e9;
    border-radius: 0;
}
.close-icon {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #dd0957;
}
.close-icon:hover {
    color: #000;
}
.upgrade-message {
    display: none;
    position: relative;
    background-color: #d8d0e791;
    border: 1px solid #d7856db8;
    color: #ed8936;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.upgrade-message:hover {
    color: #fff;
}
.message-text {
    margin-bottom: 10px;
    font-size: 16px;
    color: #4b385c;
}
.upgrade-link {
    display: block;
    text-align: center;
    padding: 10px;
    background: linear-gradient(to right, #562d8b, #3d9b7d);
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}
.upgrade-link:hover {
    background: linear-gradient(to right, #452968, #2a6a56);
}
.editor-container.disabled .editor-content {
    opacity: 0.5;
    pointer-events: none;
}
.disabled .editor-textarea {
    pointer-events: none;
    background-color: #f0f0f0;
}
.disabled .upgrade-message {
    pointer-events: auto;
}
.disabled .header-tab-area .active-tab-indicator {
    background-color: #666666;
}
.fa.fa-robot {
    color: #718096;
}
.editor-container {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 22px;
    border: 1px solid #cab5e18f;
    background-color: #fffafab5;
    transition: background-color 0.3s;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 0 2px 5px rgb(255 255 255 / 34%), 0 0 2px 12px rgb(255 255 255 / 24%);
}
.editor-textarea-wrapper {
    position: relative;
    margin-bottom: 1rem;
}
.editor-container:hover {
    background-color: #fffafab5;
    /* padding: 22px; */
    transition: background-color 0.6s;
    box-shadow: 0 0 2px 5px rgb(255 255 255 / 34%), 0 0 2px 12px rgb(255 255 255 / 24%);
}
.editor-textarea {
    border: 2px solid #e0e3e9;
    box-shadow: inset 0px 1px 8px 2px rgb(128 113 131 / 10%);
    background-color: #fdfdfd;
    color: #2d3748;
    padding: 1.175rem;
    width: 100%;
    height: auto;
    resize: none;
    border-radius: 0.75rem;
    transition: border-color 0.3s;
}
.editor-textarea::placeholder {
    color: #666666;
}
.editor-textarea:focus {
    border-color: #e0e3e9;
    outline: none;
}
.editor-footer {
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.footer-title, .footer-link {
    font-size: 0.9rem;
}
.footer-link {
    color: #2d3748;
    background-color: #cbd5e0;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s, color 0.3s;
}
.footer-link:hover {
    background-color: #4299e1;
    color: #fff;
}
.btn-form {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #4299e1;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn-form:hover {
    background-color: #2b6cb0;
}
.button-detect {
    background-image: linear-gradient(to right, #4726cd, #9b1dc3e6)!important; /* Dark grey background color */
    color: #fff; /* White text color */
    border: none; /*Dark grey border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 20px; /* Padding */
    margin: 10px; /* Margin */
    cursor: pointer; /* Cursor on hover */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transition for background color and transform */
    font-size: 16px; /* Font size */
    line-height: 1.5; /* Line height */
}

/* Hover state */
.button-detect:hover {
    background: linear-gradient(to right, #4627bd, #b72096); /* Darker grey background color on hover */
    border-color: #555; /* Darker grey border color on hover */
}

/* Pressed state */
.button-detect:active {
    transform: translateY(2px); /* Move the button down slightly when pressed */
}

.text-count-container {
    position: absolute;
    bottom: 12px;
    right: 7px;
    font-size: 14px;
    color: #666;
    background: rgb(255 255 255 / 42%);
    padding: 2px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.hidden {
    display: none;
}
.upgrade-button {
    background-color: #ff6600;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}
.upgrade-button:hover {
    background-color: #e55d00;
}
.clear-button {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #dd0957;
    cursor: pointer;
    transition: color 0.3s;
}
.clear-button:hover {
    color: #000;
}
.clear-button i {
    color: #8B0000;
    font-size: 1em;
    transition: color 0.3s;
}
.center-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.button-rectangle {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e0e3e9;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4a5568;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.button-rectangle:hover {
    background: #ffffff;
    border-color: #cbd5e0;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.button-rectangle i {
    font-size: 16px;
    color: #718096;
}
.button-rectangle.hidden {
    display: none;
}
/* Ensure buttons are more visible on textarea focus */
.editor-textarea:focus ~ .center-buttons .button-rectangle {
    opacity: 0.9;
}
@media (max-width: 768px) {
    .text-count-container {
        bottom: 5px;
        right: 5px;
        font-size: 12px;
    }
    .center-buttons {
        flex-direction: column;
        gap: 5px;
    }
}
.ai-left-block {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff82;
    border: 1px solid #d8d0f5;
    border-radius: 20px;
    padding: 30px 30px;
    /*margin: 0px 0px 0px 0px;*/
    box-shadow: 0 0 5px 10px hsl(0deg 0% 100% / 28%)
}
.ai-left-block:hover {
    border: 1px solid #b8abed;
    box-shadow: 0 0 5px 10px hsl(0deg 0% 100% / 28%);
}
.flex-col.ai-left-block {
    transform: translate3d(0, 0, 0); /* Create a new stacking context */
}

/* Progress Loader */
.unique-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.unique-loader {
    width: 60px;
    height: 60px;
    position: relative;
}

.unique-loader .loader-ring {
    width: 100%;
    height: 100%;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #4caf50;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.unique-loader .loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: #4caf50;
}

/* Adjust loader size for smaller screens */
@media (max-width: 600px) {
    .unique-loader {
        width: 40px;
        height: 40px;
    }

    .unique-loader .loader-text {
        font-size: 10px;
    }
}

/* Adjust loader size for larger screens */
@media (min-width: 1200px) {
    .unique-loader {
        width: 80px;
        height: 80px;
    }

    .unique-loader .loader-text {
        font-size: 16px;
    }
}

.elegant-link {
    font-size: 18px;
    color: #206db0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
    background: white;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.elegant-link i {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.elegant-link:hover {
    color: #0056b3;
}

.elegant-link:hover i {
    transform: translateX(5px);
}

/* Ensure the container is centered and ads are hidden by default */
.ad-section-container {
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ad-desktop-only,
.ad-mobile-only {
    display: none; /* Hide all ads by default */
}

/* Show desktop ads on screens wider than 768px */
@media (min-width: 769px) {
    .ad-desktop-only {
        display: block; /* Show desktop ads */
    }
}

/* Show mobile ads on screens 768px wide or smaller */
@media (max-width: 768px) {
    .ad-mobile-only {
        display: block; /* Show mobile ads */
    }
}
.zerogpt-layout {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.zerogpt-content-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.zerogpt-sidebar {
        width: 160px;
        max-height: 600px;
}
.zerogpt-main-content {
        width: 100%;
        max-width: 800px; /* Adjust this value as needed */
}
.zerogpt-main {
    flex-grow: 1;
    max-width: 920px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aieditor-container {
        width: 100%;
}
.zerogpt-top-ad {
    width: 100%;
    max-width: 828px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1023px) {
        .zerogpt-sidebar {
            display: none;
        }
        .zerogpt-main {
            margin: 0;
        }
}
@media (max-width: 768px) {
    .zerogpt-layout {
        padding: 10px;
    }
    
    .zerogpt-top-ad {
        margin-bottom: 10px;
    }
}

* FAQs */
/* Container for FAQs */
.faq-container {
    max-width: 1020px; /* Maximum width of the FAQ container */
    width: 100%; /* Full width up to the max-width */
    margin: 0 auto; /* Center the container horizontally */
    padding: 0 20px; /* Optional: add padding if needed */
    display: flex; /* Enable flexbox */
    flex-direction: column; /* Align items vertically */
    align-items: center; /* Center items horizontally */
}

.faq-column {
    width: 100%;
    max-width: 800px; /* Adjust as needed */
}

.faq-block {
    width: 100%; /* Set the width to 100% to occupy the full width of the container */
    background-color: #fdfdfd;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -2px -3px 2px 2px rgb(165 86 191 / 20%);
}

.faq-question {
    background-color: #f3f3f3;
    padding: 10px 20px; /* Adjust as needed */
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; /* Make the question container relative */
}

.question-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-right: 50px; /* Adjust as needed */
}

.expand-icon {
    position: absolute;
    top: 16px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 16px 20px; /* Adjust as needed */
    display: none;
    overflow: hidden; /* Hide overflow content */
    transition: height 0.3s ease; /* Apply transition effect to height changes */
    height: 0; /* Initially collapse the answer */
}

.faq-block.open .faq-answer {
    display: block;
    height: auto; /* Allow the answer to expand to its natural height */
}

.rotate {
    transform: rotate(180deg); /* Rotate the SVG icon */
}
/*Section Deep Scan Analysis and Grading*/
.aideep-questionnaire-score {
    font-family: Arial, sans-serif;
    margin: 20px auto;
    padding: 20px;
    background-color: #fffbfb;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.aideep-score-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.aideep-score-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.aideep-score-display {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.aideep-score-grade {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
    cursor: help;
}

.aideep-grade-label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #333;
}

.aideep-grade-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background-color: #fff;
}

.aideep-grade {
    font-size: 36px;
    font-weight: bold;
    margin-right: 10px;
}

.aideep-percentage {
    font-size: 24px;
    font-weight: bold;
}

.aideep-grade-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dce3e7b8;
    color: #252c36;
    padding: 5px;
    border-radius: 10px;
    width: 200px;
    z-index: 1000;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
}

.aideep-score-grade:hover .aideep-grade-tooltip {
    display: block;
}

.aideep-score-label {
    display: flex;
    flex-direction: column;
}

.aideep-label-text {
    font-size: 18px;
    font-weight: bold;
}

.aideep-label-subtext {
    font-size: 14px;
    color: #666;
}

.aideep-score-labels,
.aideep-score-ranges {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 5px;
}

.aideep-score-indicators {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
}

.aideep-indicator {
    padding: 2px 5px;
    border-radius: 3px;
}

.aideep-aid {
    background-color: #796873;
    color: white;
}

.aideep-assessment {
    background-color: #407165;
    color: white;
}

.zerogpt-graph-container {
    height: 15px;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.zerogpt-graph-bar {
    height: 100%;
    transition: width 0.3s ease;
}

.zerogpt-high-ai {
    background-color: #e5543d85;
    border-right: 1px solid #ffffff;
}

.zerogpt-possible-ai {
    background-color: #e196388c;
    border-right: 1px solid #ffffff;
}

.zerogpt-likely-ai-mix {
    background-color: #e4e55aad;
    border-right: 1px solid #ffffff;
}

.zerogpt-possible-human {
    background-color: #2be742a8;
    border-left: 1px solid #ffffff;
}

.zerogpt-human {
    background-color: #27c33bd6;
    border-left: 1px solid #ffffff;
}

@media (max-width: 600px) {
    .aideep-score-display {
        flex-direction: column;
        align-items: flex-start;
    }

    .aideep-score-grade {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .aideep-grade-box {
        width: 100%;
        justify-content: space-between;
    }
}
/*End of Section Deep Analysis Grading*/
/*Deep Analysis Tab*/
.zerogpt-tab-navigation {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
  }
  
  .zerogpt-tab-button {
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #333;
    position: relative;
  }
  
  .zerogpt-tab-button:hover {
    color: #1a73e8;
  }
  
  .zerogpt-tab-button.active {
    color: #1a73e8;
  }
  
  .zerogpt-tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1a73e8;
    transition: all 0.3s ease;
  }
  
  .zerogpt-tab-button i {
    margin-right: 8px;
  }
  
  .zerogpt-tab-content .zerogpt-tab-pane {
    display: none;
    animation: zerogptFadeEffect 0.5s;
  }
  
  .zerogpt-tab-content .zerogpt-tab-pane.active {
    display: block;
  }
  
  .zerogpt-highlighted-content .zerogpt-ai-highlight {
    background-color: #fbfb7987;
  }
  
  @keyframes zerogptFadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .zerogpt-tab-navigation {
      flex-direction: column;
      align-items: stretch;
    }
  
    .zerogpt-tab-button {
      width: 100%;
      text-align: left;
      padding: 15px;
    }
  
    .zerogpt-tab-button.active::after {
      width: 4px;
      height: 100%;
      top: 0;
      left: 0;
    }
  }
  .zerogpt-premium-content-overlay {
    position: relative;
    min-height: 300px;
  }
  
  .zerogpt-blurred-content {
    filter: blur(5px);
    pointer-events: none;
  }
  
  .zerogpt-premium-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .zerogpt-upgrade-button,
  .zerogpt-preview-button {
    display: inline-block;
    padding: 12px 24px;
    margin: 10px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .zerogpt-upgrade-button {
    background-color: #3bb8a7;
    color: white;
  }
  
  .zerogpt-preview-button {
    background-color: #3a90d6;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  .zerogpt-upgrade-button:hover,
  .zerogpt-preview-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .zerogpt-blurred-text { 
    line-height: 1.6;
  }
  
  .zerogpt-green-highlight {
    background-color: rgba(110, 231, 183, 0.5);
    padding: 2px 4px;
    border-radius: 3px;
  }
  .zerogpt-yellow-highlight {
    background-color: #ffed88e5; /* Light yellow background */
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
/*Document View*/
.zerogpt-document-view {
    max-width: 800px;
    margin: 2rem auto;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 2rem;
}

.zerogpt-content-area {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow-x: auto;
    display: block;
    unicode-bidi: embed;
}

.zerogpt-content-area:first-child {
    margin-top: 0;
}

.zerogpt-sentence {
    display: inline;
}

.zerogpt-ai-highlight {
    background-color: rgb(251 244 187 / 48%);
    border-bottom: 2px solid rgb(255 226 116 / 70%)
}
.zerogpt-deep-analysis-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px;
    background-color: #E9EEF4;
    color: #1a365d;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.zerogpt-deep-analysis-btn:hover {
    background-color: #D1DCED;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.zerogpt-deep-analysis-btn i {
    margin-right: 10px;
}
.zerogpt-legend-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.zerogpt-legend-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.zerogpt-legend-color {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 4px;
}

.zerogpt-legend-color.zerogpt-ai-highlight {
    background-color: rgb(251 235 141 / 41%);
    border: 2px solid rgb(247 191 90 / 61%);
}

.zerogpt-legend-color.zerogpt-human {
    background-color: transparent;
    border: 2px solid #c2d0d3;
}

.zerogpt-legend-label {
    color: #4a4a4a;
}
.zerogpt-currency-selector-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 10px;
    background-color: #f0f4f8;
    border-radius: 8px;
}

.zerogpt-currency-form {
    display: flex;
    align-items: center;
}

.zerogpt-currency-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
}

.zerogpt-select-wrapper {
    position: relative;
}

.zerogpt-select-wrapper::after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #5c6bc0;
    pointer-events: none;
}

#zerogptCurrencySelect {
    appearance: none;
    -webkit-appearance: none;
    width: 130px;
    padding: 10px 30px 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 2px solid #5c6bc0;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#zerogptCurrencySelect:hover, #zerogptCurrencySelect:focus {
    border-color: #3f51b5;
    box-shadow: 0 0 0 2px rgba(92, 107, 192, 0.2);
    outline: none;
}

@media (max-width: 768px) {
    .zerogpt-document-view {
        margin: 1rem;
        padding: 1rem;
    }

    .zerogpt-content-area {
        font-size: 14px;
    }
    .zerogpt-deep-analysis-btn {
        font-size: 14px;
        padding: 10px 16px;
    }
    .zerogpt-legend-items {
        flex-direction: column;
        gap: 10px;
    }
	.zerogpt-currency-form {
        flex-direction: column;
        align-items: stretch;
    }

    .zerogpt-currency-label {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    #zerogptCurrencySelect {
        width: 100%;
    }
}
.membership-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.membership-status .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.badge {
    font-size: 0.9rem;
}
.btn-custom-primary,
.btn-custom-secondary {
    color: #fff;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-custom-primary {
    background-color: #9b59b6;
}

.btn-custom-primary:hover,
.btn-custom-primary:focus {
    background-color: #fff;
    color: #000;
}

.btn-custom-secondary {
    background-color: #3498db;
}

.btn-custom-secondary:hover,
.btn-custom-secondary:focus {
    background-color: #fff;
    color: #000;
}
/* Add these styles to your style.css file */

/* Base layout */
.zerogpt-hero {
    min-height: 100vh;
    background-color: #121936;
    background-image: linear-gradient(rgb(14 17 28 / 80%), rgb(30 27 56)), url(/assets/images/spider-web-hero-bg.webp);
    padding: 40px 20px;
    color: #fff;
}

/* Main heading */
.zerogpt-hero-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.zerogpt-hero-title .highlight {
    background: linear-gradient(90deg, #ae98df, #e193e8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zerogpt-hero-description {
    font-size: 1.1rem;
    color: #a1a1aa;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

/* Editor container */
.zerogpt-editor-container {
    max-width: 1400px;
    margin: 0 auto;
    background: rgb(29 30 66 / 68%);
    border: 2px solid rgb(106 128 195 / 35%);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

/* Toolbar */
.zerogpt-editor-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zerogpt-mode-selector {
    display: flex;
    gap: 2px;
    background: rgb(60 77 108 / 38%);
    padding: 4px;
    border-radius: 8px;
}

.zerogpt-mode-btn {
    padding: 8px 16px;
    background: transparent;
    border: none;
    color: #a1a1aa;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.zerogpt-mode-btn.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.zerogpt-toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Enhanced mode toggle */
.zerogpt-enhanced-mode {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a1a1aa;
}

.zerogpt-toggle {
    position: relative;
    width: 44px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
}

.zerogpt-toggle::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
}

.zerogpt-toggle.active::after {
    transform: translateX(20px);
    background: #8464ff;
}

/* Editor content */
.zerogpt-editor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgb(144 138 199 / 22%);
    min-height: 480px;
}

.zerogpt-input-section,
.zerogpt-output-section {
    background: #060718a6;
    padding: 20px;
    padding-bottom: 70px;
    position: relative;
}

.zerogpt-textarea-container {
    height: 100%;
    position: relative;
}

#bypass-input {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    resize: none;
    padding: 0;
}

#bypass-input:focus {
    outline: none;
}

.zerogpt-word-count {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 0.85rem;
    color: #a1a1aa;
}

/* Action buttons */
.zerogpt-action-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 12px;
}

.zerogpt-action-btn {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.zerogpt-action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.zerogpt-paraphrase-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #8464ff, #b964f7);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 160px;
    text-align: center;
    z-index: 2;
}


.zerogpt-paraphrase-btn:hover {
    opacity: 0.9;
    transform: translateX(-50%) translateY(-2px);
}
.zerogpt-paraphrase-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Language selector */
.zerogpt-lang-selector {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Output section */
.zerogpt-output-content {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
}

.zerogpt-output-placeholder {
    color: #a1a1aa;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 40%;
}

/* Responsive design */
@media (max-width: 1024px) {
    .zerogpt-editor-content {
        grid-template-columns: 1fr;
    }
    
    .zerogpt-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .zerogpt-editor-container {
        margin: 0 5px;
        width: calc(100% - 10px);
        overflow: hidden; /* Prevent content from spilling out */
    }

    /* Mode selector containment */
    .zerogpt-editor-toolbar {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .zerogpt-mode-selector {
        width: 100%;
        display: flex; /* Changed back to flex from grid */
        flex-wrap: nowrap;
        overflow-x: auto; /* Enable horizontal scroll */
        gap: 5px;
        padding: 4px;
        background: rgba(60, 77, 108, 0.38);
        border-radius: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }

    .zerogpt-mode-selector::-webkit-scrollbar {
        display: none; /* Chrome/Safari/Opera */
    }

    .zerogpt-mode-btn {
        flex: 0 0 auto; /* Prevent shrinking */
        min-width: max-content; /* Ensure content fits */
        padding: 8px 16px;
        font-size: 0.85rem;
        text-align: center;
        border-radius: 6px;
        white-space: nowrap;
        margin-right: 2px;
    }

    .zerogpt-mode-btn:last-child {
        margin-right: 0;
    }

    /* Paraphrase button fixes */
    .zerogpt-paraphrase-btn {
        position: absolute;
        bottom: 15px;
        left: 50%;
        width: calc(100% - 30px);
        transform: translateX(-50%); /* Center the button */
        padding: 10px;
        font-size: 0.9rem;
        text-align: center;
        transition: all 0.2s ease;
    }

    .zerogpt-paraphrase-btn:hover {
        transform: translateX(-50%); /* Maintain center position on hover */
        opacity: 0.9;
    }

    /* Improve scroll indicators */
    .zerogpt-mode-selector::after,
    .zerogpt-mode-selector::before {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 20px;
        pointer-events: none;
    }

    .zerogpt-mode-selector::after {
        right: 0;
        background: linear-gradient(to right, transparent, rgba(29, 30, 66, 0.68));
    }

    .zerogpt-mode-selector::before {
        left: 0;
        background: linear-gradient(to left, transparent, rgba(29, 30, 66, 0.68));
    }

    /* Toolbar right section */
    .zerogpt-toolbar-right {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
    }

    /* Enhanced mode toggle adjustments */
    .zerogpt-enhanced-mode {
        font-size: 0.8rem;
    }

    .zerogpt-toggle {
        width: 36px;
        height: 20px;
    }

    .zerogpt-toggle::after {
        width: 16px;
        height: 16px;
    }

    .zerogpt-toggle.active::after {
        transform: translateX(16px);
    }

    /* Language selector adjustments */
    .zerogpt-lang-selector {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 380px) {
    .zerogpt-mode-selector {
        grid-template-columns: 1fr;
    }

    .zerogpt-mode-btn {
        padding: 6px 4px;
        font-size: 0.75rem;
    }

    .zerogpt-action-buttons {
        width: calc(100% - 90px);
    }

    .zerogpt-word-count-container {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .zerogpt-action-btn {
        padding: 6px;
        font-size: 0.75rem;
    }

    .zerogpt-toolbar-right {
        flex-wrap: wrap;
        gap: 8px;
    }

    .zerogpt-editor-toolbar {
        padding: 10px;
    }
}

.zerogpt-word-count-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zerogpt-char-counter {
    color: #a1a1aa;
    font-size: 0.85rem;
}

.zerogpt-upgrade-btn {
    padding: 4px 8px;
    background: linear-gradient(90deg, #8464ff, #b964f7);
    border-radius: 4px;
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.2s ease;
}

.zerogpt-upgrade-btn:hover {
    opacity: 0.9;
    color: #fff;
}

/* Language selector dropdown */
.zerogpt-lang-dropdown {
    position: relative;
}

.zerogpt-lang-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    background: #1e2028;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 4px;
    padding: 4px;
    display: none;
    z-index: 1000;
}

.zerogpt-lang-option {
    padding: 8px 12px;
    color: #a1a1aa;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.zerogpt-lang-option:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.zerogpt-lang-option.selected {
    background: rgba(132, 100, 255, 0.1);
    color: #8464ff;
}

.zerogpt-lang-option:not(.selected) {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Enhanced mode toggle improvements */
.zerogpt-toggle {
    transition: background-color 0.3s ease;
}

.zerogpt-toggle.active {
    background: rgb(153 151 217 / 37%);
}
/* Add these styles for the notification */
.zerogpt-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    animation: slideIn 0.3s ease-out;
}

.zerogpt-notification-content {
    background: rgba(30, 32, 40, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.zerogpt-notification button {
    background: none;
    border: none;
    color: #a1a1aa;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0 4px;
}

.zerogpt-notification button:hover {
    color: #fff;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* Processing animation */
.zerogpt-processing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.zerogpt-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #8464ff;
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Copy button */
.copy-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Responsive improvements */
@media (max-width: 768px) {
    .zerogpt-editor-content {
        display: flex;
        flex-direction: column;
    }

    .zerogpt-input-section,
    .zerogpt-output-section {
        width: 100%;
        min-height: 300px;
    }

    .zerogpt-action-buttons {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }

    .copy-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        width: 100%;
    }

    #bypass-input {
        min-height: 200px;
    }
}

/* Features Container Styling */
.zerogpt-features-container {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(247, 247, 255, 0.5), rgba(242, 240, 255, 0.7));
    border-radius: 20px;
    margin: 40px 0;
}

.zerogpt-features-content {
    text-align: center;
    margin-bottom: 50px;
}

.zerogpt-features-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #7b34a3, #5c4dd4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.zerogpt-features-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #7b34a3, #5c4dd4);
    border-radius: 2px;
}

.zerogpt-features-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.zerogpt-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.zerogpt-feature-block {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.zerogpt-feature-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.zerogpt-feature-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #7b34a3, #5c4dd4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zerogpt-feature-block:hover::before {
    opacity: 1;
}

.zerogpt-feature-block h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zerogpt-feature-block h3 i {
    color: #7b34a3;
    font-size: 1.8rem;
}

.zerogpt-feature-block p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Uses Container Styling */
.zerogpt-uses-container {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(242, 240, 255, 0.7), rgba(247, 247, 255, 0.5));
    border-radius: 20px;
    margin: 40px 0;
}

.zerogpt-uses-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.zerogpt-uses-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #5c4dd4, #7b34a3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
    position: relative;
}

.zerogpt-uses-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #5c4dd4, #7b34a3);
    border-radius: 2px;
}

.zerogpt-uses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.zerogpt-use-case {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.zerogpt-use-case:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.zerogpt-use-case h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zerogpt-use-case h3 i {
    color: #5c4dd4;
    font-size: 1.8rem;
}

.zerogpt-use-case ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.zerogpt-use-case ul li {
    color: #666;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.zerogpt-use-case ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7b34a3;
    font-weight: bold;
}

@media (max-width: 768px) {
    .zerogpt-features-title,
    .zerogpt-uses-title {
        font-size: 2rem;
    }

    .zerogpt-features-description {
        font-size: 1rem;
        padding: 0 20px;
    }

    .zerogpt-feature-block,
    .zerogpt-use-case {
        padding: 20px;
    }
}

/* Enhance Accessibility */
@media (prefers-reduced-motion: reduce) {
    .zerogpt-feature-block,
    .zerogpt-use-case {
        transition: none;
    }
}
/* ZeroGPT's AI Tools Section Styles */
.zerogpt-tools-wrapper {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(247, 247, 255, 0.5), rgba(242, 240, 255, 0.7));
    position: relative;
}

.zerogpt-tools-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.zerogpt-tools-header {
    text-align: center;
    margin-bottom: 60px;
}

.zerogpt-tools-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.zerogpt-gradient-text {
    background: linear-gradient(135deg, #7b34a3, #1e1446);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    }
}

.zerogpt-tools-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.zerogpt-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.zerogpt-tool-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(123, 52, 163, 0.08);
}

.zerogpt-card-content {
    padding: 30px;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.zerogpt-tool-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 24px;
    background: rgba(123, 52, 163, 0.1);
    transition: all 0.3s ease;
}

.zerogpt-tool-icon i {
    font-size: 24px;
    color: #7b34a3;
    transition: all 0.3s ease;
}

.zerogpt-tool-heading {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

.zerogpt-tool-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.zerogpt-tool-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #7b34a3, #4726cd);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    margin-top: auto;
}

.zerogpt-tool-link i {
    transition: transform 0.3s ease;
}

.zerogpt-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(123, 52, 163, 0.05), rgba(71, 38, 205, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover Effects */
.zerogpt-tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(123, 52, 163, 0.12);
}

.zerogpt-tool-card:hover .zerogpt-card-overlay {
    opacity: 1;
}

.zerogpt-tool-card:hover .zerogpt-tool-icon {
    background: #7b34a3;
}

.zerogpt-tool-card:hover .zerogpt-tool-icon i {
    color: #fff;
}

.zerogpt-tool-link:hover {
    transform: translateX(5px);
    color: #fff;
    box-shadow: 0 4px 12px rgba(123, 52, 163, 0.2);
}

.zerogpt-tool-link:hover i {
    transform: translateX(4px);
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .zerogpt-tools-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .zerogpt-tools-wrapper {
        padding: 60px 0;
    }

    .zerogpt-tools-title {
        font-size: 2rem;
    }

    .zerogpt-tools-subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }

    .zerogpt-tools-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .zerogpt-tool-card {
        margin-bottom: 20px;
    }

    .zerogpt-card-content {
        padding: 24px;
    }
}

/* High-DPI Screen Optimizations */
@media screen and (-webkit-min-device-pixel-ratio: 2), 
       screen and (min-resolution: 192dpi) {
    .zerogpt-tool-card {
        backdrop-filter: blur(10px);
    }
}

/* ZeroGPT Analysis List Styles */
.zerogpt-analysis-list {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.zerogpt-analysis-item {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.zerogpt-analysis-item:hover {
    background-color: #f8f9fa;
}

.zerogpt-analysis-content {
    flex: 1;
    min-width: 0;
}

.zerogpt-analysis-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.zerogpt-analysis-title {
    flex: 1;
    min-width: 0;
    font-size: 15px;
}

.zerogpt-analysis-title a {
    color: #2c3e50;
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zerogpt-analysis-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Badges */
.zerogpt-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.zerogpt-badge-detection {
    background: #e3f2fd;
    color: #1976d2;
}

.zerogpt-badge-humanizer {
    background: #e8f5e9;
    color: #2e7d32;
}

/* Status Badges */
.zerogpt-status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.zerogpt-status-completed {
    background: #e8f5e9;
    color: #2e7d32;
}

.zerogpt-status-failed {
    background: #ffebee;
    color: #c62828;
}

/* Progress Bar */
.zerogpt-progress {
    width: 80px;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}

.zerogpt-progress .progress-bar {
    height: 100%;
    background: linear-gradient(45deg, #2196f3, #1976d2);
    border-radius: 3px;
}

/* Action Buttons */
.zerogpt-analysis-actions {
    display: flex;
    gap: 8px;
    margin-left: 16px;
}

.zerogpt-btn {
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

.zerogpt-btn-download {
    background: #e8f5e9;
    color: #2e7d32;
}

.zerogpt-btn-download:hover {
    background: #c8e6c9;
}

.zerogpt-btn-delete {
    background: #ffebee;
    color: #c62828;
}

.zerogpt-btn-delete:hover {
    background: #ffcdd2;
}

/* Empty State */
.zerogpt-empty-state {
    padding: 24px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .zerogpt-analysis-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .zerogpt-analysis-meta {
        margin-top: 8px;
        flex-wrap: wrap;
    }

    .zerogpt-analysis-actions {
        margin-left: 0;
        margin-top: 12px;
    }

    .zerogpt-analysis-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Document Upload Styles */
.zerogpt-upload-section {
    margin-bottom: 2rem;
}

.zerogpt-dropzone {
    border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    background: #f4f6f9;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.zerogpt-dropzone.dragover {
    background: #e9ecef;
    border-color: #6c5ce7;
}

.zerogpt-upload-btn {
    background: #695bd3eb;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.zerogpt-upload-btn:hover {
    background: #5d51af;
}
.zerogpt-start-upload-btn {
    background: #59af58d4;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.zerogpt-start-upload-btn:hover {
    background: #468f45d4;
}

.zerogpt-link {
    color: #6c5ce7;
    text-decoration: none;
}

.zerogpt-link:hover {
    text-decoration: underline;
}

.zerogpt-file-icon {
    margin-bottom: 1rem;
}

.zerogpt-upload-progress {
    margin-top: 1rem;
}

.zerogpt-features {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.zerogpt-feature-toggle {
    margin-bottom: 1rem;
}

.zerogpt-upload-info {
    color: #6c757d;
    font-size: 0.875rem;
}

/* Document Analysis File List Styles */
.selected-files-list {
    margin: 15px auto;
    max-width: 100%;
    background: rgb(201 212 219 / 32%);
    border-radius: 6px;
    padding: 10px;
}

.file-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-bottom: 8px;
    background: #f9f9f9;
    transition: all 0.2s ease;
}

.file-item:last-child {
    margin-bottom: 0;
}

.file-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--primary-color);
}

.file-info {
    flex: 1;
    min-width: 0; /* Ensures text truncation works */
}

.file-name {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-color);
}

.file-size {
    font-size: 12px;
    color: var(--text-muted);
}

.file-status {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.status-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-pending { color: var(--warning-color); }
.status-processing { color: var(--primary-color); }
.status-success { color: var(--success-color); }
.status-error { color: var(--danger-color); }

.remove-file {
    margin-left: 8px;
    cursor: pointer;
    color: var(--danger-color);
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.remove-file:hover {
    opacity: 1;
}

/* Adjust dropzone when files are present */
.zerogpt-dropzone.has-files .zerogpt-dropzone-content {
    padding: 15px;
}

.zerogpt-dropzone.has-files .zerogpt-file-icon {
    display: none;
}

/* Add these styles */
.zerogpt-upload-info .card {
    background: #f8f9fa;
    border: 1px solid rgba(0,0,0,.1);
}

.zerogpt-upload-info .list-unstyled li {
    color: var(--text-color);
    font-size: 14px;
}

.zerogpt-upload-info .badge {
    font-size: 11px;
    padding: 3px 6px;
}

.zerogpt-feature-toggle label {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 5px;
}

.zerogpt-feature-toggle .form-select {
    font-size: 14px;
}

.zerogpt-feature-toggle .badge {
    font-size: 11px;
}

/* File type icons colors */
.fa-file-pdf {
    color: #dc3545;  /* Red for PDF */
}

.fa-file-word {
    color: #0d6efd;  /* Blue for Word docs */
}

.fa-file-alt {
    color: #6c757d;  /* Gray for text files */
}

.fa-file {
    color: #6c757d;  /* Gray for unknown types */
}

/* Document Analysis Upload Info Styling */
.zerogpt-upload-info {
    margin-top: 1.5rem;
}

.zerogpt-info-card {
    background: #f8fafc;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}

.zerogpt-info-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.zerogpt-info-item {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    height: 100%;
}

.zerogpt-info-item i {
    font-size: 1.1rem;
    color: #64748b;
    margin-top: 0.25rem;
    width: 24px;
    flex-shrink: 0;
}

.zerogpt-info-item .d-flex {
    min-width: 0; /* Allows text truncation */
}

.zerogpt-info-item .info-label {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zerogpt-info-item strong {
    color: #1e293b;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zerogpt-info-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
}

.zerogpt-info-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.zerogpt-info-item i {
    color: #64748b;
    width: 20px;
    margin-right: 0.5rem;
}

.zerogpt-info-item .info-label {
    color: #64748b;
    margin-right: 0.5rem;
}

.zerogpt-info-item strong {
    color: #1e293b;
    font-weight: 600;
}

.zerogpt-feature-badge {
    width: 100%;
    display: flex;
    justify-content: center;
}

.zerogpt-feature-badge .badge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

.premium-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.premium-features-list li {
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.premium-features-list i {
    color: #48bb78;
}

@media (max-width: 768px) {
    .zerogpt-info-items-grid {
        grid-template-columns: 1fr;
    }
}

/* ZeroGPT Mega Menu Styles */
.zerogpt-dropdown {
    position: relative;
}

.zerogpt-mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    min-width: 280px; /* Minimum width for single column */
    width: auto;
    max-width: 720px; /* Maximum width for three columns */
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    margin-top: 10px;
    z-index: 1000;
}

/* Ensure mega menu doesn't overflow screen */
@media (min-width: 992px) {
    .zerogpt-mega-menu {
        max-width: min(90vw, 720px);
        left: 0;
        transform: none;
    }
  
    /* Adjust position if menu would overflow right side */
    .zerogpt-dropdown:last-child .zerogpt-mega-menu {
        left: auto;
        right: 0;
    }
}

.nav-item.zerogpt-dropdown:hover .zerogpt-mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.zerogpt-mega-wrapper {
    position: relative;
    width: 100%;
}

.zerogpt-mega-header {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.5rem;
}

.zerogpt-mega-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 0.5rem;
}

.zerogpt-mega-header p {
    color: #718096;
    font-size: 0.875rem;
    margin: 0;
}

.zerogpt-mega-content {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 240px;
    gap: 1.5rem;
    padding: 0 1rem;
    margin: 0 auto;
}

/* Adjust columns based on number of items */
.zerogpt-mega-content {
    max-width: 280px; /* Default for single column */
}

/* Two columns when 4-6 items */
.zerogpt-mega-content.has-items-4,
.zerogpt-mega-content.has-items-5,
.zerogpt-mega-content.has-items-6 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
}

/* Three columns when 7+ items */
.zerogpt-mega-content.has-items-7,
.zerogpt-mega-content.has-items-8,
.zerogpt-mega-content.has-items-9 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 720px;
}

.zerogpt-menu-item {
    margin-bottom: 0.75rem;
    min-width: 240px;
}

.zerogpt-menu-link {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    color: #4a5568;
    text-decoration: none;
}

.zerogpt-menu-link:hover {
    background: #f7fafc;
    transform: translateX(5px);
    color: #2d3748;
    text-decoration: none;
}

.zerogpt-menu-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #ebf4ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.zerogpt-menu-icon i {
    color: #4299e1;
    font-size: 1rem;
}

.zerogpt-menu-content {
    flex: 1;
}

.zerogpt-menu-content h4 {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #2d3748;
}

.zerogpt-menu-content p {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: #718096;
    line-height: 1.4;
}

.zerogpt-nav-arrow {
    font-size: 0.75rem;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.nav-item.zerogpt-dropdown:hover .zerogpt-nav-arrow {
    transform: rotate(180deg);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .zerogpt-mega-menu {
        position: static;
        transform: none;
        min-width: auto;
        box-shadow: none;
        border: none;
        padding: 1rem;
        margin: 0;
        max-width: 100%;
    }

    .zerogpt-mega-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .zerogpt-mega-header {
        padding: 0 0 1rem;
        margin-bottom: 1rem;
    }

    .zerogpt-menu-icon {
        width: 28px;
        height: 28px;
    }

    .zerogpt-menu-link:hover {
        transform: none;
    }
}

.zerogpt-header-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.zerogpt-header-row h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a202c;
}

.zerogpt-header-row p {
    margin: 0;
    color: #718096;
    font-size: 0.875rem;
}

/* ZeroGPT Topbar Styles */
.zerogpt-topbar {
    background: linear-gradient(135deg, #1a1f37, #2d3250);
    padding: 6px 24px;
    position: relative;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.zerogpt-topbar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.zerogpt-offer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zerogpt-offer-tag {
    background: rgba(99, 102, 241, 0.15);
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.zerogpt-offer-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.zerogpt-offer-text i {
    color: #6366f1;
    font-size: 12px;
}

.zerogpt-topbar-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.95);
}

.zerogpt-new-badge {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.zerogpt-new-badge i {
    font-size: 10px;
}

.zerogpt-feature-text {
    color: #fff;
    font-size: 13px;
}

.zerogpt-topbar-button {
    background: #6366f1;
    color: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
    border: none;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.1);
}

.zerogpt-topbar-button:hover {
    background: #4f46e5;
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(99, 102, 241, 0.2);
}

.zerogpt-topbar-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    font-size: 12px;
}

.zerogpt-topbar-close:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .zerogpt-topbar {
        padding: 8px 16px;
        height: auto;
    }
    
    .zerogpt-topbar-content {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .zerogpt-offer, .zerogpt-topbar-cta {
        justify-content: center;
    }
}

/* disabled select options */
select option:disabled {
    color: #6c757d;
    background-color: #f8f9fa;
}

/* Badge styles for analysis types */
.zerogpt-badge-detection {
    background-color: #e3f2fd;
    color: #1976d2;
}

.zerogpt-badge-humanizer {
    background-color: #e8f5e9;
    color: #2e7d32;
}

/* Analysis type select styling */
.form-select option[disabled] {
    font-style: italic;
    color: #6c757d;
}
