/* =========================================
   Blog Loop Article Cards
   ========================================= */

.blog-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
}

.blog-card-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    flex: 0 0 auto;
}

.blog-card-image,
.blog-card-image .elementor-widget-container,
.blog-card-image a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.blog-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.055);
}

.blog-card-content {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 20px;
}

.blog-card-category {
    width: fit-content;
    margin: 0;
}

.blog-card-category p {
    margin: 0;
}

.blog-card-title {
    margin: 0;
}

.blog-card-title .elementor-heading-title {
    margin: 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-card-title a {
    text-decoration: none;
}

.blog-card-description {
    margin: 0;
}

.blog-card-description .elementor-widget-container,
.blog-card-description p {
    margin: 0;
}

.blog-card-description .elementor-widget-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-card-meta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    margin-top: auto;
    padding-top: 8px;
}

.blog-card-author,
.blog-card-date {
    width: auto;
    margin: 0;
}

.blog-card-author p,
.blog-card-date p {
    margin: 0;
}

@media (max-width: 767px) {
    .blog-card-content {
        padding: 16px;
        gap: 9px;
    }

    .blog-card-meta {
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blog-card-image img {
        transition: none;
    }

    .blog-card:hover .blog-card-image img {
        transform: none;
    }
}
/* =========================================
   Blog Search
   ========================================= */

.blog-search-widget {
    width: 100%;
    margin: 32px 0 48px;
}

.blog-search-form {
    width: min(780px, 100%);
    height: 60px;
    margin: 0 auto;

    display: flex;
    align-items: center;

    padding: 6px;

    background: #0c1030;
    border: 1px solid rgba(94, 92, 255, 0.35);
    border-radius: 16px;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.blog-search-input {
    flex: 1;
    min-width: 0;
    height: 100%;

    padding: 0 16px !important;

    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    color: #fff !important;
    font-size: 15px;
}

.blog-search-input::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

.blog-search-submit {
    flex: 0 0 auto;

    height: 46px;
    padding: 0 22px !important;

    border: 0 !important;
    border-radius: 11px !important;

    background: #5b5eff !important;
    color: #fff !important;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.blog-search-submit:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

@media (max-width: 767px) {
    .blog-search-widget {
        margin: 24px 0 36px;
    }

    .blog-search-form {
        height: 56px;
    }

    .blog-search-submit {
        height: 44px;
        padding: 0 16px !important;
    }
}
/* =========================================
   Blog Categories
   ========================================= */

.elementor-3466 .blog-categories-section {
    width: 100%;
    padding: 42px 0 72px;
}

/* Main inner wrapper */
.elementor-3466 .blog-categories-inner {
    width: min(100% - 40px, 1030px);
    max-width: 1030px;

    display: flex;
    flex-direction: column;
    align-items: stretch;

    gap: 34px;

    margin-left: auto;
    margin-right: auto;
}

/* Heading */
.elementor-3466 .blog-categories-heading {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 10px;
    padding: 0;

    text-align: center;
}

.elementor-3466 .blog-categories-title {
    width: 100%;
    margin: 0;
}

.elementor-3466 .blog-categories-title .elementor-heading-title {
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.elementor-3466 .blog-categories-description {
    width: 100%;
    max-width: 620px;

    margin: 0 auto;

    text-align: center;
}

.elementor-3466 .blog-categories-description p {
    margin: 0;
}

/* Shortcode wrapper */
.elementor-3466 .blog-categories-widget {
    width: 100%;
}

.elementor-3466 .blog-categories-widget .elementor-widget-container,
.elementor-3466 .blog-categories-widget .elementor-shortcode {
    width: 100%;
}

/* Cards grid */
.elementor-3466 .blog-categories-grid {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 20px;
}

/* Card */
.elementor-3466 .blog-category-card {
    min-width: 0;
    min-height: 220px;

    padding: 22px;

    display: flex;
    flex-direction: column;

    gap: 22px;

    border: 1px solid rgba(91, 94, 255, 0.28);
    border-radius: 16px;

    background: rgba(10, 14, 47, 0.72);

    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.elementor-3466 .blog-category-card:hover {
    transform: translateY(-4px);

    border-color: rgba(91, 94, 255, 0.55);

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.2);
}

/* Card header */
.elementor-3466 .blog-category-header {
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 13px;
}

/* Temporary category icon */
.elementor-3466 .blog-category-icon {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(91, 94, 255, 0.12);

    font-size: 17px;
    font-weight: 700;
}
.elementor-3466 .blog-category-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* Category info */
.elementor-3466 .blog-category-info {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 4px;
}

.elementor-3466 .blog-category-title {
    margin: 0;

    font-size: 18px;
    line-height: 1.3;
}

.elementor-3466 .blog-category-title a {
    color: inherit;
    text-decoration: none;
}

.elementor-3466 .blog-category-count {
    font-size: 13px;
    line-height: 1.4;

    opacity: 0.65;
}

/* Latest article */
.elementor-3466 .blog-category-latest {
    width: 100%;

    margin-top: auto;
    padding-top: 18px;

    display: flex;
    flex-direction: column;

    gap: 7px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.elementor-3466 .blog-category-latest-label {
    font-size: 12px;
    line-height: 1.4;

    opacity: 0.55;
}

.elementor-3466 .blog-category-latest-title {
    color: inherit;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
}

.elementor-3466 .blog-category-title a:hover,
.elementor-3466 .blog-category-latest-title:hover {
    opacity: 0.8;
}

/* Tablet */
@media (max-width: 1024px) {

    .elementor-3466 .blog-categories-inner {
        width: min(100% - 36px, 900px);
    }

    .elementor-3466 .blog-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 767px) {

    .elementor-3466 .blog-categories-section {
        padding: 52px 0;
    }

    .elementor-3466 .blog-categories-inner {
        width: calc(100% - 28px);

        gap: 26px;
    }

    .elementor-3466 .blog-categories-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .elementor-3466 .blog-category-card {
        min-height: auto;

        padding: 20px;
    }
}
/* =========================================
   Blog Products CTA
   ========================================= */

.elementor-3466 .blog-products-cta {
    width: 100%;
    padding: 84px 0 96px;
}

/* Main wrapper */
.elementor-3466 .blog-products-cta-inner.e-flexbox-base {
    width: min(100% - 40px, 1030px);
    max-width: 1030px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: stretch;

    gap: 34px;
}

/* Header */
.elementor-3466 .blog-products-cta-header.e-flexbox-base {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 10px;

    text-align: center;
}

.elementor-3466 .blog-products-cta-title {
    width: 100%;
    margin: 0;
}

.elementor-3466 .blog-products-cta-title .elementor-heading-title {
    margin: 0;
    color: inherit;

    font-size: 36px;
    line-height: 1.2;
}

.elementor-3466 .blog-products-cta-description {
    width: 100%;
    max-width: 680px;

    margin: 0 auto;

    text-align: center;
}

.elementor-3466 .blog-products-cta-description p {
    margin: 0;

    color: inherit;
    line-height: 1.7;

    opacity: 0.72;
}

/* Grid */
.elementor-3466 .blog-products-cta-grid.e-flexbox-base {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 24px;
}

/* Product cards */
.elementor-3466 .blog-product-card.e-flexbox-base {
    width: 100%;
    min-width: 0;
    min-height: 300px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 16px;

    padding: 28px;

    border: 1px solid rgba(91, 94, 255, 0.28);
    border-radius: 18px;

    background: rgba(10, 14, 47, 0.72);

    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.elementor-3466 .blog-product-card.e-flexbox-base:hover {
    transform: translateY(-5px);

    border-color: rgba(91, 94, 255, 0.58);

    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.22);
}

/* Icon */
.elementor-3466 .blog-product-icon {
    width: auto;
    margin: 0 0 4px;
}

.elementor-3466 .blog-product-icon .elementor-icon {
    width: 52px;
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(91, 94, 255, 0.12);
}

.elementor-3466 .blog-product-icon .elementor-icon svg {
    width: 24px;
    height: 24px;
}

/* Title */
.elementor-3466 .blog-product-title {
    width: 100%;
    margin: 0;
}

.elementor-3466 .blog-product-title .elementor-heading-title {
    margin: 0;

    color: inherit;

    font-size: 22px;
    line-height: 1.3;
}

/* Description */
.elementor-3466 .blog-product-description {
    width: 100%;
    margin: 0;
}

.elementor-3466 .blog-product-description p {
    margin: 0;

    color: inherit;

    font-size: 15px;
    line-height: 1.7;

    opacity: 0.72;
}

/* Button */
.elementor-3466 .blog-product-button {
    width: auto;

    margin-top: auto;
}

.elementor-3466 .blog-product-button .elementor-button {
    width: auto;
    min-width: 145px;
    min-height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;

    border-radius: 12px;

    font-weight: 600;
    line-height: 1;

    white-space: nowrap;

    transition:
        transform 200ms ease,
        opacity 200ms ease;
}

.elementor-3466 .blog-product-button .elementor-button:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 1024px) {

    .elementor-3466 .blog-products-cta-inner.e-flexbox-base {
        width: min(100% - 36px, 900px);
    }

    .elementor-3466 .blog-products-cta-grid.e-flexbox-base {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

    .elementor-3466 .blog-products-cta {
        padding: 60px 0 72px;
    }

    .elementor-3466 .blog-products-cta-inner.e-flexbox-base {
        width: calc(100% - 28px);

        gap: 26px;
    }

    .elementor-3466 .blog-products-cta-title .elementor-heading-title {
        font-size: 28px;
    }

    .elementor-3466 .blog-products-cta-grid.e-flexbox-base {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .elementor-3466 .blog-product-card.e-flexbox-base {
        min-height: 270px;

        padding: 22px;
    }

    .elementor-3466 .blog-product-button,
    .elementor-3466 .blog-product-button .elementor-button {
        width: 100%;
    }
}

/* =========================================
   Blog Hero
   ========================================= */

.elementor-3466 .blog-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 66px 0 38px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(91, 94, 255, 0.11) 0%,
            rgba(91, 94, 255, 0.045) 28%,
            rgba(91, 94, 255, 0) 58%
        );
}

.elementor-3466 .blog-hero-inner.e-flexbox-base {
    position: relative;
    z-index: 1;
    width: min(100% - 40px, 1030px);
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
}

.elementor-3466 .blog-hero-title {
    width: 100%;
    margin: 0;
}

.elementor-3466 .blog-hero-title .elementor-heading-title {
    margin: 0;
    font-size: clamp(44px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.elementor-3466 .blog-hero-description {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.elementor-3466 .blog-hero-description p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.72;
}

@media (max-width: 1024px) {
    .elementor-3466 .blog-hero {
        padding: 76px 0 64px;
    }

    .elementor-3466 .blog-hero-inner.e-flexbox-base {
        width: min(100% - 36px, 900px);
    }
}

@media (max-width: 767px) {
    .elementor-3466 .blog-hero {
        padding: 58px 0 50px;
    }

    .elementor-3466 .blog-hero-inner.e-flexbox-base {
        width: calc(100% - 28px);
        gap: 12px;
    }

    .elementor-3466 .blog-hero-title .elementor-heading-title {
        font-size: 40px;
    }

    .elementor-3466 .blog-hero-description p {
        font-size: 15px;
        line-height: 1.65;
    }
}
