/**
Theme Name: Project Zealous Child
Author: Project Zealous
Author URI: https://www.projectzealous.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: project-zealous-child
Template: astra
*/

/* MAIN */
.elementor .e-flexbox-base {
    padding: 0!important;
}
.w-padding.e-flexbox-base {
    padding: 8px 16px!important;
}
div#primary {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, span, body, li, ul, label, .elementor-widget-text-editor {
        font-family: "Urbanist", Sans-serif!important;
}
.elementor-widget-text-editor.mb-0 p {
    margin-bottom: 12px;
}
.elementor-widget-text-editor.mb-0 p:last-child {
    margin-bottom: 0;
}

/* TESTIMONIALS */
.wpr-testimonial-arrow {
    bottom: 10px!important;
    top: inherit!important;
}
.wpr-testimonial-prev-arrow {
    left: inherit!important;
    right: 70px!important;
}
.wpr-testimonial-job a {
    color: #fff!important;
    font-weight: 300;
}
/* HOMEPAGE */
.bg-overl:before {
    content: '';
    width: 10000px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eaf6ff;
}
.splide__slide img {
    background-color: #0584f38a;
    width: 60px;
    padding: 10px;
    border-radius: 10px;
}
.splide__slide {
    text-align: center;
    margin: 0 20px!important;
}
.splide__slide .icon-name {
    color: #fff;
    font-size:14px;
    line-height: 1.2;
    display: inline-block;
}
.ico-img .elementor-image-box-img {
    background-color: #000;
    width: 44px!important;
    height: 40px;
    text-align: center;
    display: flex;
    border-radius: 50px;
}
.ico-img .elementor-image-box-img a { 
	margin:auto;
    top: 0;
    bottom: 0;
}
.ico-img .elementor-image-box-img img {
    width: 25px;
}

/* Dev Icons Slide */
.splide li img {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.logo-icons-wrapper .icon-name{
	font-size: 11px;
}
.logo-icons-wrapper .splide__slide{
	text-align: center;
}
.logo-icons-wrapper .splide__slide{
	max-width: 60px;
}
.prj-container:hover .prj-bx .elementor-widget-text-editor,
.prj-container:hover .prj-bx .lnk-site {
    opacity: 1;
}
.prj-bx .elementor-widget-text-editor,
.prj-bx .lnk-site {
    position: absolute;
    overflow: hidden;
    height: 100%;
	width: 100%;
    background-color: rgb(2 40 89 / 70%);
    justify-content: center;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.prj-bx .elementor-widget-text-editor p,
.prj-bx .lnk-site p {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}
.prj-bx .elementor-widget-text-editor p a,
.prj-bx .lnk-site a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.contact-form-fields .elementor-column input {
    height: 60px;
}
.contact-form-fields .elementor-column label {
    color: #fff;
}
.contact-form-fields .elementor-column textarea {
    height: 120px;
}
.contact-form-fields .elementor-column input,
.contact-form-fields .elementor-column textarea {
    border-color: #fff;
    background: #012058 !important;
    color: #fff !important;
}
.contact-form-fields .elementor-column textarea {
    padding: 12px 16px;
}
.contact-form-fields .elementor-column {
    padding: 0 12px !important;
}
.contact-form-fields .elementor-column label{
    margin-bottom: 12px !important;
}
.contact-us-btns .elementor-icon-box-title a {
    background-color: #00205EB5;
    padding: 20px 20px 20px 60px;
    z-index: 2;
    position: relative;
}

/*
.contact-us-btns .elementor-icon-box-icon {
    position: absolute;
    left: 0;
    top: 15px !important;
    z-index: 3;
}

.contact-us-btns:first-child .elementor-icon-box-icon {
    right: 125px;
}
.contact-us-btns:last-child .elementor-icon-box-icon {
    right: 215px;
} */
@media only screen and (max-width: 600px) {
	.contact-form-fields .elementor-column input {
		height: 45px;
	}
	.contact-form-fields .elementor-column textarea {
		height: 100px;
	}
}


/* Single Post - Related Posts */
.rp-related-posts-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.rp-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}
.rp-related-posts-wrapper .rp-card-image-link {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.rp-related-posts-wrapper .rp-card-image {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	display: block;
	transition: all 0.8s ease;
}
.rp-card-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 20px 20px 8px;
	font-size: 13px;
	color: #666;
}
.rp-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.rp-card-tag {
	background: #0584f317;
	border-radius: 8px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 600;
	color: #0584F3;
}
.rp-related-posts-wrapper .rp-card-reading-time {
	white-space: nowrap;
	font-size: 12px;
}
.rp-card-title-row {
	padding: 10px 20px 20px;
}
.rp-related-posts-wrapper .rp-card-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
}
.single.single-post .post-navigation {
    display: none;
}
.rp-related-posts-wrapper .rp-card-image:hover {
    transform: scale(1.05);
}
.rp-related-posts-wrapper .rp-card-reading-time:before {
    content: '\f017';
    font-family: 'Font Awesome 6 Free';
    margin-right: 3px;
}

/* Archive Posts - Blog Post Cards section */
.bp-blog-posts-wrapper .bp-card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.bp-blog-posts-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.bp-blog-posts-wrapper .bp-card {
    width: 100%;
    flex-basis: calc((100% - 32px) / 3);
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.bp-blog-posts-wrapper .bp-card .bp-card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 0.85;
    object-fit: cover;
    display: block;
    transition: all 0.8s ease;
}
.bp-card .bp-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0;
    font-size: 13px;
    color: #666;
}
.bp-card .bp-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.bp-card .bp-card-tag {
    background: #0584f317;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #0584F3;
    display: flex;
    gap: 5px;
    align-items: center;
}
.bp-card .bp-card-reading-time {
    white-space: nowrap;
    font-size: 12px;
}
.bp-card .bp-card-reading-time:before {
    content: '\f017';
    font-family: 'Font Awesome 6 Free';
    margin-right: 3px;
}
.bp-card .bp-card-title-row {
    padding: 10px 0px 8px;
}
.bp-card .bp-card-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}
.bp-card .bp-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.bp-card .bp-card-excerpt-row {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.4;
}
.bp-card .bp-card-footer-row {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}
.bp-card .bp-card-read-more, .bp-card .bp-card-date {
    font-size: 13px;
}
.bp-card .bp-card-read-more {
    font-weight: 600;
}
.bp-blog-posts-wrapper .bp-card:first-child {
    flex-basis: calc(60% - 8px);
}
.bp-blog-posts-wrapper .bp-card:nth-child(2) {
    flex-basis: calc(40% - 8px);
}
.bp-blog-posts-wrapper .bp-card:hover .bp-card-image {
    transform: scale(1.05);
}
.bp-card .bp-card-image-link {
    overflow: clip;
}
.bp-blog-posts-wrapper .bp-card:first-child .bp-card-title {
    font-size: 24px;
}
.bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-image, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-image {
    display: none;
}
.bp-blog-posts-wrapper .bp-card:nth-child(5) {
    background: #0584F3;
}
.bp-blog-posts-wrapper .bp-card:nth-child(3) {
    background: #272727;
}
.bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-tag, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-tag,
.bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-tag {
    color: #fff;
    background: #ffffff2e;
    border-radius: 50px;
}
.bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-reading-time, .bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-title,
.bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-excerpt, .bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-read-more,
.bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-date,
.bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-reading-time, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-title,
.bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-excerpt, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-read-more,
.bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-date,
.bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-reading-time, .bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-title,
.bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-excerpt, .bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-read-more,
.bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-date {
    color: #fff;
}
.bp-blog-posts-wrapper .bp-card:nth-child(6) {
    flex-basis: calc(40% - 8px);
}
.bp-blog-posts-wrapper .bp-card:nth-child(7) {
    flex-basis: calc(60% - 8px);
}
.bp-card .bp-card-bg-image-wrap {
    position: absolute;
    inset: 0;
    transition: all 0.8s ease;
}
.bp-card:hover .bp-card-bg-image-wrap {
    transform: scale(1.05);
}
.bp-card.bp-card-featured {
    position: relative;
}
.bp-card .bp-card-bg-image-wrap .bp-card-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-body {
    z-index: 5;
    justify-content: flex-end;
}
.bp-card .bp-card-bg-image-wrap:before {
    content: '';
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.65) 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-footer-row {
    margin-top: 0;
}
.bp-blog-posts-wrapper .bp-card .bp-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.bp-card .bp-card-image-wrap {
    display: block;
    overflow: clip;
}
.bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-title {
    font-size: 24px;
    font-weight: 700;
}
.bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-title, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-title {
    font-size: 22px;
}
.bp-blog-posts-wrapper + .bp-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 20px 0 0;
    margin-top: 20px;
}
.bp-blog-posts-wrapper + .bp-pagination .page-numbers {
    font-weight: 600;
}
.bp-pagination .page-numbers {
    background: #0584F3;
    border: 2px solid #0584F3;
    color: #fff;
    padding: 8px 15px;
    line-height: 1.2;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.bp-pagination .page-numbers.current {
    color: #0584F3;
    background: transparent;
}
.bp-pagination .page-numbers:hover {
    color: #0584F3;
    background: transparent;
}

/* Single Post custom terms list */
.post-terms-wrapper .post-term-item {
    display: flex;
    gap: 5px;
    background: #FFFFFF26;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}
.post-terms-wrapper .post-term-item svg {
    width: 14px;
    fill: #fff;
}
.post-terms-wrapper.tax-post_tag .post-term-item {
    color: #272727;
    background: #F3F4F6;
}
.post-terms-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Terms and Privacy pages custom styling */
.contents-mt-0 p:has(+ ul) {
    margin-bottom: 10px;
}
.contents-mt-0 ul {
    margin-top: 0;
}

/* Plugins & APIs page */
.icon-circle-bg-fix .elementor-icon-box-icon, .icon-circle-bg-fix .elementor-icon {
    display: flex;
}
.circle-img .elementor-image-box-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .rp-related-posts-wrapper .rp-card-meta-row {
        flex-wrap: wrap;
    }
    .rp-related-posts-wrapper {
        gap: 15px;
    }
    .bp-blog-posts-wrapper .bp-card {
        flex-basis: calc(50% - 8px) !important;
    }
    .bp-card .bp-card-bg-image-wrap:before {
        background: rgba(0, 0, 0, 0.65);
    }
    .bp-blog-posts-wrapper .bp-card:first-child .bp-card-title {
        font-size: 18px;
    }
    .bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-title, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-title {
        font-size: 18px;
    }
    .bp-blog-posts-wrapper .bp-card:nth-child(7) {
        flex-basis: 100% !important;
    }
    .bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-excerpt, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-excerpt {
        -webkit-line-clamp: 6;
    }
}
@media screen and (max-width: 767px) {
    .rp-related-posts-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .bp-blog-posts-wrapper .bp-card {
        flex-basis: 100% !important;
    }
    .bp-blog-posts-wrapper .bp-card:nth-child(3) .bp-card-excerpt, .bp-blog-posts-wrapper .bp-card:nth-child(5) .bp-card-excerpt {
        -webkit-line-clamp: 3;
    }
    .bp-blog-posts-wrapper .bp-card:nth-child(7) .bp-card-title {
        font-size: 18px;
    }
}