/*!
Theme Name: Blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Version: 2.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 6.8
Text Domain: blocksy
Blocksy Minimum Companion Version: 2.0.74-beta1
Tags: accessibility-ready, blog, block-patterns, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/

/* Dark mode */
.dark-mode p,
.dark-mode h2,
.dark-mode h3,
.dark-mode a,
.dark-mode span,
.dark-mode .comment-reply-title .form-title,
.dark-mode .filters-form select {
    color: white !important;
}

.dark-mode a.active {
    color: #006fc4 !important;
}

.dark-mode .homepage-right-column {
    background-color: #1e1e1e !important;
}

.dark-mode .search-button svg,
.dark-mode .mobile-menu-button svg {
    filter: invert(1);
}

.dark-mode .elementor-14 .elementor-element.elementor-element-bea5c9e .elementskit-navbar-nav > li.current-menu-item > a,
.dark-mode .elementor-14 .elementor-element.elementor-element-bea5c9e .elementskit-navbar-nav > li:hover > a {
    color: white !important;
    border-color: white !important;
}

.dark-mode .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-color: white !important;
}

/* Header */
.ekit_navsearch-button svg {
    color: #000000;
}

.lang-select-wrapper {
    position: relative;
    display: inline-block;
}

.lang-select-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #006fc4; /* blue circle */
    background-image: url("../../../wp-content/uploads/2025/06/globe-02-Stroke-Rounded.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    border-radius: 50%;
    pointer-events: none;
}

.lang-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0.4rem 0.5rem 0.5rem 3.2rem;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: none;
    color: #000;
    font-family: "Kumbh Sans";
    background-image: none;
}

.theme-switcher {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.theme-switcher input {
    display: none;
}

.toggle-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    position: relative;
    padding: 8px;
    cursor: pointer;
    margin-top: 10px;
}

.toggle-label .sun-icon,
.toggle-label .moon-icon {
    font-size: 18px;
    transition: opacity 0.3s;
    z-index: 99;
}

.toggle-label::before {
    content: "";
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #006fc4, #004b85);
    position: absolute;
    top: 50%;
    left: 8px;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translateY(-50%);
}

input:checked + .toggle-label::before {
    transform: translate(34px, -50%);
}

.sun-icon {
    position: absolute;
    left: 13px;
}

.moon-icon {
    position: absolute;
    right: 11px;
}

.dark-mode {
    background: #111;
    color: white;
}

.dark-mode .toggle-label {
    background: #333;
}

.dark-mode .toggle-label::before {
    background: #006fc4;
}

.dark-mode .moon-icon {
    filter: invert(1);
}

/* Homepage - Slider */
.breaking-news-slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border-radius: 30px;
    touch-action: pan-y;
}

.breaking-news-slider .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slider-slide {
    display: none;
    position: relative;
    transition: opacity 0.5s ease-in-out;
}

.slider-slide.active {
    display: block;
    opacity: 1;
}

.breaking-news-slider .slider-slide a img {
    height: 585px;
    object-fit: cover;
}

.slider-content {
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(55, 55, 55, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 29px 33px 50px;
    border-radius: 20px;
    width: 94%;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.slider-content h3 {
    font-size: 40px;
    margin: 0 0 10px;
    font-family: "Kumbh Sans", sans-serif;
}

.slider-content h3 a {
    color: white;
    text-decoration: none;
}

.slider-content p {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px;
    font-family: "Kumbh Sans", sans-serif;
}

.slider-content .slider-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 90px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
}

/* .slider-content .read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.slider-content .read-more:hover {
    background: #0056b3;
} */

.slider-dots {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

/* Default Dot Style */
.slider-dots span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}

/* Active Dot */
.slider-dots span.active {
    background: white;
}

/* Homepage - Featured Posts */
/* Container for recent posts */
.recent-posts-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Single post card */
.post-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.recent-posts-cards .post-card {
    flex-direction: row;
    align-items: center;
}

/* Image */
.post-card-image {
    width: 180px;
    min-width: 180px;
    height: 160px !important;
    border-radius: 12px !important;
    object-fit: cover;
}

/* Content */
.post-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}

/* Title */
.post-card-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: "Kumbh Sans", sans-serif;
}

.post-card-title a {
    text-decoration: none;
    color: black;
    transition: color 0.3s;
}

.post-card-title a:hover {
    color: #006fc4;
}

/* Post meta (category & time) */
.post-meta {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
}

.post-meta .post-category {
    text-transform: uppercase;
    /*display: flex;*/
    /*align-items: center;*/
    gap: 10px;
}

.recent-posts-cards .post-meta .post-category {
    display: flex;
    align-items: center;
}

.post-meta .post-category i {
    background: #006fc4;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 90px;
    justify-content: center;
    align-items: center;
    color: white;
}

/* Icons */
.icon {
    width: 16px;
    height: 16px !important;
    margin-right: 5px;
    background: #006fc4;
    border-radius: 50% !important;
}

/* Separator */
.separator {
    margin: 0 10px;
    color: #ccc;
}

.apple-unlocked-articles {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.apple-unlocked-articles .article-card {
    display: flex;
    gap: 30px;
    align-items: center;
}

.apple-unlocked-articles .article-card img {
    min-width: 250px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
}

.article-content .badge {
    background: #006fc4;
    border-radius: 90px;
    display: inline-flex;
    gap: 10px;
    color: white;
    padding: 10px 20px;
    font-family: "Kumbh Sans";
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.article-content h3 {
    font-family: "Kumbh Sans";
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.article-content p {
    font-family: "Kumbh Sans";
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #757575;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.7em;
}

.article-content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: black;
    font-family: "Kumbh Sans";
    font-weight: 600;
    font-size: 14px;
}

.article-content a:hover {
    color: #006fc4;
}

/* Homepage - Portfolio */
/* Wrapper pentru aliniere dreapta */
.portfolio-slider-nav {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
}

.custom-nav-button {
    width: 50px !important;
    height: 50px !important;
    border-radius: 99px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.custom-nav-button span {
    color: #000;
}

.custom-nav-button::after {
    display: none;
}

.swiper-button-prev.custom-nav-button {
    left: 86%;
}

.swiper-button-next.custom-nav-button {
    right: 0;
}

.custom-nav-button:hover {
    background: #006fc4;
}

.custom-nav-button:hover span {
    color: white;
}

.portfolio-card {
    position: relative;
}

.portfolio-thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 23px;
}

.portfolio-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(55, 55, 55, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    padding: 26px;
    width: 92%;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.portfolio-category {
    margin-bottom: 14px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    padding: 8px 14px;
    border-radius: 90px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
}

.portfolio-title {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    font-family: "Kumbh Sans", sans-serif;
}

.portfolio-excerpt {
    font-size: 16px;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.7em;
}

.portfolio-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

/* Category page */
.category-hero {
    max-width: 1440px;
    margin: 0 auto;
    background: linear-gradient(90deg, #3963b5 0%, #6d9cd4 24%, #0d227b 100%);
    border-radius: 45px;
}

.hero-card {
    padding: 76px 70px;
    display: flex;
    gap: 94px;
    align-items: center;
}

.hero-thumb {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.hero-thumb img {
    border-radius: 23px;
}

.hero-details {
    width: 50%;
}

.hero-details .meta {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 15px;
}

.hero-details .meta p {
    font-size: 16px;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.hero-details h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    font-family: "Kumbh Sans", sans-serif;
}

.excerpt-text {
    font-size: 16px;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.hero-details a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: white;
    border-radius: 90px;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.hero-details a:hover,
.related-card .btn-read:hover {
    background: white;
    color: #006fc4;
}

.container.filters {
    width: 1440px;
    margin: 60px auto;
}

.filters-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-form select {
    width: 420px;
    height: 60px;
    padding: 0 20px;
    border: 3px solid #006fc4;
    border-radius: 20px;
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 1440px;
    margin: 0 auto;
}

/* Single post page */
.single-post-layout {
    margin: 0 auto;
    max-width: 1440px;
}

.single-post-layout .post-header .post-title {
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 10px;
}

.dark-mode .single-post-layout .post-header .post-title {
    color: white;
}

.single-post-layout .post-header .post-subtitle {
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 60px;
}

.post-thumbnail {
    position: relative;
}

.post-thumbnail img {
    width: 100%;
    height: 650px;
    border-radius: 45px;
    object-fit: cover;
}

.post-thumbnail .post-thumbnail-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(55, 55, 55, 0.1);
    padding: 0 25px;
    border-radius: 0 0 45px 45px;
    width: 100%;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-thumbnail .post-meta {
    gap: 20px;
}

.post-thumbnail .post-meta .post-date {
    font-size: 14px;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 90px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-thumbnail .post-meta .post-category {
    font-size: 14px;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 90px;
    text-transform: uppercase;
}

.post-thumbnail .post-meta .post-category a {
    color: white;
    text-decoration: none;
}

.post-thumbnail .post-meta .post-category a:hover {
    text-decoration: underline;
}

.post-thumbnail .post-share {
    display: flex;
    gap: 20px;
    align-items: center;
}

.copy-link-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 10px 20px;
    border-radius: 90px;
    font-size: 14px;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-icons {
    display: flex;
    gap: 20px;
}

.share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    transition: background 0.3s ease;
}

.timeline {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    position: relative;
}

.timeline li {
    position: relative;
    padding: 0 0 30px;
    display: flex;
    align-items: center;
}

.timeline li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #000;
    z-index: 0;
}

.dark-mode .timeline li::before {
    background: #fff;
}

.timeline li:last-child::before {
    display: none;
}

.circle {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #006fc4, #01365e); /* Blue gradient */
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 20px;
    font-family: "Kumbh Sans", sans-serif;
}

.text {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: "Kumbh Sans", sans-serif;
}

.dark-mode .text {
    color: white;
}

.comment-respond {
    border: 2px solid #e2e2e2;
    border-radius: 20px;
    padding: 30px 35px;
}

.comment-reply-title {
    margin-bottom: 20px !important;
}

.comment-reply-title .form-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: "Kumbh Sans", sans-serif;
}

.comment-reply-title .form-title i {
    background: linear-gradient(135deg, #a20bc0 0%, #1161b5 100%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#commentform .form-group textarea {
    border-radius: 20px;
    border: 2px solid #e2e2e2;
    height: 220px;
    resize: none;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.dark-mode #commentform .form-group textarea::placeholder {
    color: #fff;
}

.comment-submit {
    background: #006aa6;
    color: white;
    border-radius: 90px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Kumbh Sans", sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.comment-submit:hover {
    background: #005282;
}

.related-posts {
    background: linear-gradient(135deg, #a20bc0 0%, #1161b5 100%);
    padding: 55px 50px;
    border-radius: 45px;
    margin-top: 50px;
}

.related-posts h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    font-family: "Kumbh Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.related-posts .separator {
    background: #fff;
    margin: 0 auto 30px;
}

.related-posts .separator::after {
    content: "";
    display: block;
    width: 200px;
    height: 5px;
    background: #fff;
    margin: 0 auto;
    border-radius: 20px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
    width: 66.66%;
    margin-left: auto;
}

.post-navigation .next-post a,
.post-navigation .prev-post a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #006aa6;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Kumbh Sans", sans-serif;
    border: 2px solid #006aa6;
    padding: 10px 25px;
    border-radius: 90px;
}

.post-navigation .next-post a:hover,
.post-navigation .prev-post a:hover {
    background: #006aa6;
    color: white;
}

/* Contact Form */
.contact-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 20px;
}

.contact-col {
    width: 50%;
}

.wpcf7 label:not(.wpcf7-form-control-wrap) {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: "Kumbh Sans", sans-serif;
}

.dark-mode .wpcf7 label:not(.wpcf7-form-control-wrap) {
    color: white;
}

.required-icon {
    color: #bc0000;
}

.wpcf7-form-control-wrap input {
    border-radius: 90px;
    border: 2px solid #e2e2e2;
    height: 50px;
}

.wpcf7-form-control-wrap textarea {
    border-radius: 30px;
    border: 2px solid #e2e2e2;
    height: 220px;
    resize: none;
}

.wpcf7 .wpcf7-submit {
    width: 100%;
    background: #006aa6;
    color: white;
    border-radius: 90px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Kumbh Sans", sans-serif;
    position: relative;
}

.wpcf7 .wpcf7-submit:hover {
    background: #004770;
}

.wpcf7 .wpcf7-submit::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../../wp-content/uploads/2025/05/sent-Stroke-Rounded.png"); /* <- schimbă cu linkul tău direct */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 0.5rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

/* Similar Posts */
.related-swiper {
    margin-top: 67px;
}

.related-card .card-header,
.post-card .card-header {
    position: relative;
}

.related-card .card-header img,
.post-card .card-header img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 23px;
}

.related-card .card-header .meta,
.post-card .card-header .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(55, 55, 55, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 0 0 22px 22px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.related-card .card-header .meta p,
.post-card .card-header .meta p {
    margin-bottom: 0;
    color: white;
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-card .card-header .meta a,
.post-card .card-header .meta a {
    color: white;
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
}

.post-card .card-header .meta p.card-category {
    gap: 0;
}

.related-card h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 24px 0 10px;
    font-family: "Kumbh Sans", sans-serif;
    color: white;
}

.post-card h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 24px 0 10px;
    font-family: "Kumbh Sans", sans-serif;
    color: black;
    width: 100%;
}

.recent-posts-cards .post-card h3 {
    margin-top: 0;
}

.related-card p.excerpt {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.post-card p.excerpt {
    color: #757575;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.related-card .btn-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    padding: 10px 18px;
    border-radius: 90px;
    font-size: 14px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #fff;
}

.post-card .btn-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #006aa6;
    padding: 10px 20px;
    border-radius: 90px;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #006aa6;
}

.post-card .btn-read:hover {
    color: white;
    background: #006aa6;
}

.related-swiper .swiper-pagination {
    position: static;
    margin-top: 64px;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.related-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
    opacity: 1;
    transition: opacity 0.3s ease;
    margin: 0 !important;
}

.related-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
    width: 80px;
    border-radius: 30px;
}

/* Portfolio page */
.portfolio-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.5rem 0 3rem;
    flex-wrap: wrap;
}

.portfolio-tab {
    padding: 8px 16px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: #eee;
    font-size: 15px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
}

.portfolio-tab.active {
    background: #006fc4;
    color: #fff;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* Newsletter */
.newsletter-section {
    position: relative;
    overflow: hidden;
    padding: 72px;
    border-radius: 45px;
    margin: 62px auto 20px;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    max-width: 1440px;
}

.newsletter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/wp-content/uploads/2025/04/brett-jordan-LPZy4da9aRo-unsplash.jpg") no-repeat center center;
    background-size: cover;
    transform: scale(1.1);
    z-index: -2;
}

.newsletter-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(55, 55, 55, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    margin: 15px;
    border-radius: 35px;
    backdrop-filter: blur(15px);
}

.newsletter-text h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Kumbh Sans", sans-serif;
    color: white;
}

.newsletter-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Kumbh Sans", sans-serif;
    color: white;
}

.tnp-subscription label {
    display: none;
}

.tnp-subscription form {
    position: relative;
}

.tnp-subscription input[type="email"] {
    width: 100%;
    height: 60px;
    padding: 20px !important;
    border-radius: 12px;
    border: 2px solid #fff !important;
    background-color: transparent !important;
    font-size: 18px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 600;
    color: white !important;
}

.tnp-subscription input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.tnp-subscription .tnp-field-button {
    position: absolute !important;
    right: 62px;
    top: 0;
}

.tnp-subscription input[type="submit"] {
    height: 60px !important;
    padding: 0 30px;
    background-color: #fff !important;
    background-image: url("/wp-content/uploads/2025/06/newsletter_icon.png") !important;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    font-size: 0;
    color: transparent !important;
    border: none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    width: 60px !important;
}

div.tnp-subscription {
    margin-right: 0 !important;
    max-width: 550px !important;
}

@media (max-width: 1440px) {
    /* Blog post */
    .single-post-layout,
    .category-hero,
    .filters,
    .post-grid {
        max-width: 90%;
        margin: 0 auto;
    }

    .related-posts {
        padding: 65px 45px;
    }

    .newsletter-section {
        gap: 50px;
    }

    .newsletter-text p {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    div.tnp-subscription {
        max-width: 500px !important;
    }
}

@media (max-width: 1024px) {
    .elementor-14 .elementor-element.elementor-element-bea5c9e .elementskit-menu-close {
        font-size: 0;
        border: none;
    }

    .dark-mode .elementor-14 .elementor-element.elementor-element-bea5c9e .elementskit-menu-close {
        filter: invert(1);
    }

    .elementor-14 .elementor-element.elementor-element-bea5c9e .elementskit-menu-close::after {
        content: '';
        background-image: url("../../../wp-content/uploads/2025/08/cancel-circle-half-dot-stroke-rounded-1.svg");
        display: block;
        width: 28px;
        height: 28px;
    }

    .dark-mode .ekit_menu_responsive_tablet>.elementskit-navbar-nav-default {
        background-color: #000;
    }

    /* Homepage */
    .breaking-news-slider {
        max-width: 100%;
    }

    /* Blog post */
    .single-post-layout .post-header .post-title {
        font-size: 40px;
    }

    .single-post-layout .post-header .post-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .post-thumbnail img {
        height: 480px;
    }

    .post-thumbnail .post-meta .post-date,
    .post-thumbnail .post-meta .post-category {
        font-size: 12px;
    }

    .copy-link-btn {
        padding: 8px 13px;
    }

    .copy-link-btn span {
        display: none;
    }

    .post-thumbnail .post-thumbnail-footer {
        height: 90px;
    }

    .share-icons a {
        width: 40px;
        height: 40px;
    }

    .circle {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-right: 10px;
    }

    .text,
    .comment-reply-title .form-title {
        font-size: 18px;
    }

    .timeline li::before {
        left: 17px;
    }

    .post-navigation .next-post a,
    .post-navigation .prev-post a {
        font-size: 16px;
        padding: 10px 25px;
    }

    .comment-respond {
        padding: 20px 25px;
    }

    #commentform .form-group textarea {
        font-size: 16px;
    }

    .comment-submit {
        font-size: 16px;
        padding: 8px 0;
    }

    .related-posts {
        padding: 45px;
    }

    .related-posts h2 {
        font-size: 32px;
    }

    .related-card .card-header img {
        height: 300px;
    }

    .related-card .card-header .meta {
        padding: 20px;
    }

    .related-card .card-header .meta p,
    .related-card .card-header .meta a {
        font-size: 14px;
    }

    .newsletter-section {
        padding: 50px;
        flex-direction: column;
        gap: 20px;
    }

    .newsletter-text {
        text-align: center;
        width: 100%;
    }

    div.tnp-subscription {
        width: 100% !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 1024px) {
    .elementskit-menu-hamburger {
        padding: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
    }

    .elementskit-menu-hamburger svg {
        width: 28px !important;
        height: 28px !important;
    }

    .dark-mode .elementskit-menu-hamburger svg {
        filter: invert(1);
    }

    /* Category page */
    .category-hero {
        border-radius: 35px;
    }

    .category-hero .hero-card {
        padding: 30px;
        gap: 30px;
    }

    .hero-thumb,
    .hero-details {
        width: 100%;
    }

    .hero-details h2 {
        text-align: center;
        font-size: 32px;
    }

    .excerpt-text {
        font-size: 14px;
        text-align: center;
    }

    .hero-details .meta {
        justify-content: center;
        gap: 40px;
    }

    .hero-details a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 20px;
        font-size: 13px;
    }

    .category-hero .hero-card {
        flex-direction: column;
        align-items: center;
    }

    .container.filters {
        width: 90%;
        margin: 40px auto;
    }

    .filters-form {
        flex-direction: column;
        gap: 20px;
    }

    .filters-form select {
        width: 100%;
    }

    .post-grid {
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
    }

    .category .newsletter-section {
        width: 90%;
    }

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

@media (max-width: 992px) {
    .post-card .card-header .meta {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .filters-form select {
        height: 50px;
        font-size: 14px;
        border-radius: 15px;
    }
}

@media (max-width: 540px) {
    /* Header */
    .toggle-label {
        width: 60px;
        height: 35px;
    }

    .toggle-label::before {
        width: 20px;
        height: 20px;
    }

    .toggle-label .sun-icon,
    .toggle-label .moon-icon {
        width: 14px;
    }

    .sun-icon {
        left: 11px;
    }

    input:checked + .toggle-label::before {
        transform: translate(22px, -50%);
    }

    .elementor-14 .elementor-element.elementor-element-bea5c9e .elementskit-navbar-nav > li.current-menu-item > a,
    .elementor-14 .elementor-element.elementor-element-bea5c9e .elementskit-navbar-nav > li:hover > a {
        border-color: transparent;
    }

    /* Homepage */
    .breaking-news-slider .slider-slide a img {
        height: 385px;
    }

    .slider-content {
        bottom: 13px;
        padding: 20px 23px 30px;
    }

    .slider-content .slider-tag {
        padding: 8px 12px;
        font-size: 10px;
        margin-bottom: 7px;
    }

    .slider-content h3 {
        font-size: 30px;
    }

    .slider-content p {
        font-size: 12px;
        margin: 0 0 12px;
    }

    .slider-dots {
        bottom: 33px;
    }

    .slider-dots span {
        width: 8px;
        height: 8px;
    }

    .recent-posts-cards {
        gap: 40px;
    }

    .recent-posts-cards .post-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .recent-posts-cards .post-card .post-card-image-link {
        width: 100%;
        margin-bottom: 10px;
    }

    .recent-posts-cards .post-card .post-card-image {
        width: 100%;
        height: 220px !important;
        object-fit: cover;
    }

    .recent-posts-cards .post-card h3 {
        margin-bottom: 5px;
    }

    .apple-unlocked-articles .article-card {
        flex-direction: column;
        gap: 20px;
    }

    .apple-unlocked-articles .article-card img {
        width: 100%;
    }

    .article-content .badge {
        font-size: 12px;
        gap: 8px;
        padding: 8px 15px;
    }

    .article-content h3 {
        font-size: 24px;
    }

    .article-content p {
        font-size: 14px;
    }

    .portfolio-content {
        padding: 18px;
    }

    .portfolio-thumb img {
        height: 400px;
    }

    .portfolio-category a {
        font-size: 10px;
    }

    .portfolio-title {
        font-size: 20px;
    }

    .portfolio-excerpt {
        font-size: 14px;
        max-height: none;
    }

    .portfolio-link {
        font-size: 12px;
    }

    /* Category page */
    .post-card .card-header img {
        height: 270px;
        border-radius: 20px;
    }

    .post-card .card-header .meta {
        border-radius: 0 0 20px 20px;
        padding: 18px;
    }

    .post-card .card-header .meta p,
    .post-card .card-header .meta a,
    .post-card p.excerpt,
    .hero-details .meta p {
        font-size: 13px;
    }

    .hero-details .meta {
        gap: 0;
        justify-content: space-around;
    }

    .post-card h3 {
        font-size: 22px;
    }

    .post-card .btn-read {
        font-size: 12px;
        padding: 8px 15px;
        border-radius: 50px;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }

    .post-card .card-header .meta {
        flex-direction: row;
    }

    /* Blog post */
    .single-post-layout .post-header .post-title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .single-post-layout .post-header .post-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .post-thumbnail img {
        height: 400px;
    }

    .post-thumbnail .post-thumbnail-footer {
        flex-direction: column;
        padding: 15px 20px;
        height: auto;
        gap: 15px;
    }

    .post-thumbnail .post-meta .post-date,
    .post-thumbnail .post-meta .post-category {
        font-size: 10px;
        padding: 8px 15px;
    }

    .copy-link-btn {
        padding: 5px 9px;
        font-size: 12px;
    }

    .share-icons a {
        width: 33px;
        height: 33px;
        font-size: 13px;
    }

    .post-navigation {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .post-navigation .next-post a,
    .post-navigation .prev-post a {
        font-size: 20px;
        padding: 7px 14px;
    }

    .post-navigation .next-post a span,
    .post-navigation .prev-post a span {
        display: none;
    }

    .comment-respond {
        padding: 20px;
    }

    .comment-reply-title .form-title i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .comment-reply-title .form-title {
        font-size: 16px;
    }

    .related-posts {
        margin-top: 30px;
        border-radius: 25px;
        padding: 35px 20px;
    }

    .related-posts h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .related-posts .separator::after {
        width: 150px;
    }

    .related-swiper {
        margin-top: 30px;
    }

    .related-swiper .swiper-pagination {
        margin-top: 40px;
    }

    .portfolio-tabs {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
    }

    .portfolio-tabs::-webkit-scrollbar {
        display: none;
    }

    .portfolio-tab {
        white-space: nowrap;
    }

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

    .contact-row {
        flex-direction: column;
        gap: 20px;
    }

    .contact-col {
        width: 100%;
    }

    .post-card-content {
        margin-left: 0;
    }

    .wpcf7 label:not(.wpcf7-form-control-wrap) {
        font-size: 16px;
    }

    .wpcf7-form-control-wrap input {
        height: 45px;
    }

    .newsletter-section {
        margin-top: 40px;
        padding: 55px 45px;
        border-radius: 25px;
        gap: 30px;
        max-width: 100%;
    }

    .newsletter-section::after {
        border-radius: 20px;
    }

    .newsletter-text h4 {
        font-size: 27px;
    }

    .tnp-subscription input[type="email"] {
        height: 50px;
        padding: 15px !important;
        font-size: 14px !important;
    }

    .tnp-subscription .tnp-field-button {
        right: -20px;
    }

    .tnp-subscription input[type="submit"] {
        height: 50px !important;
        width: 50px !important;
        right: 20px;
        background-size: 20px 20px !important;
    }
}
