/* Request a Demo form start */
.demo-form-group input {
    padding: 8px;
    margin-bottom: 10px;
}

.demo-form-group .wpcf7-submit {
    width: 100%;
    margin-top: 10px !important;
    padding: 16px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin: 0;
}

label.demo-form-group {
    width: 100%;
}

/* Request a Demo form start */


/* free-demo-container form start */
.free-demo-wrapper {
    display: flex;
    gap: 10px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #00000029;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);

}

.free-demo-email input {
    background: #ffffff;
    height: 50px;
    padding: 14px;
    border-radius: 4px;
}

.free-demo-email p,
.free-demo-btn p {
    margin: 0;
}

.free-demo-btn {
    position: relative;
}

.free-demo-btn .wpcf7-submit {
    background: var(--e-global-color-6f0a274);
    height: 50px;
    padding: 12px 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    border: none;
}

span.wpcf7-spinner {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.free-demo-container .wpcf7-response-output {
    margin: 0 !important;
    text-align: center;
    padding: 9px !important;
    background: #00c49a;
    color: #fff;
    border-radius: 8px;
    margin-top: 10px !important;
    border: none !important;
}

/* free-demo-container form end */
/* ******************************************** ******************************************* */
.post,
.page {
    margin: 0 !important;
}

span.w-700 {
    font-weight: 700;
    color: #1a202c;
}

.custom-header-container {
    background-color: rgba(255, 255, 255, 0.8);
    /* bg-white/80 */
    backdrop-filter: blur(12px);
    /* backdrop-blur-md */
    position: fixed;
    /* fixed */
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    /* z-50 */
    border-bottom: 1px solid #e5e7eb;
    /* border-b border-gray-200 */
}

.check-icon-syle span.elementor-icon-list-icon svg {

    fill: transparent;
}

.custom-btn-hover:hover {
    transform: translateY(-3px);

}


/* Contact FOrm 7 Section */
.input-field {
    width: 100%;
    padding: 6px !important;
    margin-top: 3px;
}

.select-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-top: 5px;
}

.textarea-field {
    width: 100%;
    min-height: 45px;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    resize: vertical;
    margin-bottom: 15px;
}

a:visited {
    color: #0A2E5D;
}

.submit-btn {
    background-color: transparent;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px !important;
    background-color: #00c49a !important;
    color: #fff !important;
    background: linear-gradient(90deg, #00C49A, #00B388);
    border: none !important;
    padding: 12px 24px !important;
    width: 100%;
    border-radius: 8px 8px 8px 8px !important;
}

.submit-btn:hover {
    background: linear-gradient(90deg, #00C49A, #00B388);
}

/* form.wpcf7-form.invalid p {

           margin: 0 !important;
           padding-bottom: 15px !important;
       } */
form.wpcf7-form.init p {
    margin: 0;
}

form.wpcf7-form.invalid p br {

    display: none !important;

}

form.wpcf7-form .select-field {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #bbb !important;
    border-radius: 5px !important;
    margin-top: 5px !important;
    height: 45px !important;
    margin-bottom: 10px !important;
}


/* blog single page css */

/* 1. Post Container */
.single-post main#primary {
    max-width: 1100px;
    padding: 150px 50px 94px;
    margin: auto;
}

/* 1. Post Title */
.single-post .entry-title {
    font-family: poppins;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    margin: 0;
    margin-bottom: 10px;

}

/* 2. Featured Image */
.single-post .post-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

/* 3. Post Content */
.single-post .entry-content p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-2752cfe);
    margin: 0;
    margin-bottom: 5px;
}

/* 4. Headings in Content */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: poppins;
    color: var(--e-global-color-secondary);
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
}

.single-post .entry-content ul {
    margin: 0;
    padding: 10px 0 0;
}

.single-post .entry-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    list-style: none;
}

.single-post .entry-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00C49A;
    font-weight: 700;
}

.single-post .entry-content ul li strong {
    font-weight: 600;
}

.single-post .entry-content blockquote h3 {
    margin: 0;
    margin-bottom: 5px;
}

.single-post .entry-content blockquote {
    font-weight: 600;
    border-left: 3px solid;
    border-left-color: #00C49A;
    background-color: #F0FAF7;
    padding: 16px 24px;
    font-style: italic;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.single-post .entry-content blockquote a {
    display: inline-block;
    background-color: transparent;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    background-image: linear-gradient(90deg, #00C49A 0%, #00B388 100%);
    box-shadow: 0px 4px 15px 0px rgba(0, 196.00000000000003, 154.00000000000003, 0.2);
    border-radius: 8px 8px 8px 8px;
    padding: 12px 25px 12px 25px;
    color: #ffffff;
    text-decoration: none;
    margin: 10px 0;
    border-radius: 10px;
    transition: all .3s;
    text-align: center;
}

.single-post .entry-content blockquote a:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 196, 154, 0.3);
}

.single-post .entry-footer {
    display: none;
}


/* 5. Post Meta (Date, Category, Author) */
.single-post .entry-meta {
    margin-bottom: 20px;
}

.single-post .entry-date.published {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.single-post .posted-on a {
    text-decoration: none;

}

.single-post .author.vcard a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-primary);

}

.single-post .posted-on a .entry-date {
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    margin-bottom: 20px;
}

/* 6. Post Tags */
.single-post .tags-links a {
    display: inline-block;
    background-color: #f0f0f0;
    color: #0a2e5d;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
    text-decoration: none;
}

/* 7. Author Box */
.single-post .author-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #00AEEF;
    margin-top: 40px;
    font-size: 16px;
}

.single-post .post-author-info {
    margin: 10px 0 20px;
}

.single-post .author-avatar img {
    border-radius: 50%;
}

.single-post .author-details span.author-name {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;

}

.single-post .author-details .author-designation {
    font-size: 16px !;
    line-height: 100%;
}

/* 8. Comments Section */
.single-post .comments-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

/* 9. Navigation (Next/Previous Post) */
.single-post .post-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.single-post .post-navigation a {
    color: #00AEEF;
    font-weight: 600;
    text-decoration: none;
}

/* 10. Related Posts (if theme supports) */
.single-post .related-posts h3 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.single-post .related-posts .post {
    margin-bottom: 20px;
}

/* ******************************************** ******************************************* */

/* Blog Tags Section */

/* Container for dropdown results */
.dropdown-results {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    padding: 8px 0;
    z-index: 1000;
    overflow: hidden;
}

/* List inside the dropdown */
.blog-search-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each result item */
.blog-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.blog-search-item:hover {
    background-color: #f5f7fa;
}

/* Image (thumbnail) styling */
.blog-search-item img {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    object-fit: contain
}

.blog-search-no-result {
    text-align: center;
}

/* Text (title) styling */
.blog-search-item span {
    font-size: 15px;
    color: #0a2e5d;
    font-weight: 500;
    line-height: 1.4;
}

/* Ensure the link covers the full width */
.blog-search-item a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    gap: 10px;
}

#load-more-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background-color: #0a2e5d;
    /* Primary color (adjust as needed) */
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#load-more-btn:hover {
    background-color: #005a9c;
    /* Slightly darker on hover */
    transform: translateY(-2px);
}

/* Blog Search Section */
#blog-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 0px;
    order: 2;
}

.all-blog-search-icon {
    position: absolute;
    left: 12px;
    width: 20px;
    height: 20px;
    pointer-events: none;
    opacity: 0.7;
}

.blog-all-search {

    width: 100%;
    padding: 12px 12px 12px 40px !important;
    font-size: 18px;
    color: #979fb4 !important;
    border: 1px solid #979fb480 !important;
    border-radius: 178px !important;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.blog-all-search:focus {
    border-color: #ececec;
    box-shadow: 0 0 0 3px rgba(0, 196, 154, 0.2);
}

.loader {
    position: absolute;
    right: 12px;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-top: 2px solid #0a2e5d;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-results {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 10;
    padding: 10px 0;
}

/* Blog Tags Section */
.search-tab-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 20px;
}

.blog-tabs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0px;
    overflow: scroll;
    scrollbar-width: none;
}

.blog-tab {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #0a2e5d;
    background-color: #f6f9fc;
    border: 1px solid #0a2e5d;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.blog-tab:hover {
    background-color: #e2ecf6;
}

.blog-tab.active {
    background-color: #0a2e5d;
    color: white;
    border-color: #0a2e5d;
}




/* Social Proof Section */

.solution-visual {
    flex: 1;
    margin-top: 2.5rem;
}

.dashboard-container {
    background-color: #1F2937;
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #374151;
    padding: 1rem;
}

.dashboard {
    background-color: #111827;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.dashboard-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
    margin: 0;
}

.dashboard-location {
    font-size: 0.875rem;
    color: #9CA3AF;
    white-space: nowrap;
}

.widget-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    color: white;
}

.widget {
    background-color: rgba(31, 41, 55, 0.5);
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid #374151;
    margin: 0;
}

.widget-title {
    font-weight: 600;
    font-size: 0.875rem;
    color: #D1D5DB;
    margin: 0;
}

.widget-content {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.status-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background-color: rgba(74, 222, 128, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.status-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #4ADE80;
}

.status-text {
    font-weight: 700;
    font-size: 1.125rem;
    color: #4ADE80;
}

.expiry-days {
    font-weight: 700;
    font-size: 1.5rem;
    color: #F59E0B;
}

.expiry-text {
    font-size: 0.875rem;
    color: #9CA3AF;
    margin-left: 0.5rem;
}

.expiry-note {
    font-size: 0.75rem;
    color: #6B7280;
    padding: 0;
    margin: 0;
    margin-top: 0.25rem;
}

.full-width-widget {
    grid-column: span 2;
    margin: 0;
}

.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.progress-percent {
    font-weight: 700;
    font-size: 1.125rem;
}

.progress-count {
    font-size: 0.75rem;
    color: #9CA3AF;
}

.progress-bar {
    width: 100%;
    background-color: #374151;
    border-radius: 9999px;
    height: 0.5rem;
    margin-top: 0.5rem;
}

.progress-fill {
    background-color: #10B981;
    height: 0.5rem;
    border-radius: 9999px;
}

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

.incident-count {
    font-weight: 700;
    font-size: 1.125rem;
    color: #4ADE80;
}

.incident-text {
    font-size: 0.75rem;
    color: #9CA3AF;
    margin-left: 0.5rem;
}

/* Resources Section */



.resources-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto;
}

.resources-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #1A202C;
    margin: 0;
}

.resources-description {
    font-size: 1.125rem;
    color: #4A5568;
    margin-top: 1rem !important;
    margin: 0;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

.resource-card {
    background-color: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.resource-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.resource-image {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}

.resource-content {
    padding: 1.5rem;
}

.resource-category {
    font-size: 0.875rem;
    font-weight: 600;
    color: #00C49A;
    padding-right: 10px;
}

.resource-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
    margin-top: 0.5rem;
    color: var(--e-global-color-secondary);

}

.resource-excerpt {
    color: var(--e-global-color-2752cfe);
    font-size: 1rem;
    margin: 0;
    margin-top: 0.5rem;

}

.resource-link {
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    color: #0A2E5D;
    text-decoration: none;
}

.resource-link:hover {
    text-decoration: underline;
}



/* Responsive Styles */
@media (max-width: 1154px) {
    .custom-widget {
        grid-column: span 2;
        margin: 0;
    }
}

@media (max-width: 1094px) {
    .search-tab-wrapper {

        flex-direction: column;
    }

    #blog-search-wrapper {
        order: unset;
    }
}

@media (max-width: 1024px) {
    .single-post main#primary {
        padding: 150px 30px 94px;
    }
}

@media (max-width: 767px) {
    .single-post main#primary {
        padding: 120px 20px 94px;
    }

    .single-post .entry-title {
        font-size: 32px;

    }

    .custom-widget {
        grid-column: span 1;
        margin: 0;
    }

    .dashboard-title {
        font-size: 17px;
    }

    .single-post .post-thumbnail img {

        height: 350px;

    }

    .single-post .entry-content blockquote a {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 630px) {
    .free-demo-email input {
        width: 100%;
    }

    .free-demo-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .free-demo-btn .wpcf7-submit {
        background: var(--e-global-color-6f0a274);
        height: 38px;
        padding: 12px 13px;
        font-weight: 500;
        color: #fff;
        border-radius: 8px;
        border: none;
        font-size: 14px;
    }
}

@media (max-width: 530px) {
    .custom-widget {
        grid-column: span 2;
        margin: 0;
    }

    .dashboard {
        padding: 0.5rem;
    }

    .dashboard-container {
        padding: 0.5rem;
    }

    .widget {
        padding: 0.5rem;
    }

    .single-post .post-thumbnail img {
        height: 280px;
    }

    .header-btn-css a {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 8px 6px 8px;
    }
}

@media (max-width: 350px) {
    .header-btn-css a {
        font-size: 10px;
        line-height: 18px;
        padding: 6px 6px 6px 6px;
    }
}

/* Responsive Styles */
@media (min-width: 640px) {
    .hero-title {
        font-size: 4.5rem;
    }

    .problem-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .resources-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .nav {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .header-cta {
        display: block;
    }

    .mobile-menu-button {
        display: none;
    }

    .hero-content {
        flex-direction: row;
        align-items: center;
    }

    .hero-text {
        text-align: left;
        /* flex: 1; */
        margin-bottom: 0;
        width: 60%;

    }

    .hero-description {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .hero-cta-container {
        flex-direction: row;
        justify-content: flex-start;
    }

    .primary-cta {
        width: auto;
    }

    .hero-graphic {
        /* flex: 1; */
        width: 40%;
    }

    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-logo {
        grid-column: span 1;
    }
}

@media (min-width: 1024px) {
    .solution-content {
        flex-direction: row;
    }

    .solution-visual {
        margin-top: 0;
    }

    .problem-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .resources-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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