.image-secs .img-secs .wp-post-image {
    height: 327px;
    object-fit: cover;
}
.img-secs{
	   height: 327px;
    object-fit: cover;
}
.mySlider {
    background: #35A1CF1A;
}
.news-btn {
    position: absolute !important;
    bottom: 3% !important;
    left: 38% !important;
    right: 0 !important;
}

/*resources-css*/
.blog-save-form .form-group input, .form-group textarea, .form-group select {
    border: 1px solid #00AEEF;
    border-radius: 5px;
    padding: 10px;
}
.blog-save-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.mySwiper-multi .card-slider {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px #00000026;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 306px;
    margin-top: 30px;
	    margin-bottom: 30px;
}

.mySwiper-multi .card-header {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
}
.custom-social-share a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #555;
    transition: color 0.3s;
}

.custom-social-share a:hover {
    color: #0073aa; /* hover color */
}

.mySwiper-multi span.post-type {
    background: #002346;
    color: white;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
}

.mySwiper-multi .card-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #191815;
    margin-bottom: 10px;
}
h3.card-title a {
    color: #000;
	text-decoration:none;
}
.mySwiper-multi .card-excerpt {
    font-size: 16px;
    color: #555;
	line-height:24px;
    flex-grow: 1;
}

.mySwiper-multi .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
}

.mySwiper-multi .social-icons a {
    margin-left: 8px;
    color: #fff;
	background-color:#002346;
    text-decoration: none;
	padding:10px;
	border-radius:3px;
}
h3.card-title a:hover{
		color:#2ca5d8;
}
.mySwiper-multi .social-icons a:hover{
    margin-left: 8px;
    color: #fff;
	background-color:#2ca5d8;
    text-decoration: none;
	padding:10px;
	border-radius:3px;
}
.pld-like-dislike-wrap.pld-custom img {
    max-width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}
.blog-thumb {
    position: relative;
}
.latest-column {
    display: contents;
}
.date {
    font-size: 13px !important;
    font-weight: 600;
}
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #002346;
    color: white;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
    z-index: 10;
}
.tag {
    background: #002346;
    color: white;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
}
.trending-column {
    display: contents;
}
     #blog-type-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 37px;
    justify-content: center;
}
#blog-type-filters button.filter-btn {
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid #191815;
    background: white;
    font-weight: 600;
    width: 161px;
    cursor: pointer;
    transition: all 0.3s ease;
}
        #blog-type-filters button.filter-btn.active {
    background: #002346;
    color: white;
    border-color: #002346;
}
        /* Search + Filter + Sort container */
   .filter-controls {
  display: flex;
  align-items: center;
  gap: 10px;
	       justify-content: center;
	   margin-bottom: 40px;
}
#sort-blog {
  appearance: none; 
  background: #111 url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  padding-right: 30px;
}
.search-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    padding: 6px;
    width: 462px;
}
button#clear-button {
    height: 47px;
}
select#sort-blog {
    height: 47px;
}
.search-box input {
  border: none;
  padding: 8px 12px;
  outline: none;
  width: 220px;
}
.search-box button {
  background: #111;
  color: #fff;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
}
#filter-button,
#reset-button,
#sort-blog {
  background: #111;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}
       .filter-controls input#search-blog {
    flex: 1;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
}

        .filter-controls button, .filter-controls select {
            padding: 8px 14px;
            background: black;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: background-color 0.3s ease;
        }
        .filter-controls button:hover, .filter-controls select:hover {
            background: #333;
        }
        .filter-controls select {
            cursor: pointer;
        }

      #filtered-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}
.blog-thumb img {
    height: 100%;
    width: 100%;
}

.pld-like-dislike-wrap {
    display: inline-block;
    margin-bottom: 0px !important; 
}
        /* Card style */
        .blog-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 15px;
        }

        /* Label tags top left black background */
        .blog-card .label-top {
            position: relative;
            background: black;
            color: white;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 4px;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 6px;
            width: fit-content;
        }
        .blog-card .label-top.latest {
            content: 'Latest';
            margin-right: 5px;
        }
        .blog-card .label-top.trending {
            content: 'Trending';
            margin-right: 5px;
        }

        /* Image Placeholder */
        .blog-card .image-placeholder {
            background: #ccc;
            height: 150px;
            border-radius: 6px;
            margin-bottom: 10px;
            position: relative;
        }
        .blog-card .image-placeholder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }

        /* Date and type */
        .blog-card .post-meta {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: #555;
            margin-bottom: 10px;
        }
        .blog-card .post-meta .type-label {
            background: black;
            color: white;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 600;
            text-transform: capitalize;
        }

        /* Title */
        .blog-card h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
            line-height: 1.2;
        }

        /* Excerpt */
        .blog-card p {
            font-size: 16px;
            line-height: 1.4;
            color: #444;
            flex-grow: 1;
            margin-bottom: 10px;
        }

        /* Read More + Likes */
        .blog-card .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .blog-card .read-more {
            background: black;
            color: white;
            padding: 7px 14px;
            border-radius: 5px;
            font-weight: 600;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: background-color 0.3s ease;
        }
        .blog-card .read-more:hover {
            background: #333;
        }
        .blog-card .read-more svg {
            width: 14px;
            height: 14px;
            fill: white;
        }
        .blog-card .likes {
            font-size: 14px;
            color: #777;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .blog-card .likes svg {
            width: 18px;
            height: 18px;
            fill: #777;
        }
.single-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 463px;
}
.copy-btn {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    width: 106px !important;
    background: #D9D9D9;
}
.single-banner .overlay {
  position: absolute;
  inset: 0;
}
.single-banner .container {
    position: relative;
    z-index: 2;
}
h1.post-title {
     line-height: 59px;
}
.single-post-page .post-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}

.single-post-page .post-content .wp-block-heading {
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}
.single-post-page .post-content .wp-block-heading strong {
  font-weight: 800;
}

/* Paragraphs */
.single-post-page .post-content p {
  margin-bottom: 1.2rem;
}

/* Lists */
.single-post-page .post-content .wp-block-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-post-page .post-content .wp-block-list li {
    margin-bottom: 0.6rem;
    font-size: 18px;
    line-height: 100%;
    list-style: disc;
}
.post-sidebar .card {
    box-shadow: 0px 0px 15px 0px #00000026;
    border: 0;
    border-radius: 20px;
}
.post-sidebar .author-card {
  box-shadow: 0 0 15px #00000020;
  border: 0;
  border-radius: 20px;
}

.author-avatar img {
  border-radius: 50%;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
    background: #002346; 
	color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.social-icons a:hover {
    background:#2ca5d8;
}

.embed-box textarea {
  width: 100%;
  font-size: 13px;
  height: 80px;
}

.like-section {
    font-size: 16px;
    border: 1px solid #000;
    padding: 6px 6px 7px 12px;
    border-radius: 5px;
}

