.elementor-52735 .elementor-element.elementor-element-ccfcfa3 .e-search-input{border-style:none;}.elementor-52735 .elementor-element.elementor-element-62dedba .eael-breadcrumbs .eael-breadcrumbs__content{border-style:none;}.elementor-52735 .elementor-element.elementor-element-62dedba .eael-breadcrumbs .eael-breadcrumbs__content a{color:#44C3BE;}.elementor-52735 .elementor-element.elementor-element-62dedba .eael-breadcrumbs .eael-breadcrumb-separator svg path{fill:#A5A4B0;}.elementor-52735 .elementor-element.elementor-element-62dedba .eael-breadcrumbs .eael-breadcrumb-separator{color:#A5A4B0;margin:0 10px;}.elementor-52735 .elementor-element.elementor-element-5bc2d8f{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-52735 .elementor-element.elementor-element-5bc2d8f:after{content:"0.66";}.elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-post__thumbnail__link{width:100%;}.elementor-52735 .elementor-element.elementor-element-5bc2d8f.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-52735 .elementor-element.elementor-element-5bc2d8f.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-52735 .elementor-element.elementor-element-5bc2d8f.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-52735 .elementor-element.elementor-element-5bc2d8f:after{content:"0.5";}.elementor-52735 .elementor-element.elementor-element-5bc2d8f .elementor-post__thumbnail__link{width:100%;}}@media(min-width:768px){.elementor-52735 .elementor-element.elementor-element-9cd14a1{width:70%;}.elementor-52735 .elementor-element.elementor-element-1f8ac6d{width:30%;}}/* Start custom CSS for section, class: .elementor-element-783fb56 *//* =====================================================
   Category Archive Page - Full Dark Blog Style
===================================================== */

.category-archive-section {
    direction: rtl;
    overflow: hidden;

    min-height: 100vh;
    padding: 70px 20px;

    background:
        radial-gradient(circle at 50% 0%, rgba(10, 64, 84, 0.36), transparent 34%),
        linear-gradient(180deg, #071923 0%, #041017 100%);

    color: #ffffff;
}

.category-archive-section > .elementor-container,
.category-archive-section > .e-con-inner {
    max-width: 1180px;
    margin: 0 auto;
}

/* Hero */

.category-hero {
    position: relative;
    overflow: hidden;

    margin-bottom: 34px;
    padding: 34px 28px;

    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 18px 45px rgba(0, 0, 0, 0.28);

    -webkit-backdrop-filter: blur(18px) saturate(140%);
    backdrop-filter: blur(18px) saturate(140%);
}

.category-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 90% 15%, rgba(100, 216, 223, 0.16), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(255, 123, 37, 0.10), transparent 28%);

    pointer-events: none;
}

.category-hero > * {
    position: relative;
    z-index: 1;
}

/* Archive Title */

.category-title .elementor-heading-title,
.category-title h1,
.category-title h2 {
    margin: 0 0 12px !important;

    color: #ffffff;

    font-size: clamp(28px, 4vw, 46px);
    font-weight: 950;
    line-height: 1.45;
    letter-spacing: 0;
}

/* Archive Description */

.category-desc,
.category-desc p,
.category-desc .elementor-widget-container {
    max-width: 760px;

    color: rgba(203, 216, 223, 0.78);

    font-size: 15px;
    font-weight: 500;
    line-height: 1.95;
}

/* Search Form */

.category-search {
    width: 100%;
    max-width: 560px;
    margin-top: 24px !important;
}

.category-search .elementor-search-form,
.category-search .elementor-search-form__container {
    overflow: hidden;

    min-height: 50px;

    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;

    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.category-search input[type="search"],
.category-search .elementor-search-form__input {
    height: 50px;
    min-height: 50px;

    padding: 0 18px;

    color: #073243 !important;
    background: transparent !important;

    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    font-size: 14px;
    font-weight: 700;
}

.category-search input[type="search"]::placeholder,
.category-search .elementor-search-form__input::placeholder {
    color: #7d8d95 !important;
    font-weight: 500;
    opacity: 1;
}

.category-search .elementor-search-form__submit {
    min-width: 92px;
    height: 40px;
    min-height: 40px;

    margin: 0 4px;
    padding: 0 16px;

    color: #ffffff !important;
    background: #0a4054 !important;

    border: none !important;
    border-radius: 12px;

    font-size: 13px;
    font-weight: 900;

    cursor: pointer;
}

/* Posts Grid */

.category-posts-grid {
    margin-top: 24px;
}

/* Card Base */

.category-posts-grid .elementor-post,
.category-posts-grid article,
.category-posts-grid .e-loop-item,
.category-posts-grid .elementor-post__card {
    position: relative;
    overflow: hidden;

    height: 100%;

    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.045)) !important;

    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 15px !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 16px 36px rgba(0, 0, 0, 0.24) !important;

    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);
}

/* Image */

.category-posts-grid .elementor-post__thumbnail__link,
.category-posts-grid .elementor-post__thumbnail,
.category-posts-grid .elementor-post__card .elementor-post__thumbnail {
    display: block;
    overflow: hidden;

    border-radius: 15px 15px 0 0 !important;
}

.category-posts-grid .elementor-post__thumbnail img,
.category-posts-grid article img,
.category-posts-grid .e-loop-item img {
    width: 100%;
    height: 220px;

    object-fit: cover;
    object-position: center;

    display: block;
}

/* Content Area */

.category-posts-grid .elementor-post__text,
.category-posts-grid .elementor-post__card .elementor-post__text {
    padding: 18px 18px 20px !important;
    direction: rtl;
    text-align: right;
}

.category-posts-grid .elementor-post__card .elementor-post__text {
    margin: 0 !important;
}

/* Title */

.category-posts-grid .elementor-post__title,
.category-posts-grid .elementor-post__title a,
.category-posts-grid article h2,
.category-posts-grid article h2 a,
.category-posts-grid article h3,
.category-posts-grid article h3 a {
    margin: 0 0 10px !important;

    color: #ffffff !important;

    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.75 !important;

    text-align: right;
    text-decoration: none !important;
}

/* Meta */

.category-posts-grid .elementor-post__meta-data,
.category-posts-grid .elementor-post__meta-data span {
    margin: 0 0 12px !important;

    color: rgba(100, 216, 223, 0.62) !important;

    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;

    text-align: right;
}

/* Excerpt */

.category-posts-grid .elementor-post__excerpt,
.category-posts-grid .elementor-post__excerpt p {
    margin: 0 0 16px !important;

    color: rgba(203, 216, 223, 0.72) !important;

    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.9 !important;

    text-align: right;
}

/* Read More - Blog Style */

.category-posts-grid .elementor-post__read-more,
.category-posts-grid a.elementor-post__read-more {
    position: relative;

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

    width: auto !important;
    min-width: 112px;
    min-height: 34px;

    padding: 0 14px 0 38px !important;
    margin-top: 4px;

    color: #ffffff !important;
    background: #0a4054 !important;

    border: 1px solid rgba(100, 216, 223, 0.30);
    border-radius: 10px !important;

    font-size: 12.5px !important;
    font-weight: 900 !important;
    line-height: 1.5;
    text-decoration: none !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 8px 18px rgba(0, 0, 0, 0.18);

    transition: none !important;
    transform: none !important;
}

.category-posts-grid .elementor-post__read-more::after,
.category-posts-grid a.elementor-post__read-more::after {
    content: "←";

    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) !important;

    width: 22px;
    height: 22px;

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

    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);

    border-radius: 8px;

    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.category-posts-grid .elementor-post__read-more:hover,
.category-posts-grid a.elementor-post__read-more:hover {
    color: #ffffff !important;
    background: rgba(10, 64, 84, 0.88) !important;
    border-color: rgba(100, 216, 223, 0.42);
}

/* Pagination - Blog Style */

.category-pagination,
.category-posts-grid .elementor-pagination {
    margin-top: 40px !important;
    text-align: center;
    direction: rtl;
}

.category-pagination .page-numbers,
.category-posts-grid .elementor-pagination .page-numbers {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 38px;
    height: 38px;
    margin: 0 4px;
    padding: 0 12px;

    color: rgba(255, 255, 255, 0.86) !important;
    background: rgba(255, 255, 255, 0.07) !important;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px !important;

    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.10),
        0 8px 20px rgba(0, 0, 0, 0.18);
}

.category-pagination .page-numbers.current,
.category-posts-grid .elementor-pagination .page-numbers.current {
    color: #ffffff !important;
    background: #0a4054 !important;
    border-color: rgba(100, 216, 223, 0.36) !important;
}

.category-pagination .page-numbers.prev,
.category-pagination .page-numbers.next,
.category-posts-grid .elementor-pagination .page-numbers.prev,
.category-posts-grid .elementor-pagination .page-numbers.next {
    min-width: 72px;
}

/* Mobile */

@media (max-width: 767px) {
    .category-archive-section {
        padding: 44px 14px;
    }

    .category-hero {
        padding: 26px 18px;
        margin-bottom: 24px;
    }

    .category-title .elementor-heading-title,
    .category-title h1,
    .category-title h2 {
        font-size: 27px;
        line-height: 1.55;
    }

    .category-desc,
    .category-desc p,
    .category-desc .elementor-widget-container {
        font-size: 13.5px;
        line-height: 1.9;
    }

    .category-search {
        margin-top: 18px !important;
    }

    .category-search .elementor-search-form,
    .category-search .elementor-search-form__container {
        min-height: 46px;
    }

    .category-search input[type="search"],
    .category-search .elementor-search-form__input {
        height: 46px;
        min-height: 46px;

        padding: 0 14px;

        font-size: 13.5px;
    }

    .category-search .elementor-search-form__submit {
        min-width: 76px;
        height: 36px;
        min-height: 36px;

        padding: 0 10px;

        font-size: 12.5px;
    }

    .category-posts-grid .elementor-post__thumbnail img,
    .category-posts-grid article img,
    .category-posts-grid .e-loop-item img {
        height: 190px;
    }

    .category-posts-grid .elementor-post__text,
    .category-posts-grid .elementor-post__card .elementor-post__text {
        padding: 16px !important;
    }

    .category-posts-grid .elementor-post__title,
    .category-posts-grid .elementor-post__title a,
    .category-posts-grid article h2,
    .category-posts-grid article h2 a,
    .category-posts-grid article h3,
    .category-posts-grid article h3 a {
        font-size: 16px !important;
    }

    .category-posts-grid .elementor-post__excerpt,
    .category-posts-grid .elementor-post__excerpt p {
        font-size: 13.5px !important;
    }

    .category-pagination .page-numbers,
    .category-posts-grid .elementor-pagination .page-numbers {
        min-width: 36px;
        height: 36px;
        margin: 3px;

        font-size: 12.5px;
    }
}/* End custom CSS */