:root {
    --alben-indigo: #4f46e5;
    --alben-sky: #0ea5e9;
    --alben-amber: #f59e0b;
    --alben-emerald: #86bb4f;
    --alben-slate-800: #1e293b;
    --alben-slate-50: #f8fafc;
    --alben-slate-400: #94a3b8;
    --alben-slate-600: #475569;
    --alben-emerald-gradient: linear-gradient(90deg,
            #86bb4f 9%,
            #24874e 100%);
}

.header-light {
    background-color: #263238 !important;
}

.header-light #mainmenu>li>a {
    font-size: 16px;
    font-weight: 600;
}

header.smaller.scroll-light #mainmenu>li>a {
    color: #fff;
}

/* Hero Section Styles */
.hero-gradient-text {
    background: var(--alben-emerald-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background-color: #eef2ff;
    color: var(--alben-indigo);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.hero-card {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 1rem;
    border-bottom: 4px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none !important;
}

.hero-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hero-card.border-indigo {
    border-color: var(--alben-indigo);
}

.hero-card.border-emerald {
    border-color: var(--alben-emerald);
}

.hero-card.border-sky {
    border-color: var(--alben-sky);
}

.hero-card.border-amber {
    border-color: var(--alben-amber);
}

.hero-card .icon-box {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.hero-card .card-title {
    font-weight: 700;
    color: #334155;
    font-size: 1rem;
}

/* Section Specific Styles */
.section-heading {
    font-weight: 800;
    color: var(--alben-slate-800);
}

.section-para {
    color: var(--alben-slate-600);
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.feature-item-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--alben-indigo);
    margin-bottom: 1.5rem;
}

.feature-item-card h4 {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.feature-item-card p {
    font-size: 0.875rem;
    color: var(--alben-slate-600);
    margin-bottom: 0;
    line-height: 1.25rem;
}

.department-user {
    display: flex !important;
}

/* Attendance Monitoring Card */
.monitoring-card {
    background-color: #f8fafc;
    padding: 2rem;
    border-radius: 1.25rem;
    border: 1px solid #f1f5f9;
}

.ping-dot {
    width: 10px;
    height: 10px;
    background-color: #ef4444;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.ping-dot::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ef4444;
    border-radius: 50%;
    animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

#attendance .border-color {
    border-color: var(--alben-emerald) !important;
}

.color-green {
    color: var(--alben-emerald);
}

/* Telecalling Styles */

.telecalling-card {
    background-color: #fff;
    padding: 2.5rem 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--alben-sky);
}

.tele-stat-card {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--alben-sky);
    backdrop-filter: blur(4px);
}

.tele-stat-card .stat-val {
    font-size: 1.875rem;
    font-weight: 700;
}

.tele-stat-card .stat-label {
    font-size: 0.875rem;
    color: var(--alben-slate-600);
}

.telecalling-card p {
    font-size: 0.875rem;
    color: var(--alben-slate-600);
    margin-bottom: 0;
    line-height: 1.25rem;
}

/* Field Agent Cards */
.field-agent-card {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--alben-amber);
    height: 100%;
}

.field-agent-card .icon-large {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.field-agent-card p {
    line-height: 1.25rem;
}

/* Pricing Section */
.pricing-role-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.pricing-role-item p {
    margin-bottom: 0px;
    line-height: 1.25rem;
}

.pricing-icon-circle {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--alben-indigo);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1.5rem;
    font-size: 1.25rem;
}

.emerald-bg {
    background: var(--alben-emerald);
}

.pricing-icon-circle.grey {
    background-color: #f1f5f9;
    color: #64748b;
}

/* Chart Container */
.chart-container-modern {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto;
}

/* Animations */
.animate-blob {
    animation: blob 7s infinite;
}

@keyframes blob {
    0% {
        transform: translate(0px, 0px) scale(1);
    }

    33% {
        transform: translate(30px, -50px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }

    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

.animation-delay-2000 {
    animation-delay: 2s;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* How It Works Section */
.how-it-works {
    background-color: #fdfcfa;
    position: relative;
}

.how-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.how-step-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}

.how-it-works.visible .how-step-card {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.how-step-card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.12);
    border-color: #86bb4f;
}

.how-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 28px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    font-size: 2.75rem;
    color: #86bb4f;
    transition: all 0.4s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    position: relative;
}

.how-icon-stacked {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.how-icon-stacked i:first-child {
    font-size: 3rem;
}

.how-icon-stacked .icon-overlay {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.15rem;
    line-height: 1;
}

.how-step-card:hover .how-icon-stacked .icon-overlay {
    color: #fff;
}

.how-step-card:hover .how-icon-wrapper {
    background: #86bb4f;
    color: #fff;
    transform: scale(1.05);
}

.how-step-card h4 {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.25rem;
    font-size: 1.45rem;
    z-index: 1;
}

.how-step-card p {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
    z-index: 1;
}

/* Base Card Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: 0.1s !important;
}

.delay-2 {
    animation-delay: 0.3s !important;
}

.delay-3 {
    animation-delay: 0.5s !important;
}

.delay-4 {
    animation-delay: 0.7s !important;
}

/* Industry Specific Use Cases Section */
.industry-section {
    padding: 50px 0 100px 0;
    background-color: #ffffff;
}

.industry-main-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}

.industry-card {
    background: #ffffff;
    border: 1.5px solid #dcdcdc;
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(30px);
}

.industry-section.visible .industry-card {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    border-color: #86bb4f;
}

.industry-icon-wrapper {
    width: 140px;
    height: 110px;
    background: #f8fafc;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.industry-card:hover .industry-icon-wrapper {
    background: rgba(134, 187, 79, 0.08);
}

.industry-icon-wrapper i {
    font-size: 3.5rem;
    /* Large and readable */
    color: #334155;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.industry-card:hover .industry-icon-wrapper i {
    color: #86bb4f;
}

.industry-card h5 {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.25rem;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

/* Industry Card Link wrapper */
.industry-card-link {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.industry-card-link:hover h5 {
    color: #86bb4f;
}

/* Ensure cards take full height of the 'col' */
.industry-section .col {
    display: flex;
}

.delay-5 {
    animation-delay: 0.9s !important;
}

#back-to-top {
    background: #070d20;
}

.footer-light .social-section {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.footer-light img.logo {
    width: 230px;
}

.footer-light .social-icons i,
.footer-light .social-icons svg {
    background-color: #070d20;
}

.footer-light .social-icons i:hover,
.footer-light .social-icons svg:hover {
    background-color: #86bb4f;
    color: #000;
}

.footer-light .social-icons svg {
    padding: 10px 10px 8px 10px;
}

.footer-light .contact-section li {
    display: flex !important;
}

/* Finance Page */

#error-prone h2,
#error-prone p.section-first-para,
#noRoom h2,
#noRoom p.section-first-para {
    color: var(--alben-slate-800);
}

#RenewalSec .section-title,
#RenewalSec .section-para {
    color: var(--alben-slate-50);
}

#singleWindow .action-btn {
    background: var(--alben-emerald);
    color: var(--alben-slate-800);
    border: 1px solid var(--alben-emerald);
    transition: all 0.3s ease;
}

#singleWindow .action-btn:hover {
    color: var(--alben-white);
    background: var(--alben-emerald-gradient);
}

/* Blog Page */

.blogs-section p {
    color: var(--alben-slate-600);
}

.blogs-section .searchForm input {
    color: var(--alben-slate-800);
    background-color: var(--alben-slate-50);
}

.blogs-section .searchForm input:focus {
    color: var(--alben-slate-800);
    box-shadow: 0 0 10px 3px var(--alben-slate-600);
}

.blogs-section .btn-search {
    background: var(--alben-emerald);
}

.blogs-section .switch-wrapper {
    border: 0.5px solid var(--alben-slate-600);
    gap: 10px;
}

.blogs-section .switch-wrapper label {
    color: var(--alben-slate-800);
}

.blogs-section .switch-wrapper label:hover {
    color: var(--alben-slate-50);
    background: var(--alben-emerald);
}

.blogs-section .switch-wrapper [type="radio"]:checked#popular_article~label[for="popular_article"],
.blogs-section .switch-wrapper [type="radio"]:checked#latest_article~label[for="latest_article"] {
    color: var(--alben-slate-50);
    background: var(--alben-emerald) !important;
}

.blogs-section .single-blog {
    background-color: var(--alben-slate-50);
    color: var(--alben-slate-800);
}

.single-blog .blog-space-item .blog-space-content h6 {
    color: var(--alben-slate-800);
}

.single-blog .blog-space-item .blog-space-content p,
.single-blog p small {
    color: var(--alben-slate-600);
}

.single-blog:hover {
    background: transparent;
    box-shadow: 0px 0px 4px 1px var(--alben-slate-800);
}

.squre-effect {
    background: var(--alben-slate-50);
    border: 1px solid var(--alben-slate-400);
}

.squre-effect .context-box h5 a {
    color: var(--alben-slate-800);
}

.squre-effect .context-box p,
.multiblogs small {
    color: var(--alben-slate-600);
}

/* Blog Details Page */

#subheader h1 {
    color: var(--alben-slate-800);
}

.blog-img img,
.blog-details-content,
.blog-details-content p,
.blog-details-content small {
    color: var(--alben-slate-800);
}

/* FAQ Page */
.switch-wrapper [type="radio"]:checked+label.faq-type,
.grad-faq-btn {
    color: var(--alben-slate-50);
    background: var(--alben-emerald) !important;
}

.faq li {
    border: 1px solid var(--alben-slate-400);
}

.faq .question,
.faq li.active .question {
    color: var(--alben-slate-800);
}

.faq .answer {
    color: var(--alben-slate-600);
}

/* Refund Page */

.refund-page {
    color: var(--alben-slate-800);
}

.refund-page a {
    color: var(--alben-emerald);
    font-weight: 600;
}

.refund-page .refund-link {
    color: var(--alben-indigo);
}

/* Privacy Policy Page */

.privacy-page {
    color: var(--alben-slate-800);
}

/* Terms and Conditions Page */
.term-condition-page {
    color: var(--alben-slate-800);
}

/* Contact Us Page */
#contactPage {
    background: var(--alben-slate-50);
    color: var(--alben-slate-800);
}

#contactPage .formBox {
    box-shadow: 0px 0px 10px 2px var(--alben-slate-800);
}

.contactUsForm .btn.btn-contact-us {
    background: var(--alben-emerald);
    color: var(--alben-slate-800);
    border: 1px solid var(--alben-emerald);
}

.contactUsForm .btn.btn-contact-us:hover {
    color: var(--alben-white);
    background: var(--alben-emerald-gradient);
}

#contactPage svg {
    fill: var(--alben-slate-600);
}

/* Pricing Page */

.pricing-page .note-text {
    color: var(--alben-emerald);
    font-weight: 600;
    font-style: italic;
    text-align: center;
    font-size: 20px;
}

.priceFaqHead h2,
.priceFaqHead p {
    color: var(--alben-slate-800);
}

.freePlan-capsule {
    display: block;
    cursor: pointer;
    color: #000;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;
    isolation: isolate;
}

.freePlan-capsule::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    background-size: 25% 100%;
    animation: running-border .75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0%;
    transition: translate 0.25s ease-out;
}

.freePlan-capsule:hover::before {
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0% 0%;
}

@keyframes running-border {
    to {
        transform: translateX(-25%);
    }
}

.freePlan-capsule h3 {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    background: linear-gradient(90deg, #f1f7ff, #ffffff, #d4f6fd);
    border-radius: 50px;
    height: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.freePlan-capsule h3 span {
    color: var(--alben-indigo);
    text-decoration: underline;
    font-size: 2rem;
}

.p-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.p-toggle-pill {
    background: #e9e9e9;
    padding: 4px;
    border-radius: 100px;
    display: flex;
    gap: 8px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
    border: 1px solid var(--alben-slate-50);
}

.p-toggle-btn {
    padding: 8px 24px;
    border-radius: 100px;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    color: var(--alben-slate-800);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-toggle-btn.active {
    color: var(--alben-slate-50);
    background: var(--alben-emerald);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.save-hint {
    font-size: 10px;
    background: var(--alben-slate-50);
    color: var(--alben-emerald);
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 4px;
    font-weight: 800;
}

.p-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Sticky Header */

.sticky-table table thead {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #fff;
    overflow-x: auto;
}

@media only screen and (max-width: 992px) {

    .feature_hero_section,
    .pricing-page,
    .loginPage,
    #registrationPage,
    .refund-page,
    .privacy-page,
    .term-condition-page,
    #contactPage {
        padding-top: 4rem !important;
    }
}

/* Sticky Column 1 */
.p-table .feature-col {
    text-align: left;
    width: 25%;
    font-size: 16px;
    font-weight: 600;
    color: var(--alben-slate-800);
    position: sticky;
    left: 0;
    z-index: 30;
    background: #f4f8ff;
}

.p-table th,
.p-table td {
    padding: 20px;
    text-align: center;
    min-width: 170px;
    border: 1px solid gray;
    width: 18%;
}

.p-header-row {
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.p-header-row th {
    vertical-align: bottom;
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 10px;
}

.p-plan-name {
    margin-bottom: 10px;
    color: var(--alben-slate-800);
    letter-spacing: -0.025em;
    text-transform: capitalize;
}

.p-price-wrap {
    margin-bottom: 10px;
    display: inline-flex;
    gap: 2px;
}

.p-currency {
    font-size: 22px;
    font-weight: 600;
    color: var(--alben-slate-400);
    vertical-align: top;
}

.p-amount {
    font-size: 40px;
    font-weight: 700;
    color: var(--alben-slate-800);
}

.p-period {
    font-size: 14px;
    color: var(--alben-slate-600);
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.btn-p {
    width: 100%;
    border-radius: 12px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s;
    border: 2px solid var(--alben-slate-400);
    color: var(--alben-slate-600);
    background: var(--alben-slate-50);
    white-space: nowrap;
}

.btn-p:hover {
    border-color: var(--alben-emerald);
    color: var(--alben-emerald);
    transform: translateY(-2px);
}

.check-pill {
    width: 32px;
    height: 32px;
    background: #8de3b1;
    color: #24874e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.x-pill {
    width: 32px;
    height: 32px;
    background: #fee2e2;
    color: var(--alben-rose-600);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.dash-icon {
    color: red;
    font-size: 24px;
}

.feature-row:hover td {
    background: var(--alben-slate-50);
}

.feature-row:hover .feature-col {
    color: var(--alben-indigo);
}

/* Registration Page */
#registrationPage {
    background: var(--alben-slate-50) !important;
    color: var(--alben-slate-800);
}

fieldset .form-group.btn-group-box .btn {
    background: var(--alben-emerald);
    padding: 12px !important;
    border: none;
}

#msform button.action-button.btn {
    background: var(--alben-emerald) !important;
    border-radius: 12px !important;
}

#registrationPage .orderSummery .box-rounded h3 {
    color: var(--alben-slate-800) !important;
}

#registrationPage .orderSummery .box-rounded p {
    color: var(--alben-slate-600) !important;
}

#registrationPage .orderSummery h5 {
    color: var(--alben-slate-800) !important;
}

#registrationPage .addon-total-price {
    color: var(--alben-slate-600) !important;
}

/* Login Page */
.loginPage {
    background: var(--alben-slate-50) !important;
}

.loginPage .h1,
.loginPage p.lead {
    color: var(--alben-slate-800);
}

/* Reset Password Page */
.reset-pass-page p.lead {
    color: var(--alben-slate-800);
}

.form-box {
    box-shadow: 0 4px 6px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .how-it-works {
        padding: 80px 0;
    }

    .how-step-card {
        padding: 3.5rem 2rem;
        margin-bottom: 1.5rem;
    }

    .industry-main-title {
        font-size: 2.25rem;
    }

    .industry-icon-wrapper {
        width: 120px;
        height: 100px;
    }

    .industry-icon-wrapper i {
        font-size: 2.75rem;
    }

    /* Fix for possible wrap issues on some large screens */
    .industry-section .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
}