/* _content/TollyWebV2/Components/App.razor.rz.scp.css */
/* Mobile menu styling */
#mobile-menu[b-2mvsi4j2xm] {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    min-width: 200px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 5px;
    margin-right: 15px;
    z-index: 100;
}
#mobile-menu.show[b-2mvsi4j2xm] {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
#mobile-menu li[b-2mvsi4j2xm] {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
#mobile-menu li:last-child[b-2mvsi4j2xm] {
    border-bottom: none;
}
#mobile-menu a[b-2mvsi4j2xm] {
    transition: all 0.2s ease;
    display: block;
    padding: 12px 20px;
}
#mobile-menu a:hover[b-2mvsi4j2xm] {
    background-color: #f8f9fa;
    color: #e97634;
    padding-left: 25px;
}

#mobile-register:hover[b-2mvsi4j2xm] {
    color: white !important;
}
#mobile-logout:hover[b-2mvsi4j2xm] {
    color: white !important;
    background-color: #dc3545 !important;
}

/* Consistent spacing */
:root[b-2mvsi4j2xm] {
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;
    --space-6: 3rem;
    --space-7: 4rem;
    --space-8: 6rem;
}
section[b-2mvsi4j2xm] {
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
}
section + section[b-2mvsi4j2xm] {
    margin-top: var(--space-0);
}
h2[b-2mvsi4j2xm] {
    margin-bottom: var(--space-5);
    position: relative;
}
h2[b-2mvsi4j2xm]:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #e97634, #ff8c4b);
    border-radius: 2px;
}
.text-left[b-2mvsi4j2xm]:after {
    left: 0;
    transform: none;
}
.nav-item[b-2mvsi4j2xm], .blog-card[b-2mvsi4j2xm], .feature-card[b-2mvsi4j2xm] {
    margin-bottom: var(--space-3);
}
.p-6[b-2mvsi4j2xm] {
    padding: var(--space-4) !important;
}
table th[b-2mvsi4j2xm], table td[b-2mvsi4j2xm] {
    padding: var(--space-3) var(--space-4) !important;
}
.container[b-2mvsi4j2xm] {
    max-width: 1280px;
    padding-left: var(--space-4);
    padding-right: var(--space-4);
}
@media (min-width: 768px) {
    .container[b-2mvsi4j2xm] {
        padding-left: var(--space-5);
        padding-right: var(--space-5);
    }
}
.spacer[b-2mvsi4j2xm] {
    height: 40px;
}

.text-left-heading[b-2mvsi4j2xm] {
    text-align: left !important;
}
.text-left-heading h2[b-2mvsi4j2xm] {
    text-align: left !important;
}
.text-left-heading h2[b-2mvsi4j2xm]:after {
    left: 0 !important;
    transform: none !important;
}
.text-left-heading p[b-2mvsi4j2xm] {
    text-align: left !important;
}

.client-logo[b-2mvsi4j2xm] {
    transition: all 0.4s ease;
    filter: grayscale(100%);
    opacity: 0.7;
    padding: 15px;
    position: relative;
}
.client-logo:hover[b-2mvsi4j2xm] {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
.nav-link-underline[b-2mvsi4j2xm]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #e97634;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease;
}
.nav-link-underline:hover[b-2mvsi4j2xm]::after {
    width: 100%;
}
/* _content/TollyWebV2/Features/Blogs/Blog.razor.rz.scp.css */
.wave-divider[b-4fr9hkdmgp] {
    position: relative;
    height: 70px;
    margin-top: -70px;
    z-index: 10;
}
.wave-divider svg[b-4fr9hkdmgp] {
    position: absolute;
    width: 100%;
    height: 70px;
    fill: #fff;
}
.wave-divider.flip svg[b-4fr9hkdmgp] {
    transform: rotate(180deg);
}
.wave-divider.light-bg svg[b-4fr9hkdmgp] {
    fill: #f8f9fa;
}

.fade-in[b-4fr9hkdmgp] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.fade-in.active[b-4fr9hkdmgp] {
    opacity: 1;
    transform: translateY(0);
}
.slide-up[b-4fr9hkdmgp] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.slide-up.active[b-4fr9hkdmgp] {
    opacity: 1;
    transform: translateY(0);
}

/* Blog specific styling 
.hero-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e97634' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  animation: heroMove 40s linear infinite;
} */

.blog-card[b-4fr9hkdmgp] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border-bottom: 4px solid transparent;
}

.blog-card:hover[b-4fr9hkdmgp] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-bottom: 4px solid #e97634;
}

.blog-image[b-4fr9hkdmgp] {
    height: 220px;
    overflow: hidden;
}

.blog-image img[b-4fr9hkdmgp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog-card:hover .blog-image img[b-4fr9hkdmgp] {
    transform: scale(1.05);
}

.blog-date[b-4fr9hkdmgp] {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.blog-title[b-4fr9hkdmgp] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title[b-4fr9hkdmgp] {
    color: #e97634;
}

.blog-excerpt[b-4fr9hkdmgp] {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.read-more[b-4fr9hkdmgp] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e97634;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.read-more i[b-4fr9hkdmgp] {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.read-more:hover i[b-4fr9hkdmgp] {
    transform: translateX(3px);
}

.category-tag[b-4fr9hkdmgp] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: #f1f5f9;
    color: #64748b;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.category-tag:hover[b-4fr9hkdmgp] {
    background-color: #e97634;
    color: white;
}

.category-tag.active[b-4fr9hkdmgp] {
    background-color: #e97634;
    color: white;
}

.blog-search-container[b-4fr9hkdmgp] {
    position: relative;
}

.blog-search-input[b-4fr9hkdmgp] {
    width: 100%;
    padding: 0.75rem 1rem;
    padding-right: 3rem;
    border-radius: 9999px;
    border: 2px solid #e2e8f0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.blog-search-input:focus[b-4fr9hkdmgp] {
    outline: none;
    border-color: #e97634;
    box-shadow: 0 0 0 3px rgba(233, 118, 52, 0.2);
}

.blog-search-button[b-4fr9hkdmgp] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748b;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-search-button:hover[b-4fr9hkdmgp] {
    color: #e97634;
}

.load-more-btn[b-4fr9hkdmgp] {
    border: 2px solid #e97634;
    color: #e97634;
    background: transparent;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.load-more-btn:hover[b-4fr9hkdmgp] {
    background-color: #e97634;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 15px rgba(233, 118, 52, 0.2);
}

/* Featured post styling */
.featured-post[b-4fr9hkdmgp] {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 450px;
}

.featured-post-image[b-4fr9hkdmgp] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.6s ease;
}

.featured-post:hover .featured-post-image[b-4fr9hkdmgp] {
    transform: scale(1.05);
}

.featured-post-overlay[b-4fr9hkdmgp] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    padding: 2rem;
    z-index: 2;
    color: white;
}

.featured-post-tag[b-4fr9hkdmgp] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: #e97634;
    color: white;
    margin-bottom: 0.75rem;
}

.featured-post-title[b-4fr9hkdmgp] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.featured-post-meta[b-4fr9hkdmgp] {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    opacity: 0.9;
}

.featured-post-meta img[b-4fr9hkdmgp] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 0.75rem;
}

/* Author section styling */
.author-info[b-4fr9hkdmgp] {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.author-avatar[b-4fr9hkdmgp] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 0.75rem;
}

.author-name[b-4fr9hkdmgp] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a202c;
}

/* Newsletter signup */
.newsletter-container[b-4fr9hkdmgp] {
    background: linear-gradient(to right, #e97634, #ff8c4b);
    border-radius: 16px;
    padding: 2.5rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.newsletter-container[b-4fr9hkdmgp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.1;
    pointer-events: none; /* This line allows clicks to pass through */
}

.newsletter-title[b-4fr9hkdmgp] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.newsletter-description[b-4fr9hkdmgp] {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    max-width: 600px;
}

.newsletter-form[b-4fr9hkdmgp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.newsletter-input[b-4fr9hkdmgp] {
    flex: 1;
    min-width: 250px;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 9999px;
    font-size: 0.95rem;
    /*color: #e97634;*/
    outline: none;
}

.newsletter-button[b-4fr9hkdmgp] {
    background-color: #2d3748;
    color: white;
    border: none;
    border-radius: 9999px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-button:hover[b-4fr9hkdmgp] {
    background-color: #1a202c;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* ADDED: Success notification styling */
.subscription-success[b-4fr9hkdmgp] {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-left: 4px solid #38a169; /* success color */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 1rem 2rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: top 0.5s ease;
    max-width: 90%;
    width: 400px;
}

.subscription-success.show[b-4fr9hkdmgp] {
    top: 20px;
}

.subscription-success i[b-4fr9hkdmgp] {
    color: #38a169;
    font-size: 1.25rem;
    margin-right: 1rem;
}

.subscription-success p[b-4fr9hkdmgp] {
    margin: 0;
    color: #1a202c;
}

.subscription-success .close-btn[b-4fr9hkdmgp] {
    margin-left: auto;
    color: #64748b;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.subscription-success .close-btn:hover[b-4fr9hkdmgp] {
    color: #e97634;
}

@media (max-width: 768px) {
    .featured-post[b-4fr9hkdmgp] {
        height: 350px;
    }

    .featured-post-title[b-4fr9hkdmgp] {
        font-size: 1.5rem;
    }

    .blog-image[b-4fr9hkdmgp] {
        height: 180px;
    }

    .newsletter-form[b-4fr9hkdmgp] {
        flex-direction: column;
    }

    .newsletter-button[b-4fr9hkdmgp] {
        width: 100%;
    }

    .blog-card .blog-excerpt[b-4fr9hkdmgp] {
        font-size: 0.75rem !important;
    }

    /* ADDED: Adjust notification position on mobile */
    .subscription-success[b-4fr9hkdmgp] {
        width: 85%;
        padding: 0.75rem 1.5rem;
    }

    .subscription-success.show[b-4fr9hkdmgp] {
        top: 10px;
    }
}

@media (max-width: 640px) {
    .featured-post[b-4fr9hkdmgp] {
        height: 280px;
    }

    .featured-post-title[b-4fr9hkdmgp] {
        font-size: 1.25rem;
    }

    .featured-post-overlay[b-4fr9hkdmgp] {
        padding: 1.5rem;
    }

    .hero-section h1[b-4fr9hkdmgp] {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }

    .hero-section p[b-4fr9hkdmgp] {
        font-size: 0.8rem !important;
        margin-bottom: 1.5rem !important;
    }
}

/* Categories filter styling */
.categories-filter[b-4fr9hkdmgp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.filter-button[b-4fr9hkdmgp] {
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 600;
    background-color: #f1f5f9;
    color: #475569;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-button:hover[b-4fr9hkdmgp], .filter-button.active[b-4fr9hkdmgp] {
    background-color: #e97634;
    color: white;
}
/* _content/TollyWebV2/Features/Blogs/BlogList.razor.rz.scp.css */
.p-6[b-1fadjxer8p] {
    padding: var(--space-4) !important;
}
table th[b-1fadjxer8p], table td[b-1fadjxer8p] {
    padding: var(--space-3) var(--space-4) !important;
}
.wave-divider[b-1fadjxer8p] {
    position: relative;
    height: 70px;
    margin-top: -70px;
    z-index: 10;
}
.wave-divider svg[b-1fadjxer8p] {
    position: absolute;
    width: 100%;
    height: 70px;
    fill: #fff;
}
.wave-divider.flip svg[b-1fadjxer8p] {
    transform: rotate(180deg);
}
.orange-divider[b-1fadjxer8p] {
    position: relative;
    height: 70px;
    margin-top: -70px;
    z-index: 10;
}
.orange-divider svg[b-1fadjxer8p] {
    position: absolute;
    width: 100%;
    height: 70px;
    fill: #e97634;
}
.gradient-divider[b-1fadjxer8p] {
    position: relative;
    height: 12px;
    margin-top: 0px;
    overflow: hidden;
    z-index: 9;
}
.gradient-divider[b-1fadjxer8p]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a202c;
    transform: skewY(-0.5deg);
}

.wave-divider.dark-bg[b-1fadjxer8p] {
    position: relative;
    z-index: 20; /* Higher z-index to ensure it's above other elements */
}

.wave-divider.dark-bg svg[b-1fadjxer8p] {
    fill: #1a202c;
    opacity: 1; /* Ensure full opacity */
}

/* Remove any gradient effects from the section after the wave divider */
.bg-gradient-to-r.from-secondary.to-dark.relative.-mt-14[b-1fadjxer8p] {
    background: #1a202c; /* Override the gradient with solid color */
}

/* This helps create a solid buffer below the wave */
.dark-buffer[b-1fadjxer8p] {
    background-color: #1a202c;
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 15;
}
.wave-divider.light-bg svg[b-1fadjxer8p] {
    fill: #f8f9fa;
}
.wave-divider.dark-bg svg[b-1fadjxer8p] {
    fill: #1a202c;
}
.diagonal-divider[b-1fadjxer8p] {
    position: relative;
    height: 100px;
    margin-top: -100px;
    overflow: hidden;
    z-index: 10;
}
.diagonal-divider[b-1fadjxer8p]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skewY(-3deg);
    transform-origin: top right;
}
.dot-pattern[b-1fadjxer8p] {
    position: relative;
    overflow: hidden;
}
.dot-pattern[b-1fadjxer8p]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #e97634 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 0;
}
.grid-pattern[b-1fadjxer8p] {
    position: relative;
    overflow: hidden;
}
.grid-pattern[b-1fadjxer8p]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #e97634 1px, transparent 1px),
    linear-gradient(to bottom, #e97634 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.05;
    z-index: 0;
}
.hexagon-frame[b-1fadjxer8p] {
    position: relative;
    width: 100%;
    padding-bottom: 110%;
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all 0.3s ease;
}
.hexagon-frame img[b-1fadjxer8p] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.hexagon-frame:hover[b-1fadjxer8p] {
    transform: scale(1.05);
}
.hexagon-frame:hover img[b-1fadjxer8p] {
    transform: scale(1.1);
}
.image-overlay[b-1fadjxer8p] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.image-overlay img[b-1fadjxer8p] {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.image-overlay:hover img[b-1fadjxer8p] {
    transform: scale(1.1);
}
.image-overlay[b-1fadjxer8p]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: all 0.3s ease;
}
.image-overlay:hover[b-1fadjxer8p]::after {
    opacity: 1;
}
.duotone[b-1fadjxer8p] {
    position: relative;
    overflow: hidden;
}
.duotone img[b-1fadjxer8p] {
    filter: grayscale(100%) contrast(1.2);
    transition: all 0.5s ease;
}
.duotone[b-1fadjxer8p]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(233, 118, 52, 0.6), rgba(45, 55, 72, 0.6));
    mix-blend-mode: color;
    transition: all 0.5s ease;
}
.duotone:hover img[b-1fadjxer8p] {
    filter: grayscale(0%) contrast(1);
}
.duotone:hover[b-1fadjxer8p]::after {
    opacity: 0;
}
.custom-shape[b-1fadjxer8p] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.custom-shape[b-1fadjxer8p]::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: #e97634;
    border-radius: 0 0 0 50px;
    z-index: 1;
}
.custom-shape[b-1fadjxer8p]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #2d3748;
    border-radius: 0 50px 0 0;
    z-index: 1;
}
.hero-pattern[b-1fadjxer8p] {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e97634' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: heroMove-b-1fadjxer8p 40s linear infinite;
}
@keyframes heroMove-b-1fadjxer8p {
    0% { background-position: 0 0; }
    50% { background-position: 300px 300px; }
    100% { background-position: 600px 600px; }
}
.nav-link-underline[b-1fadjxer8p]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #e97634;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease;
}
.nav-link-underline:hover[b-1fadjxer8p]::after {
    width: 100%;
}
.fade-in[b-1fadjxer8p] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.fade-in.active[b-1fadjxer8p] {
    opacity: 1;
    transform: translateY(0);
}
.slide-up[b-1fadjxer8p] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.slide-up.active[b-1fadjxer8p] {
    opacity: 1;
    transform: translateY(0);
}
.problem-item[b-1fadjxer8p]::before, .solution-item[b-1fadjxer8p]::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.3rem;
}
.problem-item[b-1fadjxer8p]::before {
    content: "\f00d";
    color: #4a4a4a;
}
.solution-item[b-1fadjxer8p]::before {
    content: "\f00c";
    color: #e97634;
}
.testimonial-card[b-1fadjxer8p]::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 4rem;
    color: #e97634;
    opacity: 0.2;
    font-family: 'Baskerville', serif;
    line-height: 1;
}
nav[b-1fadjxer8p] {
    z-index: 50;
}
.bg-gradient-to-r.from-secondary.to-dark.relative.py-0[b-1fadjxer8p] {
    padding-bottom: 30px;
}
.bg-light-gray.rounded-r-3xl[b-1fadjxer8p] {
    width: 100%;
    margin-right: 0;
    margin-left: 5%;
    border-bottom-right-radius: 30px;
    border-left: 7px solid #e97634;
    position: relative;
    z-index: 10;
}
.group:hover .group-hover\:bg-primary[b-1fadjxer8p] {
    background-color: #e97634;
}
.group:hover .group-hover\:text-white[b-1fadjxer8p] {
    color: white !important;
}
.group:hover .group-hover\:rotate-\[10deg\][b-1fadjxer8p] {
    transform: rotate(10deg);
}
.container[b-1fadjxer8p] {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (max-width: 780px) {
    .container[b-1fadjxer8p] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 640px) {
    .container[b-1fadjxer8p] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.bg-gradient-to-r.from-secondary.to-dark[b-1fadjxer8p] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.feature-card[b-1fadjxer8p] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid transparent;
    overflow: hidden;
}
.feature-card:hover[b-1fadjxer8p] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #e97634;
}
.feature-card .icon-container[b-1fadjxer8p] {
    background: linear-gradient(135deg, #e97634 0%, #ff8c4b 100%);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.feature-card:hover .icon-container[b-1fadjxer8p] {
    transform: scale(1.1) rotate(5deg);
}
.blog-card[b-1fadjxer8p] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border-bottom: 4px solid transparent;
}

.blog-card:hover[b-1fadjxer8p] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-bottom: 4px solid #e97634;
}

.blog-image[b-1fadjxer8p] {
    height: 220px;
    overflow: hidden;
}

.blog-image img[b-1fadjxer8p] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog-card:hover .blog-image img[b-1fadjxer8p] {
    transform: scale(1.05);
}

.blog-date[b-1fadjxer8p] {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.blog-title[b-1fadjxer8p] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title[b-1fadjxer8p] {
    color: #e97634;
}

.blog-excerpt[b-1fadjxer8p] {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.read-more[b-1fadjxer8p] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e97634;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.read-more i[b-1fadjxer8p] {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.read-more:hover i[b-1fadjxer8p] {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .bg-light-gray.rounded-l-3xl.rounded-r-3xl[b-1fadjxer8p] {
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 1.5rem !important;
    }
    .bg-light-gray h2.text-4xl[b-1fadjxer8p] {
        font-size: 1.75rem !important;
        margin-bottom: 1rem !important;
    }
    .bg-light-gray .text-xl[b-1fadjxer8p] {
        font-size: 1.1rem !important;
        line-height: 1.5 !important;
    }
    .bg-light-gray .flex.flex-col.lg\:flex-row[b-1fadjxer8p] {
        gap: 2rem !important;
    }
    .bg-[#3a3a3a][b-1fadjxer8p], .bg-primary[b-1fadjxer8p] {
    padding: 1.25rem !important;
}
    .bg-[#3a3a3a] h3[b-1fadjxer8p], .bg-primary h3[b-1fadjxer8p] {
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
}
    .bg-gray-100[b-1fadjxer8p], .bg-white.bg-opacity-90[b-1fadjxer8p] {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem !important;
        font-size: 0.9rem !important;
    }
    .absolute.left-4[b-1fadjxer8p] {
        left: 0.75rem !important;
    }
}
@media (max-width: 768px) {
    .bg-gray-100.bg-opacity-90[b-1fadjxer8p],
    .bg-white.bg-opacity-90[b-1fadjxer8p] {
        padding: 0.6rem 0.6rem 0.6rem 0.6rem !important;
        font-size: 0.85rem !important;
        border-radius: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    .absolute.left-4[b-1fadjxer8p] {
        left: 0.6rem !important;
        font-size: 0.8rem !important;
    }
    .flex.flex-col.lg\:flex-row.gap-6[b-1fadjxer8p] {
        gap: 1.5rem !important;
    }
    .space-y-4[b-1fadjxer8p] {
        gap: 0.5rem !important;
    }
}
/* Fix the View All Reports button and table on mobile */
@media (max-width: 768px) {
    .publications-table-container .flex.flex-col.md\:flex-row[b-1fadjxer8p] {
        align-items: center !important;
    }
    .publications-table-container .rounded-full.border-2[b-1fadjxer8p] {
        width: 100%;
        max-width: 250px;
        text-align: center;
        margin-top: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .overflow-x-auto[b-1fadjxer8p] {
        margin: 0 -1rem;
        padding: 0 1rem;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    table.w-full[b-1fadjxer8p] {
        width: auto !important;
        min-width: 100%;
    }
    table th[b-1fadjxer8p], table td[b-1fadjxer8p] {
        padding: 0.5rem 0.4rem !important;
        font-size: 0.8rem !important;
        white-space: nowrap;
    }
    table th:first-child[b-1fadjxer8p], table td:first-child[b-1fadjxer8p] {
        width: 55px !important;
        padding-left: 0.75rem !important;
    }
    /* Increase sponsor column width */
    table th:nth-child(2)[b-1fadjxer8p], table td:nth-child(2)[b-1fadjxer8p] {
        width: 120px !important;
        max-width: 120px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    table th:nth-child(3)[b-1fadjxer8p], table td:nth-child(3)[b-1fadjxer8p] {
        max-width: 200px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    table th:last-child[b-1fadjxer8p], table td:last-child[b-1fadjxer8p] {
        width: 70px !important;
        padding-right: 0.75rem !important;
        text-align: left !important;
    }
}
@media (max-width: 480px) {
    .bg-gray-100.bg-opacity-90[b-1fadjxer8p],
    .bg-white.bg-opacity-90[b-1fadjxer8p] {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
        font-size: 0.8rem;
    }
    .bg-light-gray h2.text-4xl[b-1fadjxer8p] {
        font-size: 1.5rem !important;
    }
    .bg-light-gray .text-xl[b-1fadjxer8p] {
        font-size: 1rem !important;
    }
    table th:first-child[b-1fadjxer8p], table td:first-child[b-1fadjxer8p] {
        width: 45px !important;
    }
    table th:nth-child(2)[b-1fadjxer8p], table td:nth-child(2)[b-1fadjxer8p] {
        max-width: 55px !important;
    }
    table th:last-child[b-1fadjxer8p], table td:last-child[b-1fadjxer8p] {
        width: 60px !important;
    }
    table th[b-1fadjxer8p], table td[b-1fadjxer8p] {
        padding: 0.4rem 0.3rem !important;
        font-size: 0.75rem !important;
    }
}
/* NEW MOBILE OPTIMIZATIONS */
@media (max-width: 640px) {
    /* Hero Section */
    .hero-section[b-1fadjxer8p] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .hero-section a.bg-gradient-to-r[b-1fadjxer8p] {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }

    .hero-section a.bg-white.bg-opacity-90.text-dark[b-1fadjxer8p] {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }
    .hero-section a.rounded-full.bg-white.bg-opacity-90.text-dark.font-semibold[b-1fadjxer8p] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .hero-section h1[b-1fadjxer8p] {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }
    .hero-section p[b-1fadjxer8p] {
        font-size: 0.8rem !important;
        margin-bottom: 1.5rem !important;
    }
    .hero-section .flex.flex-wrap[b-1fadjxer8p] {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    .hero-section .rounded-full[b-1fadjxer8p] {
        width: 100% !important;
        text-align: center !important;
    }
    .hero-bubble-1[b-1fadjxer8p] {
        width: 200px !important;
        height: 200px !important;
        top: -80px !important;
        right: -50px !important;
        filter: blur(60px) !important;
    }
    .hero-bubble-2[b-1fadjxer8p] {
        width: 200px !important;
        height: 200px !important;
        bottom: 20px !important;
        left: -50px !important;
        filter: blur(40px) !important;
    }
}
@media (max-width: 640px) {
    /* Reduce Key Stats bubbles size */
    .key-stats-section div.absolute.bg-primary[b-1fadjxer8p] {
        width: 120px !important;
        height: 120px !important;
        top: -60px !important;
        right: -60px !important;
    }
    .key-stats-section[b-1fadjxer8p] {
        padding: 1rem 0 !important;
    }
    .key-stats-section .w-full.md\:w-1\/3[b-1fadjxer8p] {
        padding: 0.5rem !important;
    }
    .key-stats-section .p-10[b-1fadjxer8p] {
        padding: 1rem !important;
    }
    .key-stats-section .text-5xl[b-1fadjxer8p] {
        font-size: 2rem !important;
    }
    .key-stats-section .text-lg[b-1fadjxer8p] {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 768px) {
    /* Increase spacing below the Who We Are section (dark blue background) */
    .bg-gradient-to-r.from-secondary.to-dark.relative[b-1fadjxer8p] {
        padding-bottom: 2rem !important;
    }
    /* Decrease industry verticals text size */
    .mb-16 .flex.flex-wrap.-mx-4 > div span[b-1fadjxer8p] {
        font-size: 0.875rem !important;
    }
    /* Decrease blog subtitle text size */
    .text-left-heading p[b-1fadjxer8p] {
        font-size: 0.875rem !important;
    }
    /* Decrease blog preview text size */
    .blog-card .blog-excerpt[b-1fadjxer8p] {
        font-size: 0.75rem !important;
    }
    /* Increase sponsor column width */
    table th:nth-child(2)[b-1fadjxer8p], table td:nth-child(2)[b-1fadjxer8p] {
        width: 120px !important;
        max-width: 120px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* Decrease footer section vertical space */
    footer[b-1fadjxer8p] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.form-input[b-1fadjxer8p] {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.form-input:focus[b-1fadjxer8p] {
    outline: none;
    border-color: #e97634;
    box-shadow: 0 0 0 3px rgba(233, 118, 52, 0.2);

    .publication-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    .publication-table th[b-1fadjxer8p] {
        background-color: #e9ecef;
        font-weight: 600;
        padding: 15px;
        text-align: left;
    }

    .publication-table th:first-child[b-1fadjxer8p] {
        border-top-left-radius: 0.5rem;
    }

    .publication-table th:last-child[b-1fadjxer8p] {
        border-top-right-radius: 0.5rem;
    }

    .publication-table td[b-1fadjxer8p] {
        padding: 15px;
        vertical-align: middle;
        border-top: 1px solid #f2f2f2;
    }

    .publication-table tr[b-1fadjxer8p] {
        transition: all 0.3s ease;
    }

    .publication-table tr:hover[b-1fadjxer8p] {
        background-color: rgba(233, 118, 52, 0.05);
    }

}
/* _content/TollyWebV2/Features/Blogs/Post.razor.rz.scp.css */
/* Blog Post Specific Styles */
.blog-container[b-26vaa00d23] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-hero-image[b-26vaa00d23] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.blog-meta[b-26vaa00d23] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #64748b;
}

.blog-author[b-26vaa00d23] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-author-avatar[b-26vaa00d23] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e97634, #ff8c4b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
}

.blog-tags[b-26vaa00d23] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.blog-tag[b-26vaa00d23] {
    background-color: #f1f5f9;
    color: #475569;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.blog-tag:hover[b-26vaa00d23] {
    background-color: #e97634;
    color: white;
}

.blog-content[b-26vaa00d23] {
    line-height: 1.8;
    color: #374151;
}

.blog-content h2[b-26vaa00d23] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.blog-content h3[b-26vaa00d23] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #374151;
}

.blog-content p[b-26vaa00d23] {
    margin-bottom: 1.5rem;
}

.blog-content ul[b-26vaa00d23], .blog-content ol[b-26vaa00d23] {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.blog-content li[b-26vaa00d23] {
    margin-bottom: 0.5rem;
}

.blog-content blockquote[b-26vaa00d23] {
    border-left: 4px solid #e97634;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #64748b;
    background-color: #f8fafc;
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
}

.blog-content code[b-26vaa00d23] {
    background-color: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    color: #e97634;
}

.blog-share[b-26vaa00d23] {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: center;
}

.share-buttons[b-26vaa00d23] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.share-btn[b-26vaa00d23] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-btn:hover[b-26vaa00d23] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-btn.linkedin[b-26vaa00d23] { background-color: #0077b5; }
.share-btn.twitter[b-26vaa00d23] { background-color: #1da1f2; }
.share-btn.facebook[b-26vaa00d23] { background-color: #1877f2; }
.share-btn.email[b-26vaa00d23] { background-color: #64748b; }

.breadcrumb[b-26vaa00d23] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
}

.breadcrumb-item[b-26vaa00d23] {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)[b-26vaa00d23]:after {
    content: '>';
    margin: 0 0.5rem;
    color: #a0aec0;
}

.related-posts[b-26vaa00d23] {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 3rem;
}

.related-post[b-26vaa00d23] {
    display: block;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
}

.related-post:hover[b-26vaa00d23] {
    background-color: white;
    border-color: #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.related-post-title[b-26vaa00d23] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.related-post-meta[b-26vaa00d23] {
    font-size: 0.8rem;
    color: #64748b;
}

/* Responsive styles */
@media (max-width: 768px) {
    .blog-container[b-26vaa00d23] {
        padding: 1.5rem;
        margin: 1rem;
    }

    .blog-meta[b-26vaa00d23] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .share-buttons[b-26vaa00d23] {
        flex-wrap: wrap;
    }
}
/* _content/TollyWebV2/Features/Home/Home.razor.rz.scp.css */
.p-6[b-2php127vvg] {
    padding: var(--space-4) !important;
}
.wave-divider[b-2php127vvg] {
    position: relative;
    height: 70px;
    margin-top: -70px;
    z-index: 10;
}
.wave-divider svg[b-2php127vvg] {
    position: absolute;
    width: 100%;
    height: 70px;
    fill: #fff;
}
.wave-divider.flip svg[b-2php127vvg] {
    transform: rotate(180deg);
}
.orange-divider[b-2php127vvg] {
    position: relative;
    height: 70px;
    margin-top: -70px;
    z-index: 10;
}
.orange-divider svg[b-2php127vvg] {
    position: absolute;
    width: 100%;
    height: 70px;
    fill: #e97634;
}
.gradient-divider[b-2php127vvg] {
    position: relative;
    height: 12px;
    margin-top: 0px;
    overflow: hidden;
    z-index: 9;
}
.gradient-divider[b-2php127vvg]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a202c;
    transform: skewY(-0.5deg);
}

.wave-divider.dark-bg[b-2php127vvg] {
    position: relative;
    z-index: 20; /* Higher z-index to ensure it's above other elements */
}

.wave-divider.dark-bg svg[b-2php127vvg] {
    fill: #1a202c;
    opacity: 1; /* Ensure full opacity */
}

/* Remove any gradient effects from the section after the wave divider */
.bg-gradient-to-r.from-secondary.to-dark.relative.-mt-14[b-2php127vvg] {
    background: #1a202c; /* Override the gradient with solid color */
}

/* This helps create a solid buffer below the wave */
.dark-buffer[b-2php127vvg] {
    background-color: #1a202c;
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 15;
}
.wave-divider.light-bg svg[b-2php127vvg] {
    fill: #f8f9fa;
}
.wave-divider.dark-bg svg[b-2php127vvg] {
    fill: #1a202c;
}
.diagonal-divider[b-2php127vvg] {
    position: relative;
    height: 100px;
    margin-top: -100px;
    overflow: hidden;
    z-index: 10;
}
.diagonal-divider[b-2php127vvg]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skewY(-3deg);
    transform-origin: top right;
}
.dot-pattern[b-2php127vvg] {
    position: relative;
    overflow: hidden;
}
.dot-pattern[b-2php127vvg]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #e97634 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 0;
}
.grid-pattern[b-2php127vvg] {
    position: relative;
    overflow: hidden;
}
.grid-pattern[b-2php127vvg]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #e97634 1px, transparent 1px),
    linear-gradient(to bottom, #e97634 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.05;
    z-index: 0;
}
.hexagon-frame[b-2php127vvg] {
    position: relative;
    width: 100%;
    padding-bottom: 110%;
    overflow: hidden;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all 0.3s ease;
}
.hexagon-frame img[b-2php127vvg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.hexagon-frame:hover[b-2php127vvg] {
    transform: scale(1.05);
}
.hexagon-frame:hover img[b-2php127vvg] {
    transform: scale(1.1);
}
.image-overlay[b-2php127vvg] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.image-overlay img[b-2php127vvg] {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.image-overlay:hover img[b-2php127vvg] {
    transform: scale(1.1);
}
.image-overlay[b-2php127vvg]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: all 0.3s ease;
}
.image-overlay:hover[b-2php127vvg]::after {
    opacity: 1;
}
.duotone[b-2php127vvg] {
    position: relative;
    overflow: hidden;
}
.duotone img[b-2php127vvg] {
    filter: grayscale(100%) contrast(1.2);
    transition: all 0.5s ease;
}
.duotone[b-2php127vvg]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(233, 118, 52, 0.6), rgba(45, 55, 72, 0.6));
    mix-blend-mode: color;
    transition: all 0.5s ease;
}
.duotone:hover img[b-2php127vvg] {
    filter: grayscale(0%) contrast(1);
}
.duotone:hover[b-2php127vvg]::after {
    opacity: 0;
}
.custom-shape[b-2php127vvg] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.custom-shape[b-2php127vvg]::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: #e97634;
    border-radius: 0 0 0 50px;
    z-index: 1;
}
.custom-shape[b-2php127vvg]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #2d3748;
    border-radius: 0 50px 0 0;
    z-index: 1;
}
.hero-pattern[b-2php127vvg] {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e97634' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: heroMove-b-2php127vvg 40s linear infinite;
}
@keyframes heroMove-b-2php127vvg {
     0% { background-position: 0 0; }
     50% { background-position: 300px 300px; }
     100% { background-position: 600px 600px; }
 }
.nav-link-underline[b-2php127vvg]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #e97634;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease;
}
.nav-link-underline:hover[b-2php127vvg]::after {
    width: 100%;
}
.fade-in[b-2php127vvg] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.fade-in.active[b-2php127vvg] {
    opacity: 1;
    transform: translateY(0);
}
.slide-up[b-2php127vvg] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.slide-up.active[b-2php127vvg] {
    opacity: 1;
    transform: translateY(0);
}
.problem-item[b-2php127vvg]::before, .solution-item[b-2php127vvg]::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.3rem;
}
.problem-item[b-2php127vvg]::before {
    content: "\f00d";
    color: #4a4a4a;
}
.solution-item[b-2php127vvg]::before {
    content: "\f00c";
    color: #e97634;
}
.testimonial-card[b-2php127vvg]::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 4rem;
    color: #e97634;
    opacity: 0.2;
    font-family: 'Baskerville', serif;
    line-height: 1;
}
nav[b-2php127vvg] {
    z-index: 50;
}
.bg-gradient-to-r.from-secondary.to-dark.relative.py-0[b-2php127vvg] {
    padding-bottom: 30px;
}
.bg-light-gray.rounded-r-3xl[b-2php127vvg] {
    width: 100%;
    margin-right: 0;
    margin-left: 5%;
    border-bottom-right-radius: 30px;
    border-left: 7px solid #e97634;
    position: relative;
    z-index: 10;
}
.group:hover .group-hover\:bg-primary[b-2php127vvg] {
    background-color: #e97634;
}
.group:hover .group-hover\:text-white[b-2php127vvg] {
    color: white !important;
}
.group:hover .group-hover\:rotate-\[10deg\][b-2php127vvg] {
    transform: rotate(10deg);
}
.container[b-2php127vvg] {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (max-width: 780px) {
    .container[b-2php127vvg] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 640px) {
    .container[b-2php127vvg] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.bg-gradient-to-r.from-secondary.to-dark[b-2php127vvg] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.feature-card[b-2php127vvg] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid transparent;
    overflow: hidden;
}
.feature-card:hover[b-2php127vvg] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #e97634;
}
.feature-card .icon-container[b-2php127vvg] {
    background: linear-gradient(135deg, #e97634 0%, #ff8c4b 100%);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.feature-card:hover .icon-container[b-2php127vvg] {
    transform: scale(1.1) rotate(5deg);
}
.blog-card[b-2php127vvg] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border-bottom: 4px solid transparent;
}

.blog-card:hover[b-2php127vvg] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-bottom: 4px solid #e97634;
}

.blog-image[b-2php127vvg] {
    height: 220px;
    overflow: hidden;
}

.blog-image img[b-2php127vvg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog-card:hover .blog-image img[b-2php127vvg] {
    transform: scale(1.05);
}

.blog-date[b-2php127vvg] {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.blog-title[b-2php127vvg] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title[b-2php127vvg] {
    color: #e97634;
}

.blog-excerpt[b-2php127vvg] {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.read-more[b-2php127vvg] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e97634;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.read-more i[b-2php127vvg] {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.read-more:hover i[b-2php127vvg] {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .bg-light-gray.rounded-l-3xl.rounded-r-3xl[b-2php127vvg] {
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 1.5rem !important;
    }
    .bg-light-gray h2.text-4xl[b-2php127vvg] {
        font-size: 1.75rem !important;
        margin-bottom: 1rem !important;
    }
    .bg-light-gray .text-xl[b-2php127vvg] {
        font-size: 1.1rem !important;
        line-height: 1.5 !important;
    }
    .bg-light-gray .flex.flex-col.lg\:flex-row[b-2php127vvg] {
        gap: 2rem !important;
    }
    .bg-[#3a3a3a][b-2php127vvg], .bg-primary[b-2php127vvg] {
    padding: 1.25rem !important;
}
    .bg-[#3a3a3a] h3[b-2php127vvg], .bg-primary h3[b-2php127vvg] {
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
}
    .bg-gray-100[b-2php127vvg], .bg-white.bg-opacity-90[b-2php127vvg] {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem !important;
        font-size: 0.9rem !important;
    }
    .absolute.left-4[b-2php127vvg] {
        left: 0.75rem !important;
    }
}
@media (max-width: 768px) {
    .bg-gray-100.bg-opacity-90[b-2php127vvg],
    .bg-white.bg-opacity-90[b-2php127vvg] {
        padding: 0.6rem 0.6rem 0.6rem 0.6rem !important;
        font-size: 0.85rem !important;
        border-radius: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    .absolute.left-4[b-2php127vvg] {
        left: 0.6rem !important;
        font-size: 0.8rem !important;
    }
    .flex.flex-col.lg\:flex-row.gap-6[b-2php127vvg] {
        gap: 1.5rem !important;
    }
    .space-y-4[b-2php127vvg] {
        gap: 0.5rem !important;
    }
}
/* Fix the View All Reports button and table on mobile */
@media (max-width: 768px) {
    .publications-table-container .flex.flex-col.md\:flex-row[b-2php127vvg] {
        align-items: center !important;
    }
    .publications-table-container .rounded-full.border-2[b-2php127vvg] {
        width: 100%;
        max-width: 250px;
        text-align: center;
        margin-top: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .overflow-x-auto[b-2php127vvg] {
        margin: 0 -1rem;
        padding: 0 1rem;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    table.w-full[b-2php127vvg] {
        width: auto !important;
        min-width: 100%;
    }
    table th[b-2php127vvg], table td[b-2php127vvg] {
        padding: 0.5rem 0.4rem !important;
        font-size: 0.8rem !important;
        white-space: nowrap;
    }
    table th:first-child[b-2php127vvg], table td:first-child[b-2php127vvg] {
        width: 55px !important;
        padding-left: 0.75rem !important;
    }
    /* Increase sponsor column width */
    table th:nth-child(2)[b-2php127vvg], table td:nth-child(2)[b-2php127vvg] {
        width: 120px !important;
        max-width: 120px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    table th:nth-child(3)[b-2php127vvg], table td:nth-child(3)[b-2php127vvg] {
        max-width: 200px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    table th:last-child[b-2php127vvg], table td:last-child[b-2php127vvg] {
        width: 70px !important;
        padding-right: 0.75rem !important;
        text-align: left !important;
    }
}
@media (max-width: 480px) {
    .bg-gray-100.bg-opacity-90[b-2php127vvg],
    .bg-white.bg-opacity-90[b-2php127vvg] {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
        font-size: 0.8rem;
    }
    .bg-light-gray h2.text-4xl[b-2php127vvg] {
        font-size: 1.5rem !important;
    }
    .bg-light-gray .text-xl[b-2php127vvg] {
        font-size: 1rem !important;
    }
    table th:first-child[b-2php127vvg], table td:first-child[b-2php127vvg] {
        width: 45px !important;
    }
    table th:nth-child(2)[b-2php127vvg], table td:nth-child(2)[b-2php127vvg] {
        max-width: 55px !important;
    }
    table th:last-child[b-2php127vvg], table td:last-child[b-2php127vvg] {
        width: 60px !important;
    }
    table th[b-2php127vvg], table td[b-2php127vvg] {
        padding: 0.4rem 0.3rem !important;
        font-size: 0.75rem !important;
    }
}
/* NEW MOBILE OPTIMIZATIONS */
@media (max-width: 640px) {
    /* Hero Section */
    .hero-section[b-2php127vvg] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .hero-section a.bg-gradient-to-r[b-2php127vvg] {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }

    .hero-section a.bg-white.bg-opacity-90.text-dark[b-2php127vvg] {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }
    .hero-section a.rounded-full.bg-white.bg-opacity-90.text-dark.font-semibold[b-2php127vvg] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .hero-section h1[b-2php127vvg] {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }
    .hero-section p[b-2php127vvg] {
        font-size: 0.8rem !important;
        margin-bottom: 1.5rem !important;
    }
    .hero-section .flex.flex-wrap[b-2php127vvg] {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    .hero-section .rounded-full[b-2php127vvg] {
        width: 100% !important;
        text-align: center !important;
    }
    .hero-bubble-1[b-2php127vvg] {
        width: 200px !important;
        height: 200px !important;
        top: -80px !important;
        right: -50px !important;
        filter: blur(60px) !important;
    }
    .hero-bubble-2[b-2php127vvg] {
        width: 200px !important;
        height: 200px !important;
        bottom: 20px !important;
        left: -50px !important;
        filter: blur(40px) !important;
    }
}
@media (max-width: 640px) {
    /* Reduce Key Stats bubbles size */
    .key-stats-section div.absolute.bg-primary[b-2php127vvg] {
        width: 120px !important;
        height: 120px !important;
        top: -60px !important;
        right: -60px !important;
    }
    .key-stats-section[b-2php127vvg] {
        padding: 1rem 0 !important;
    }
    .key-stats-section .w-full.md\:w-1\/3[b-2php127vvg] {
        padding: 0.5rem !important;
    }
    .key-stats-section .p-10[b-2php127vvg] {
        padding: 1rem !important;
    }
    .key-stats-section .text-5xl[b-2php127vvg] {
        font-size: 2rem !important;
    }
    .key-stats-section .text-lg[b-2php127vvg] {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 768px) {
    /* Increase spacing below the Who We Are section (dark blue background) */
    .bg-gradient-to-r.from-secondary.to-dark.relative[b-2php127vvg] {
        padding-bottom: 2rem !important;
    }
    /* Decrease industry verticals text size */
    .mb-16 .flex.flex-wrap.-mx-4 > div span[b-2php127vvg] {
        font-size: 0.875rem !important;
    }
    /* Decrease blog subtitle text size */
    .text-left-heading p[b-2php127vvg] {
        font-size: 0.875rem !important;
    }
    /* Decrease blog preview text size */
    .blog-card .blog-excerpt[b-2php127vvg] {
        font-size: 0.75rem !important;
    }
    /* Increase sponsor column width */
    table th:nth-child(2)[b-2php127vvg], table td:nth-child(2)[b-2php127vvg] {
        width: 120px !important;
        max-width: 120px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* Decrease footer section vertical space */
    footer[b-2php127vvg] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.form-input[b-2php127vvg] {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.form-input:focus[b-2php127vvg] {
    outline: none;
    border-color: #e97634;
    box-shadow: 0 0 0 3px rgba(233, 118, 52, 0.2);

    .publication-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    .publication-table th[b-2php127vvg] {
        background-color: #e9ecef;
        font-weight: 600;
        padding: 15px;
        text-align: left;
    }

    .publication-table th:first-child[b-2php127vvg] {
        border-top-left-radius: 0.5rem;
    }

    .publication-table th:last-child[b-2php127vvg] {
        border-top-right-radius: 0.5rem;
    }

    .publication-table td[b-2php127vvg] {
        padding: 15px;
        vertical-align: middle;
        border-top: 1px solid #f2f2f2;
    }

    .publication-table tr[b-2php127vvg] {
        transition: all 0.3s ease;
    }

    .publication-table tr:hover[b-2php127vvg] {
        background-color: rgba(233, 118, 52, 0.05);
    }

}
/* _content/TollyWebV2/Features/Languages/LanguagesList.razor.rz.scp.css */
.card[b-6zwgb5defo] {
    transition: transform .2s ease;
}
.card:hover[b-6zwgb5defo] {
    transform: scale(1.03) ; /* Scale value determines the zoom level */
}
/* _content/TollyWebV2/Features/Publications/PublicationList.razor.rz.scp.css */
.fade-in[b-sx887wd011] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.fade-in.active[b-sx887wd011] {
    opacity: 1;
    transform: translateY(0);
}
.slide-up[b-sx887wd011] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.slide-up.active[b-sx887wd011] {
    opacity: 1;
    transform: translateY(0);
}

.feature-card[b-sx887wd011] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid transparent;
    overflow: hidden;
}
.feature-card:hover[b-sx887wd011] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #e97634;
}
.feature-card .icon-container[b-sx887wd011] {
    background: linear-gradient(135deg, #e97634 0%, #ff8c4b 100%);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.feature-card:hover .icon-container[b-sx887wd011] {
    transform: scale(1.1) rotate(5deg);
}

/* Carousel styling for featured reports */
.carousel-container[b-sx887wd011] {
    position: relative;
    overflow: hidden;
}

.carousel-inner[b-sx887wd011] {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide[b-sx887wd011] {
    flex: 0 0 100%;
}

.carousel-control[b-sx887wd011] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.carousel-prev[b-sx887wd011] {
    left: 10px;
}

.carousel-next[b-sx887wd011] {
    right: 10px;
}

.carousel-indicators[b-sx887wd011] {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    padding-bottom: 10px;
    list-style: none;
}

.carousel-indicator[b-sx887wd011] {
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-indicator.active[b-sx887wd011] {
    background-color: #e97634;
}

/* Report badges */
.report-badge[b-sx887wd011] {
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.report-badge-new[b-sx887wd011] {
    background-color: #dc3545;
    color: white;
}

.report-badge-featured[b-sx887wd011] {
    background-color: #0d6efd;
    color: white;
}

/* Filter section */
select[b-sx887wd011], input[b-sx887wd011] {
    border-radius: 0.375rem;
    border: 1px solid #e2e8f0;
    background-color: #f7fafc;
    padding: 0.5rem 1rem;
    width: 100%;
    appearance: none;
}

select[b-sx887wd011] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

select:focus[b-sx887wd011], input:focus[b-sx887wd011] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(233, 118, 52, 0.2);
    border-color: #e97634;
}

/* Table styling */
.publication-table[b-sx887wd011] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.publication-table th[b-sx887wd011] {
    background-color: #e9ecef;
    font-weight: 600;
    padding: 15px;
    text-align: left;
}

.publication-table th:first-child[b-sx887wd011] {
    border-top-left-radius: 0.5rem;
}

.publication-table th:last-child[b-sx887wd011] {
    border-top-right-radius: 0.5rem;
}

.publication-table td[b-sx887wd011] {
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #f2f2f2;
}

.publication-table tr[b-sx887wd011] {
    transition: all 0.3s ease;
}

.publication-table tr:hover[b-sx887wd011] {
    background-color: rgba(233, 118, 52, 0.05);
}

/* Category cards */
.category-card[b-sx887wd011] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    overflow: hidden;
}

.category-card:hover[b-sx887wd011] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Language badges */
.lang-badge[b-sx887wd011] {
    display: inline-block;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-pattern[b-sx887wd011] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e97634' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: heroMove 40s linear infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive[b-sx887wd011] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .category-grid[b-sx887wd011] {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-reports-content[b-sx887wd011] {
        flex-direction: column;
    }

    .featured-reports-image[b-sx887wd011] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .featured-reports-text[b-sx887wd011] {
        width: 100%;
        padding: 1rem;
    }
}

@media (max-width: 640px) {
    .category-grid[b-sx887wd011] {
        grid-template-columns: 1fr;
    }
}

/* Ensure the next section connects with the wave */
.py-12.bg-e9ecef[b-sx887wd011] {
    margin-top: -2px;
    background-color: #2d3748 !important; /* Dark blue background */
    padding-top: 60px;
}

/* Style the container in the Featured Reports section with white background */
.py-12.bg-e9ecef .container[b-sx887wd011] {
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Ensure featured carousel has proper styling */
.py-12.bg-e9ecef .carousel-container[b-sx887wd011] {
    box-shadow: none;
    border-radius: 0;
}
/* _content/TollyWebV2/Features/Publications/PublicationList2.razor.rz.scp.css */
.fade-in[b-mdm4yu13dz] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.fade-in.active[b-mdm4yu13dz] {
    opacity: 1;
    transform: translateY(0);
}
.slide-up[b-mdm4yu13dz] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.slide-up.active[b-mdm4yu13dz] {
    opacity: 1;
    transform: translateY(0);
}

.feature-card[b-mdm4yu13dz] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid transparent;
    overflow: hidden;
}
.feature-card:hover[b-mdm4yu13dz] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #e97634;
}
.feature-card .icon-container[b-mdm4yu13dz] {
    background: linear-gradient(135deg, #e97634 0%, #ff8c4b 100%);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.feature-card:hover .icon-container[b-mdm4yu13dz] {
    transform: scale(1.1) rotate(5deg);
}

/* Carousel styling for featured reports */
.carousel-container[b-mdm4yu13dz] {
    position: relative;
    overflow: hidden;
}

.carousel-inner[b-mdm4yu13dz] {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide[b-mdm4yu13dz] {
    flex: 0 0 100%;
}

.carousel-control[b-mdm4yu13dz] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.carousel-prev[b-mdm4yu13dz] {
    left: 10px;
}

.carousel-next[b-mdm4yu13dz] {
    right: 10px;
}

.carousel-indicators[b-mdm4yu13dz] {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    padding-bottom: 10px;
    list-style: none;
}

.carousel-indicator[b-mdm4yu13dz] {
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-indicator.active[b-mdm4yu13dz] {
    background-color: #e97634;
}

/* Report badges */
.report-badge[b-mdm4yu13dz] {
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.report-badge-new[b-mdm4yu13dz] {
    background-color: #dc3545;
    color: white;
}

.report-badge-featured[b-mdm4yu13dz] {
    background-color: #0d6efd;
    color: white;
}

/* Filter section */
select[b-mdm4yu13dz], input[b-mdm4yu13dz] {
    border-radius: 0.375rem;
    border: 1px solid #e2e8f0;
    background-color: #f7fafc;
    padding: 0.5rem 1rem;
    width: 100%;
    appearance: none;
}

select[b-mdm4yu13dz] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

select:focus[b-mdm4yu13dz], input:focus[b-mdm4yu13dz] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(233, 118, 52, 0.2);
    border-color: #e97634;
}

/* Table styling */
.publication-table[b-mdm4yu13dz] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.publication-table th[b-mdm4yu13dz] {
    background-color: #e9ecef;
    font-weight: 600;
    padding: 15px;
    text-align: left;
}

.publication-table th:first-child[b-mdm4yu13dz] {
    border-top-left-radius: 0.5rem;
}

.publication-table th:last-child[b-mdm4yu13dz] {
    border-top-right-radius: 0.5rem;
}

.publication-table td[b-mdm4yu13dz] {
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #f2f2f2;
}

.publication-table tr[b-mdm4yu13dz] {
    transition: all 0.3s ease;
}

.publication-table tr:hover[b-mdm4yu13dz] {
    background-color: rgba(233, 118, 52, 0.05);
}

/* Category cards */
.category-card[b-mdm4yu13dz] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    overflow: hidden;
}

.category-card:hover[b-mdm4yu13dz] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Language badges */
.lang-badge[b-mdm4yu13dz] {
    display: inline-block;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-pattern[b-mdm4yu13dz] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e97634' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: heroMove 40s linear infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive[b-mdm4yu13dz] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .category-grid[b-mdm4yu13dz] {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-reports-content[b-mdm4yu13dz] {
        flex-direction: column;
    }

    .featured-reports-image[b-mdm4yu13dz] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .featured-reports-text[b-mdm4yu13dz] {
        width: 100%;
        padding: 1rem;
    }
}

@media (max-width: 640px) {
    .category-grid[b-mdm4yu13dz] {
        grid-template-columns: 1fr;
    }
}

/* Ensure the next section connects with the wave */
.py-12.bg-e9ecef[b-mdm4yu13dz] {
    margin-top: -2px;
    background-color: #2d3748 !important; /* Dark blue background */
    padding-top: 60px;
}

/* Style the container in the Featured Reports section with white background */
.py-12.bg-e9ecef .container[b-mdm4yu13dz] {
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Ensure featured carousel has proper styling */
.py-12.bg-e9ecef .carousel-container[b-mdm4yu13dz] {
    box-shadow: none;
    border-radius: 0;
}
/* _content/TollyWebV2/Features/Publications/Reports.razor.rz.scp.css */
.fade-in[b-fvohmdp1xd] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.fade-in.active[b-fvohmdp1xd] {
    opacity: 1;
    transform: translateY(0);
}
.slide-up[b-fvohmdp1xd] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.4s ease;
}
.slide-up.active[b-fvohmdp1xd] {
    opacity: 1;
    transform: translateY(0);
}

.feature-card[b-fvohmdp1xd] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid transparent;
    overflow: hidden;
}
.feature-card:hover[b-fvohmdp1xd] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #e97634;
}
.feature-card .icon-container[b-fvohmdp1xd] {
    background: linear-gradient(135deg, #e97634 0%, #ff8c4b 100%);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.feature-card:hover .icon-container[b-fvohmdp1xd] {
    transform: scale(1.1) rotate(5deg);
}

/* Carousel styling for featured reports */
.carousel-container[b-fvohmdp1xd] {
    position: relative;
    overflow: hidden;
}

.carousel-inner[b-fvohmdp1xd] {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide[b-fvohmdp1xd] {
    flex: 0 0 100%;
}

.carousel-control[b-fvohmdp1xd] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.carousel-prev[b-fvohmdp1xd] {
    left: 10px;
}

.carousel-next[b-fvohmdp1xd] {
    right: 10px;
}

.carousel-indicators[b-fvohmdp1xd] {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    padding-bottom: 10px;
    list-style: none;
}

.carousel-indicator[b-fvohmdp1xd] {
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-indicator.active[b-fvohmdp1xd] {
    background-color: #e97634;
}

/* Report badges */
.report-badge[b-fvohmdp1xd] {
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.report-badge-new[b-fvohmdp1xd] {
    background-color: #dc3545;
    color: white;
}

.report-badge-featured[b-fvohmdp1xd] {
    background-color: #0d6efd;
    color: white;
}

/* Filter section */
select[b-fvohmdp1xd], input[b-fvohmdp1xd] {
    border-radius: 0.375rem;
    border: 1px solid #e2e8f0;
    background-color: #f7fafc;
    padding: 0.5rem 1rem;
    width: 100%;
    appearance: none;
}

select[b-fvohmdp1xd] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

select:focus[b-fvohmdp1xd], input:focus[b-fvohmdp1xd] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(233, 118, 52, 0.2);
    border-color: #e97634;
}

/* Table styling */
.publication-table[b-fvohmdp1xd] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.publication-table th[b-fvohmdp1xd] {
    background-color: #e9ecef;
    font-weight: 600;
    padding: 15px;
    text-align: left;
}

.publication-table th:first-child[b-fvohmdp1xd] {
    border-top-left-radius: 0.5rem;
}

.publication-table th:last-child[b-fvohmdp1xd] {
    border-top-right-radius: 0.5rem;
}

.publication-table td[b-fvohmdp1xd] {
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #f2f2f2;
}

.publication-table tr[b-fvohmdp1xd] {
    transition: all 0.3s ease;
}

.publication-table tr:hover[b-fvohmdp1xd] {
    background-color: rgba(233, 118, 52, 0.05);
}

/* Category cards */
.category-card[b-fvohmdp1xd] {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    overflow: hidden;
}

.category-card:hover[b-fvohmdp1xd] {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Language badges */
.lang-badge[b-fvohmdp1xd] {
    display: inline-block;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-pattern[b-fvohmdp1xd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e97634' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: heroMove 40s linear infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive[b-fvohmdp1xd] {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .category-grid[b-fvohmdp1xd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-reports-content[b-fvohmdp1xd] {
        flex-direction: column;
    }

    .featured-reports-image[b-fvohmdp1xd] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .featured-reports-text[b-fvohmdp1xd] {
        width: 100%;
        padding: 1rem;
    }
}

@media (max-width: 640px) {
    .category-grid[b-fvohmdp1xd] {
        grid-template-columns: 1fr;
    }
}

/* Ensure the next section connects with the wave */
.py-12.bg-e9ecef[b-fvohmdp1xd] {
    margin-top: -2px;
    background-color: #2d3748 !important; /* Dark blue background */
    padding-top: 60px;
}

/* Style the container in the Featured Reports section with white background */
.py-12.bg-e9ecef .container[b-fvohmdp1xd] {
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Ensure featured carousel has proper styling */
.py-12.bg-e9ecef .carousel-container[b-fvohmdp1xd] {
    box-shadow: none;
    border-radius: 0;
}
/* _content/TollyWebV2/Features/Vendors/Sponsors.razor.rz.scp.css */

/*  2023-12-01 kt - css to be used for "cards" with vendor sponsors */

.card[b-a7rzyc7zk8] {
    transition: transform .2s ease;
}
.card:hover[b-a7rzyc7zk8] {
    transform: scale(1.03) ; /* Scale value determines the zoom level */
}
