/**
Theme Name: codingcircle child
Theme URI: https://codingcircle.in
Author: Ascendoor
Author URI: https://codingcircle.in
Version: 1.0.2
Requires PHP: 7.4
Tested up to: 6.1
Requires at least: 5.0
Template: elite-blog
Text Domain: codingcircle
Description: Marvel Blog is an ideal blog theme for professional content creators, prioritizing cleanliness, minimalism, and speed. It stands out with complete responsiveness, cross-browser compatibility, and SEO-friendly design. This theme offers a user-friendly interface, enabling bloggers to focus solely on crafting exceptional content without technical hassles. Its simple layout enhances readability, and it boasts exceptional typography to engage readers effectively. Marvel Blog is the perfect choice for those seeking a polished appearance and a streamlined content creation experience. Check the theme documentation at: https://docs.ascendoor.com/docs/marvel-blog/ and demo at: https://demos.ascendoor.com/marvel-blog/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, news, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Marvel Blog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* clander-custom-design-path */

.main-container-chapter-content {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 399px) {
  .calendar-grid {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  
  .clander-image img {
    height: 285px !important;
}

.main-container-chapter-content{
    padding: 20px !important;
}
}



.custom-calendar {
  width: 500px;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
font-family: sans-serif;
}

.calendar-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.clander-image {
    display: flex;
    justify-content: center;
}

.clander-image img {
    width: 100%;
    border-radius: 7px;
    height: 356px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 6px;
}

.calendar-day {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 6px;
    width: 40px !important;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    padding: 5px 5px;
    transition: .3s ease;
}

.calendar-day:hover {
  background: #007bff;
  color: #fff;
}
/* path of purpose css start */


.container-main-path {
    background: linear-gradient(135deg, #f0f0f0, #ffffff);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    min-height: 100vh;
    margin: 0;
    padding: 20px;
  flex-wrap: wrap;
}

.image-box-front img {
    width: 100%;
    height: 580px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.book-shelf {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 40px;
  justify-content: center;
}

.book-container {
  perspective: 2000px;
    width: 425px;
    height: 580px;
}

.book {
position: relative;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    height: 100%;
    transform-style: preserve-3d;
}

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transform-origin: left;
  transition: all 1.5s;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}

.cover-title {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.cover-title-2nd {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    top: -50px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.page-purpose {
  width: 100%;
  height: 100%;
	overflow-y:auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
  z-index: 1;
}

.page-purpose h3 {
     margin-top: 0;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
    font-size: 23px;
}

.page-purpose ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.page-purpose li {
    margin: 10px 0;
}

.page-purpose a {
	box-shadow: rgba(9, 30, 66, .25) 0px 4px 8px -2px, rgba(9, 30, 66, .08) 0px 0px 0px 1px;
    padding: 5px 5px;
    border-radius: 7px;
display: block; 
	color: #2d3436;
  text-decoration: none;
  font-weight: 500;
}

.page-purpose a:hover {
  color: #6c5ce7;
}

/* Flip on desktop hover */
@media (min-width: 768px) {
  .book-container:hover .cover {
    transform: rotateY(-180deg);
  }
}

/* Flip on mobile tap */
.book-container.open .cover {
  transform: rotateY(-180deg);
}

/* path of purpose css end */

.programs-container {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 0 30px;
	grid-gap: 30px;
    align-items: center;
    margin: 50px 0 50px 0;
}

.program-cards-box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 5px;
	border-radius: 5px;
	padding: 20px 10px 10px 10px;
    justify-content: center;
   box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.program-cards-box-container img {
     height: 6rem;
    width: 6rem;
    padding: 4px;
    border-radius: 100%;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.program-cards-box-container p {
    font-size: 1.2rem;
}

.program-cards-box-container button, a{
	width:100% !important;
}

.learn-btn {
    padding: 9px;
    font-size: 1.2rem;
    border: none;
    border-radius: 5px;
	transition: 0.2s all;
}

.buttons .learn-btn1 {
    border-radius: 30px;
    margin-top: 15px;
}

.buttons {
    width: -webkit-fill-available;
}

.learn-btn:hover, .learn-btn:focus{
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #e62304;	
}

@media(max-width:768px){
	.programs-container{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:599px){
	.programs-container{
		grid-template-columns:1fr;
	}
}

.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: -webkit-fill-available;
}

.card {
    padding: 20px;
    border-radius: 7px;
    text-align: center;
    position: relative;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.badge {
    position: absolute;
    top: -20px;
    right: -13px;
    width: 50px;
    height: 50px;
}

.hexagon {
    width: 100%;
    height: 100%;
}

.btn {
    background-color: #e62304;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e62304;
}
.btn:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e62304;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .badge {
        top: -10px;
        right: -10px;
        width: 50px;
        height: 50px;
    }
}

.table-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

table.responsive-table th {
    background-color: #f2f2f2;
    color: #000000;
    text-align: left;
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid #00000042;
}

table.responsive-table td {
    padding: 14px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

table.responsive-table tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

table.responsive-table td a {
    text-decoration: none; 
    color: #e62304;
    font-weight: 500;
}

table.responsive-table th:nth-child(1) {
    border-top-left-radius: 7px;
}

table.responsive-table th:nth-child(3) {
    border-top-right-radius: 7px;
}

table.responsive-table td:first-child,
table.responsive-table th:first-child {
    width: 10%;
	cursor:text;
    text-align: center;
}

table.responsive-table td:nth-child(2),
table.responsive-table th:nth-child(2) {
    width: 55%;
}

table.responsive-table td:nth-child(3){
	cursor:not-allowed;
}

table.responsive-table td:nth-child(3),
table.responsive-table th:nth-child(3) {
    width: 35%;
}

@media (max-width: 768px) {
    .table-container {
        padding: 10px;
    }

    table.responsive-table {
        width: 100%;
        display: block;
        overflow-x: auto; 
        white-space: nowrap;
    }

    table.responsive-table th, 
    table.responsive-table td {
        padding: 12px;
        font-size: 14px;
    }

    table.responsive-table td:first-child,
    table.responsive-table th:first-child {
        width: 15%;
    }

    table.responsive-table td:nth-child(2),
    table.responsive-table th:nth-child(2),
    table.responsive-table td:nth-child(3),
    table.responsive-table th:nth-child(3) {
        width: 40%;
    }
}

@media (max-width: 480px) {
    table.responsive-table th,
    table.responsive-table td {
        font-size: 12px;
        padding: 10px;
    }

    table.responsive-table td:first-child,
    table.responsive-table th:first-child {
        width: 20%;
    }

    table.responsive-table td:nth-child(2),
    table.responsive-table th:nth-child(2),
    table.responsive-table td:nth-child(3),
    table.responsive-table th:nth-child(3) {
        width: 40%;
    }

    .table-container {
        padding: 5px;
    }
}

.page-numbers.current, .page-numbers {
    background: #e62304;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
}

.next.page-numbers {
	transition: 0.3s all ease;
    text-decoration: none;
}

.prev.page-numbers:hover {
    box-shadow:0 0 0 1.5px #fff, 0 0 0 3px #e62304;
}
.prev.page-numbers:focus {
    box-shadow:0 0 0 1.5px #fff, 0 0 0 3px #e62304;
}
.next.page-numbers:hover {
    box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #e62304;
}
.next.page-numbers:focus {
    box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #e62304;
}
.page-numbers:hover {
    box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #e62304;
}
.page-numbers:focus {
    box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #e62304;
}

.prev.page-numbers {
	transition: 0.3s all ease;
    text-decoration: none;
}

.page-numbers {
	transition: 0.3s all ease;
    text-decoration: none;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
}

@media screen and (max-width: 768px) {
.custom-logo {
    width: 100% !important;
}
}

.custom-logo {
    width: 58%;
}

/* General Container */
.code-tab-container {
    width: 100%;
    font-family: 'Arial', sans-serif;
}

.code-tabs {
	overflow-x: auto;
    gap: 5px;
    display: flex;
}

code.hljs{
	font-size:13px !important;
	color:#fff !important;
	background:transparent !important;
}

pre[class*=language-] {
    padding: 0 !important;
    margin: 0 !important;
    overflow: auto;
    border-radius: 0 !important;
}

.code-tab-button {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 4px 12px;
    background-color: #4f9410;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    transition: background-color .3s, color .3s;
    border-radius: 5px 5px 0 0;
}

.code-tab-button.active {
    background-color: #000;
    color: white;
}

.code-tab-content {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: none;
    padding: 20px;
    background-color: #000;
    color: #fff;
    border-top: none;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: auto;
    position: relative;
}

.code-tab-content.active {
    display: block;
}

.copy-code {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 8px;
    background-color: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 7px;
    transition: background-color .3s, transform .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

:not(pre)>code[class*=language-], pre[class*=language-]{
	background:transparent !important;
}

.copy-code i {
    font-size: 18px;
}

.copied-text {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #28a745;
    padding: 4px 8px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
}

pre {
    margin: 0;
    padding: 0;
    background-color: #000 !important;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    overflow-x: auto;
}

pre code.hljs{
	padding:0 !important;
}

::-webkit-scrollbar-track {
    border: 1.5px solid #e62304;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
    background-image: linear-gradient(to right, #e62304 0%, #e62304 51%, #e62304 100%);
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: transparent !important;
}

.site-logo {
    position: relative;
    top: 4px;
}

.custom-logo-link {
    width: 60%;
}

@media (min-width: 426px) and (max-width: 499px) {
	.custom-logo-link {
    width: 110% !important;
}
  }

@media (max-width: 425px){
	.custom-logo-link {
    width: 80% !important;
}
  }

.showcase-section {
    background-image: url('https://codingcircle.in/wp-content/uploads/2025/02/banner-image.jpg'); 
    background-size: cover;
    color: #fff;
    height: 340px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.showcase-content {
    backdrop-filter: blur(1.5px);
}

.main-page-front-banner{
	width:100% !important;
}

.showcase-title {
    font-size: 2.5em;
    font-family: sans-serif;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
	
	  background: linear-gradient(90deg, red, orange, yellow, green, cyan, yellow, violet);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: animateText 7s linear infinite;
}

@keyframes animateText {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

.showcase-content p {
	margin-bottom:35px !important;
	font-family:sans-serif;
    font-size: 1.1em;
    margin-bottom: 30px;
    margin-left: auto;
	padding:0 180px;
    margin-right: auto;
}

.search-bar-container {
    max-width: 600px;
    margin: 0 auto;
}

.custom-card-section {
    padding: 50px 20px;
    background-color: #fff;
}

.custom-card-grid {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}

.custom-card {
	height: fit-content;
    background-color: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-10px);
       box-shadow: 0 0 6px 4px #e62304;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.card-content {
    padding: 15px 15px 4px 15px;
}

.card-content img {
    height: auto;
    width: 100%;
    border-radius: 5px;
}

.card-description {
    font-family: sans-serif;
    font-size: 14px;
    color: #000;
}

@media (max-width: 768px) {
    .showcase-title {
        font-size: 2em;
    }
	
	.custom-card-grid{
		gap:30px !important;
	}
	
	.custom-card-grid{
		 grid-template-columns: 1fr 1fr;
	}
	
	
    .showcase-description {
        font-size: 1em;
    }
	.showcase-content p{
		padding:0 !important;
	}
	
	.search-bar-container{
		padding:0 10px;
	}
}

@media (max-width: 600px) {
		.custom-card-grid{
		gap:30px !important;
	}
	.custom-card-grid{
		 grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
    .showcase-title {
        font-size: 1em;
    }
	
	.search-bar-container{
		padding:0 10px;
	}
	
	.custom-card-grid{
		 grid-template-columns: 1fr;
	}
	
	.showcase-content p{
		padding:0 !important;
	}
    .showcase-description {
        font-size: 1em;
    }
}


:root {
	--primary-color: #FC2807;
}

.light-mode {
	--dark-area-border: 1px solid #888889;
}

/* start of navigation area 
--------------------------------------------- */

.navigation-outer-wrapper .nav-wrapper .elite-blog-header-search .header-search-wrap .header-search-form .search-form {
	border-radius: 10px;
}

.navigation-outer-wrapper .nav-wrapper .elite-blog-header-search .header-search-wrap .header-search-form .search-form label .search-field {
	border-start-start-radius: 8px;
	border-end-start-radius: 8px;
}

.navigation-outer-wrapper .nav-wrapper .elite-blog-header-search .header-search-wrap .header-search-form .search-form .search-submit {
	border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

/* end oo navigation area 
--------------------------------------------- */


/* slick botton
--------------------------------------------- */
.slick-button .slick-arrow {
	border: var(--dark-area-border);
}

/* Start Banner Style
--------------------------------------------- */
.banner-section.banner-style-3 .banner-wrapper {
	max-width: 1380px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

@media (min-width: 600px) {
	.banner-slider.slick-button {
		margin: -10px;
	}
}

@media (min-width: 600px) {
	.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide {
		padding-inline: 10px;
	}
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container {
	padding: 1.3rem;
	border-radius: 14px;
	background: var(--bg-clr-light);
	border: var(--dark-area-border);
}

@media (max-width: 600px) {
	.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container {
		padding: 1rem;
	}
}


.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner {
	position: relative;
	min-height: 550px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(360deg, black, transparent);
	border-radius: 8px;
}

@media (max-width: 768px) {
	.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner {
		min-height: 400px;
	}
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	border-radius: 8px;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 200px;
	transition: all 0.3s ease;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-image:before {
	content: "";
	position: absolute;
	background: linear-gradient(360deg, black, transparent);
	top: 0;
	left: 0;
	opacity: 0.6;
	width: 100%;
	height: 100%;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail {
	position: relative;
	padding: 30px;
}
@media (max-width: 600px) {
	.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail {
		padding: 15px;
	}
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-categories a {
	color: var(--clr-text);
	position: relative;
	line-height: 2;
	text-decoration: none;
	display: inline-block;
	margin-inline-start: 8px;
	padding-inline-start: 8px;
	font-size: var(--font-xsmall);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within, .banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover {
	color: var(--primary-color);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-categories li {
	background-color: var(--bg-clr);
	border-radius: 14px;
	padding: 0 10px;
	position: relative;
	list-style: none;
	display: inline-block;
	overflow: hidden;
	z-index: 10;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-categories li:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	inset-inline-start: 10px;
	border-radius: 50%;
	background-color: var(--primary-color);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	font-size: var(--font-large);
	line-height: 1.2;
	padding-block: 10px;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a {
	color: #fff;
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background-image: linear-gradient(#fff 0%, #fff 100%), linear-gradient(#fff 0%, #fff 100%);
	background-repeat: no-repeat;
	background-size: 0% 2px, 0% 2px;
	background-position: 0 98%, 100% 98%;
	transition: background-size 0.4s cubic-bezier(0.435, 0, 0, 1);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a:focus-within, .banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-main-title a:hover {
	background-size: 51% 2px, 50% 2px;
	color: #fff;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail p.post-excerpt {
	padding-block: 10px;
	color: #fff;
	margin: 0;
	font-size: var(--font-small);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-author a:focus-within, .banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-author a {
	color: #fff;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 20px;
	transition: all 0.3s ease;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a:focus-within, .banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a::before {
	content: "";
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button a.read-more-btn {
	text-decoration: none;
	font-size: var(--font-xsmall);
	color: #fff;
	padding: 6px;
	font-weight: bold;
	transition: all 0.3s ease-in;
	background-image: linear-gradient(#fff 0%, #fff 100%), linear-gradient(#fff 0%, #fff 100%);
	background-repeat: no-repeat;
	background-size: 0% 2px, 0% 2px;
	background-position: 7px 90%, 80% 90%;
	transition: background-size 0.4s cubic-bezier(0.435, 0, 0, 1);
}

.banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button a.read-more-btn:focus-within, .banner-section.banner-style-3 .banner-wrapper .slick-button .slick-slide .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button a.read-more-btn:hover {
	background-size: 50% 2px, 50% 2px;
	color: #fff;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button:focus-within button, .banner-section.banner-style-3 .banner-wrapper .slick-button:hover button {
	visibility: visible;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button:focus-within .slick-arrow.fa-chevron-left, .banner-section.banner-style-3 .banner-wrapper .slick-button:hover .slick-arrow.fa-chevron-left {
	left: 20px;
}

.banner-section.banner-style-3 .banner-wrapper .slick-button:focus-within .slick-arrow.fa-chevron-right, .banner-section.banner-style-3 .banner-wrapper .slick-button:hover .slick-arrow.fa-chevron-right {
	right: 20px;
}

/* End Banner Style
--------------------------------------------- */

/* Start Categories Style
--------------------------------------------- */
.categories-section .categories-container-wrapper {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.categories-section.categories-style-2 .categories-inner {
	height: 100%;
	margin-bottom: 20px;
	margin-inline: 10px;
	position: relative;
}

.categories-section.categories-style-2 .categories-inner .categories-image {
	background-color: var(--bg-clr-light);
	box-shadow: 0px 16px 34px -10px var(--bg-shadow);
	border: var(--dark-area-border);
	border-radius: 14px;
	padding: 14px;
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.categories-section.categories-style-2 .categories-inner .categories-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	transform: scale(90%);
	border-radius: 14px;
	transition: all 0.3s ease;
}

.categories-section.categories-style-2 .categories-inner .categories-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: all 0.3s ease;
	border-radius: 10px;
}

.categories-section.categories-style-2 .categories-inner .categories-details {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 15px 7px;
	text-align: center;
}

.categories-section.categories-style-2 .categories-inner .categories-details .categories-title {
	text-align: center;
	font-size: var(--font-base);
	line-height: 1.2;
}

.categories-section.categories-style-2 .categories-inner .categories-details .categories-title a {
	color: #ffff;
	font-family: var(--font-heading);
	text-decoration: none;
	opacity: 0.8;
}

.categories-section.categories-style-2 .categories-inner .categories-details span {
	color: #fff;
	align-self: center;
	font-size: var(--font-xsmall);
}

.categories-section.categories-style-2 .categories-inner:focus-within .categories-image img, .categories-section.categories-style-2 .categories-inner:hover .categories-image img {
	transform: scale(1.05);
}

.categories-section.categories-style-2 .categories-inner:focus-within .categories-image:after, .categories-section.categories-style-2 .categories-inner:hover .categories-image:after {
	transform: scale(100%);
	opacity: 0.5;
}

.categories-section.categories-style-2 .categories-inner:focus-within .categories-details .categories-title a, .categories-section.categories-style-2 .categories-inner:hover .categories-details .categories-title a {
	opacity: 1;
}
/* End Categories Style
--------------------------------------------- */

/* Start Archive Style
--------------------------------------------- */
.blog-archieve-layout.list-style-2 {
	display: grid;
	gap: 24px;
}

.blog-archieve-layout.list-style-2 article {
	margin: 0;
}

.blog-archieve-layout.list-style-2 article .blog-post-container {
	overflow: hidden;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner {
	background: var(--bg-clr-light);
	border: var(--dark-area-border);
	padding: 1.3rem;
	border-radius: 14px;
	display: flex;
	gap: 28px;
}

@media (max-width: 600px) {
	.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner {
		flex-direction: column;
		padding: 1rem;
	}
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-image {
	width: 40%;
	line-height: 0;
	aspect-ratio: 1/0.7;
}

@media (max-width: 600px) {
	.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-image {
		width: 100%;
	}
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

@media (max-width: 600px) {
	.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-image {
		height: 250px;
	}
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail {
	align-self: center;
	width: 60%;
}

@media (max-width: 600px) {
	.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail {
		width: 100%;
	}
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
	font-size: var(--font-normal);
	line-height: 1.2;
	padding-block: 10px;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
	text-decoration: none;
	transition: all 0.3s ease-in;
	background-image: linear-gradient(var(--primary-color) 0%, var(--primary-color) 100%), linear-gradient(var(--primary-color) 0%, var(--primary-color) 100%);
	background-repeat: no-repeat;
	background-size: 0% 2px, 0% 2px;
	background-position: 0 98%, 100% 98%;
	transition: background-size 0.4s cubic-bezier(0.435, 0, 0, 1);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:focus-within, .blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .entry-title a:hover {
	background-size: 51% 2px, 50% 2px;
	color: var(--primary-color);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories .cat-links a {
	color: var(--clr-text);
	position: relative;
	line-height: 2;
	text-decoration: none;
	display: inline-block;
	border-radius: 14px;
	padding-block: 2px;
	padding-inline-start: 20px;
	padding-inline-end: 10px;
	font-size: var(--font-xsmall);
	background-color: var(--bg-clr);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories .cat-links a:focus-within, .blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories .cat-links a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-categories .cat-links a:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	inset-inline-start: 7px;
	border-radius: 50%;
	background-color: var(--primary-color);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt {
	color: var(--clr-text);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt p {
	padding-block: 10px;
	font-size: var(--font-small);
	margin: 0;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	transition: all 0.3s ease;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-author a:focus-within, .blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a {
	margin-inline-end: 4px;
	position: relative;
	color: var(--clr-text);
	text-decoration: none;
	font-size: var(--font-xsmall);
	padding-inline-start: 20px;
	transition: all 0.3s ease;
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a:focus-within, .blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-archieve-layout.list-style-2 article .blog-post-container .blog-post-inner .blog-post-detail .post-meta-button .post-meta .post-date a::before {
	content: "";
	width: 15px;
	height: 2px;
	background-color: var(--border-clr);
	position: absolute;
	inset-inline-start: 0px;
	top: 50%;
	transform: translateY(-50%);
}

/* ---------------------------------------------
end of archive */


/* start of categories
--------------------------------------------- */

.categories-section.categories-style-2 .categories-inner .categories-image {
	padding: unset;
}

.categories-section.categories-style-2 .categories-inner .categories-image:after {
	transform: unset;

}

/* ---------------------------------------------
end of categories */

/* start of search widget
--------------------------------------------- */
form .wp-block-search__inside-wrapper {
	border: var(--dark-area-border);
	background: var(--bg-clr-light);
}

.site-footer .wp-block-search__inside-wrapper {
	border: var(--dark-area-border);
	background: #161a20;
}

form .wp-block-search__inside-wrapper input {
	background: var(--bg-clr);
	border-start-start-radius: 8px;
    border-end-start-radius: 8px;
}

form .wp-block-search__inside-wrapper button {
	border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}

form .wp-block-search__inside-wrapper {
	border-radius: 14px;
}

.site-footer  .wp-block-search__inside-wrapper input {
	color: #ffff;
}

.site-footer .wp-block-search__inside-wrapper input {
	background: #212328;
}
/* ---------------------------------------------
end of search widget */

/* start of left and right sidebar background
--------------------------------------------- */
.right-sidebar .elite-blog-main-wrapper .section-wrapper .elite-blog-container-wrapper #secondary {
	background: unset;
	border-radius: unset;
	padding: unset;
}

.left-sidebar .elite-blog-main-wrapper .section-wrapper .elite-blog-container-wrapper #secondary {
	background: unset;
	border-radius: unset;
	padding: unset;
}
/* ---------------------------------------------
end of left and right sidebar background */

/* start of widget background
--------------------------------------------- */
.widget:not(.ascendoor-widget) {
	background: #fff;
	box-shadow:rgba(9,30,66,.25) 0px 1px 1px,rgba(9,30,66,.13) 0px 0px 1px 1px;
    border: none;
    padding: 1.3rem;
    border-radius: 7px;
}
@media (max-width: 600px) {
	.widget:not(.ascendoor-widget) {
		padding: 1rem;
	}
}
.site-footer .widget:not(.ascendoor-widget){
	background:#fff;
	border: none;
	padding: 1rem;
}
/* ---------------------------------------------
end of widget background */

/* start of widgets
--------------------------------------------- */

/* author info */
.blog-author-section.author-style-1 .author-container {
	background: #fff;
	border-radius: 7px;
	padding-inline: 20px;
}
.site-footer .blog-author-section.author-style-1 .author-container {
	border: 1px solid #878787;
}

.blog-author-section.author-style-1 .author-container .author-info .author-image img {
	border-start-end-radius: unset;
    border-end-start-radius: unset;
	border-radius: 100%;
	border-left: unset;
	border-right: unset;
}

/* blog popular widget */
aside .blog-popular-section .popular-post-wrapper .blog-post-container .blog-post-inner {
	background: var(--bg-clr-light);
}
.blog-post-container.list-layout .blog-post-inner {
	border-radius: 10px;
}
.blog-post-container.list-layout .blog-post-inner .blog-post-image img {
	border-radius: 8px;
}
.site-footer .blog-popular-section .popular-post-wrapper .blog-post-container .blog-post-inner {
	border: 1px solid #878787;
}
aside .blog-popular-section .popular-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-categories li {
    background-color: var(--bg-clr);
}


/* social icon widget */
.widget_elite_blog_social_icons ul.social-links li.menu-item a {
	background: var(--bg-clr-light);
	border: var(--dark-area-border);
}

/* ---------------------------------------------
end of widgets */


/* removing bg for search and social icon widgets */
 .widget.widget_search,
 .widget.widget_elite_blog_social_icons,
 .widget.widget_tag_cloud {
	background: unset; 
    border: unset;
    padding: unset;
    border-radius: unset;
}

 .site-footer .widget.widget_search,
 .site-footer .widget.widget_elite_blog_social_icons,
 .site-footer .widget.widget_tag_cloud{
	background: unset;
    border: unset;
	padding: unset;
}

/* single page content area */
.site-main > article {
   width: 70%;
    margin: auto;
	border-radius: 7px;
}


@media screen and (max-width: 768px) {
  .site-main > article {
    width: 100%;
	  
  }
}

/* comment area */
.comments-area {
	padding:15px;
    background: 0 0;
    box-shadow: rgba(9, 30, 66, .25) 0px 1px 1px, rgba(9, 30, 66, .13) 0px 0px 1px 1px;
    border-radius: 7px;
}

/* scroll to top  */
a.scroll-to-top {
	border-radius: 6px;
}