/* 
Theme Name: Hello Elementor Child
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Inter', sans-serif;
}

body * {
    font-family: 'Inter', sans-serif;
}

/* Header */
header#site-header {
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid rgb(229, 231, 235);
}

.site-header .header-inner {
    max-width: 1536px;
    padding-left: 1rem;
    padding-right: 1rem;
}

header .site-navigation ul.menu li a {
    padding: 0;
    margin-left: 32px;
    font-family: 'Inter', sans-serif;
    color: rgb(31, 41, 55);
    font-weight: 500;
    transition: 0.3s;
}

header .site-navigation ul.menu li:first-child a {
    margin-left: 0;
}


header .site-navigation ul.menu li a:hover {
    color: rgb(249, 115, 22);
}

header .header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

header .header-buttons a:first-child {
    background-color: rgb(249, 115, 22);
    color: #fff;
}

header .header-buttons a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 24px;
    border-radius: 8px;
    transition: 0.15s;
}

header .header-buttons a:last-child {
    border: 1px solid rgb(249, 115, 22);
    color: rgb(249, 115, 22);
}

header .header-buttons a:hover {
    background-color: rgb(249, 115, 22);
    color: #fff;
}

/* Footer */
.site-footer .footer-container {
    max-width: 1536px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}

footer.site-footer {
    background: rgb(17, 24, 39);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.site-footer .footer-main {
    margin-bottom: 32px;
}

.site-footer .footer-main-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.site-footer .footer-main-inner .f-block.footer-1 {
    grid-column: span 2;
}

.site-footer .footer-main-inner .f-block.footer-1 .widget_block.widget_text {
    max-width: 27rem;
}

.site-footer .footer-main-inner p {
    color: rgb(243 244 246 / 0.7);
    line-height: 1.625;
}

.site-footer .footer-main-inner .f-block.footer-1 figure {
    margin: 0;
}

.site-footer .footer-main-inner .widget_nav_menu .widgettitle {
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    font-family: 'Inter';
}

.site-footer .footer-main-inner .widget_nav_menu ul {
    padding: 0;
    list-style-type: none;
}

.site-footer .footer-main-inner .widget_nav_menu ul li a {
    color: rgba(243, 244, 246, 0.7);
    margin-bottom: 8px;
    display: block;
    font-family: 'Inter';
    transition: 0.15s;
}

.site-footer .footer-main-inner .widget_nav_menu ul li a:hover {
    color: #fff;
}

.site-footer .footer-secondary {
    border-top: 1px solid rgb(243 244 246 / 0.2);
    padding-top: 32px;
}

.site-footer .footer-secondary p {
    margin: 0;
}

.site-footer .footer-secondary .copyright {
    text-align: center;
    color: rgb(243 244 246 / 0.7);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: 'Inter';
}

section.product-analysis {
    background-color: rgb(59, 130, 246);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.product-analysis .inner-container {
    max-width: 1536px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
    text-align: center;
}

.product-analysis .inner-container .pa-heading {
    color: #fff;
    font-size: 36px;
    font-family: 'Inter';
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.product-analysis .inner-container .pa-description {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(255 255 255 / 0.8);
}

.product-analysis .inner-container a {
    background-color: rgb(249, 115, 22);
    color: #fff;
    padding: 9.5px 2rem;
    border-radius: 8px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}


/*Archive*/
.news-archive>.container {
    max-width: 1536px;
    margin: 0 auto;
    padding: 5rem 2rem 6rem;
}


.archive-featured-post {
    max-width: 72rem;
    margin: 0 auto 5rem;
}

body .archive-featured-post h1,
body .news-archive h1 {
    color: #000;
    font-size: 48.495px;
    font-style: normal;
    font-weight: 700;
    line-height: 55.002px;
    margin-top: 32px;
    text-transform: capitalize;
}

.archive-featured-post .featured-post {
    display: grid;
    grid-template-columns: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    border-radius: 8px;
    position: relative;
    transition: 0.15s;
    border: 1px solid #e5e7eb;
}

.archive-featured-post .featured-post:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

.archive-featured-post .featured-post .image img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    border-radius: 8px 0 0 8px;
    transition: transform 0.3s ease-in-out;
}

.archive-featured-post .featured-post .image {
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.archive-featured-post .featured-post:hover .image img {
    transform: scale(1.05);
}

.archive-featured-post .featured-post .image span {
    font-size: .75rem;
    line-height: 1rem;
    background-color: rgb(37, 99, 235);
    border-radius: 50px;
    padding: .125rem .625rem;
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}

.archive-featured-post .featured-post .content {
    padding: 48px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0 8px 8px 0;
    row-gap: 1.5rem;
}

.archive-featured-post .featured-post .content .category-time-section a {
    color: rgb(21, 128, 61);
    font-family: 'Inter', sans-serif;
    background-color: rgb(220, 252, 231);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.archive-featured-post .featured-post .content .category-time-section {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.archive-featured-post .featured-post .content .category-time-section .reading-time {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: rgb(75, 85, 99);
    display: flex;
    align-items: center;
    gap: .25rem;
}

.archive-featured-post .featured-post .content .excerpt {
    margin: 0;
    font-size: 1.125rem;
    color: rgb(75, 85, 99);
    font-family: 'Inter';
    line-height: 30px;
}

.archive-featured-post .featured-post .content .post-author-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.archive-featured-post .featured-post .content .post-author-date .author-name-time {
    display: flex;
    align-items: center;
    gap: 16px;
}

.archive-featured-post .featured-post .content .post-author-date .author-meta {
    display: flex;
    flex-direction: column;
}

.archive-featured-post .featured-post .content .post-author-date img.avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50px;
}

.archive-featured-post .featured-post .content .category-time-section .reading-time svg {
    width: 1rem;
}

.archive-featured-post .featured-post .content .post-author-date .read-more-link a {
    background-color: rgb(249, 115, 22);
    color: #fff;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    border-radius: 12px;
    transition: 0.15s;
}

.archive-featured-post .featured-post .content .post-author-date .read-more-link a:hover {
    background-color: rgb(234, 88, 12);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

.archive-featured-post .featured-post .content .post-author-date .read-more-link a svg {
    transform: rotate(45deg);
    width: 18px;
}

.archive-featured-post .featured-post .content .post-author-date .author-meta .post-author {
    color: rgb(17, 24, 39);
    font-size: 18px;
    font-weight: 500;
}

.archive-featured-post .featured-post .content .post-author-date .author-meta .post-date {
    color: rgb(75, 85, 99);
    font-size: 14px;
    line-height: 20px;
}

.archive-featured-post .content .post-tag {
    border-radius: 5px;
    width: fit-content;
    display: flex;
    padding: 3px 8px;
    flex-direction: column;
    align-items: flex-start;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.213px;
    margin-top: 15px;
}

.archive-featured-post .content .post-tag h2 {
    margin: 0;
}

.archive-featured-post .content .feature-title {
    margin-top: 10px;
    display: block;
    color: rgb(17, 24, 39);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Inter';
    margin: 0;
}

.archive-featured-post .content a.featured-link {
    display: flex;
    padding: 16.04px 32.241px 17.08px 32.241px;
    gap: 12px;
    border: 0.806px solid #FFF;
    width: max-content;
    color: #000;
    font-size: 13.375px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.058px;
    letter-spacing: 0.58px;
    align-items: center;
}

.archive-featured-post .content a.featured-link:after {
    content: '';
    height: 18px;
    width: 18px;
}

.article-section {
    padding-top: 6rem;
}

.article-section .heading-wrapper .widget {
    text-align: center;
}

.article-section .heading-wrapper .widget .wp-block-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: rgb(17, 24, 39);
}

.article-section .heading-wrapper .widget .wp-block-heading code {
    font-family: 'Inter';
    background: linear-gradient(135deg, #8b45ff, #22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.article-section .heading-wrapper .widget p {
    color: rgb(75, 85, 99);
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 40rem;
    margin: 0 auto;
}

.archive-other-post-container {
    padding: 0 32px;
}

.news-container {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

.news-item {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid rgb(229, 231, 235);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    position: relative;
    transition: 0.3s;
}

.news-item:hover {
    box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}

.news-item .post-thumbnail {
    border-radius: 12px 12px 0 0;
    min-height: 180px;
    overflow: hidden;
}

.news-item .post-thumbnail img {
    border-radius: 12px 12px 0 0;
    height: 180px;
    object-fit: cover;
    object-position: top;
    line-height: normal;
    width: 100%;
    transition: 0.3s;
}

.news-item:hover .post-thumbnail img {
    transform: scale(1.05);
}

.news-item .post-thumbnail a {
    height: 100%;
    display: block;
    line-height: 0;
}

.news-item .post-thumbnail .post-category {
    position: absolute;
    top: 12px;
    left: 12px;
    margin: 0;
}

.news-item .post-thumbnail .post-category a {
    font-size: .75rem;
    line-height: 1rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
    padding-left: .625rem;
    padding-right: .625rem;
    color: rgb(17, 24, 39);
    height: auto;
    border-radius: 50px;
    background-color: #ffffffe6;
    font-weight: 600;
}

.news-item .post-content {
    background: #fff;
    height: 100%;
    padding: 16px;
    border-radius: 0 0 12px 12px;
}

.news-item .post-content .post-reading-time {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: .75rem;
}

.news-item .post-content .post-reading-time svg {
    width: 12px;
    height: 12px;
}

.news-item .post-content a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    display: block;
    color: rgb(17, 24, 39);
    margin-bottom: 8px;
    transition: 0.15s;
}

.news-item:hover .post-content a {
    color: rgb(249, 115, 22);
}

.news-item .post-content .excerpt {
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(75, 85, 99);
    margin-bottom: 1rem;
}

.news-item .post-content .post-author-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item .post-content .post-author-date .author-name-time {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.news-item .post-content .post-author-date .author-name-time .author-meta {
    display: flex;
    flex-direction: column;
}

.news-item .post-content .post-author-date .author-name-time .author-meta .post-author {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgb(17, 24, 39);
}

.news-item .post-content .post-author-date .author-name-time .author-meta .post-date {
    font-size: .75rem;
    line-height: 1rem;
    color: rgb(75, 85, 99);
}

.news-item .post-content .post-author-date .author-name-time img.avatar {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50px;
}

.news-item .post-content .post-author-date .read-more-link a {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.news-item .post-content .post-author-date .read-more-link a svg {
    width: 20px;
    height: 20px;
    stroke: rgb(249, 115, 22);
}

.archive-other-post-container a.news-load-more {
    display: flex;
    padding: 12px 20px 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin: 32px auto 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.058px;
    letter-spacing: 0.58px;
    border: 2px solid rgb(249, 115, 22);
    color: rgb(249, 115, 22);
    border-radius: 8px;
    transition: 0.15s;
}

.archive-other-post-container a.news-load-more:hover {
    background-color: rgb(249, 115, 22);
    color: #fff;
}

.page-footer-cta {
    margin-top: 72px;
}

.loading {
    margin: 32px auto 0;
    background: url(/wp-content/themes/hello-elementor-child/assets/icons/loader.svg) no-repeat;
    width: 75px;
    height: 75px;
    background-size: contain;
}

.archive-other-post-container .loading-content {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 75px;
    height: 75px;
    background: url(/wp-content/themes/hello-elementor-child/assets/icons/loader-white.svg) no-repeat;
    background-size: contain;
}

.archive-other-post-container .loading {
    background: url(/wp-content/themes/hello-elementor-child/assets/icons/loader-white.svg) no-repeat;
    background-size: contain;
}

a.news-load-more.hidden {
    display: none !important;
}

.category-archive .archive-other-post-container {
    margin-top: 32px;
}

.single-post main.site-main {
    max-width: 1280px;
    padding: 5rem 2rem;
    display: flex;
    gap: 50px;
}

.single-post main.site-main .related-posts {
    flex: 0 0 350px;
	background-color: #FBFBFB;
    padding: 24px;
    border-radius: 16px;
    height: max-content;
	display: flex;
    flex-direction: column;
}

.single-post main.site-main .post-content {
    flex: 1;
}

.single-post .post-content .page-header .entry-title {
    font-weight: 700;
    color: #1f2937;
    font-size: 42px;
    margin-bottom: 40px;
	max-width: 100%;
}

.single-post .post-content .author-name-time {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.single-post .post-content .author-name-time img.avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50px;
}

.single-post .post-content .featured-image a {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 12px;
    background: rgb(37, 99, 235);
    padding: 2px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}

.single-post .post-content .featured-image {
    position: relative;
    margin-bottom: 50px;
}

.single-post .post-content .author-name-time  .author-meta {
    display: flex;
    flex-direction: column;
}

.single-post .post-content .author-name-time .author-meta .post-author {
    color: rgb(17, 24, 39);
    font-size: 18px;
    font-weight: 500;
}

.single-post .post-content .author-name-time .author-meta .post-date {
    color: rgb(75, 85, 99);
    font-size: 14px;
    line-height: 20px;
}

.single-post main.site-main .related-posts h3 {
    font-weight: 600;
    font-size: 24px;
}

.single-post main.site-main .related-posts ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.single-post main.site-main .related-posts ul li a {
    color: #6b7280;
    font-size: 15px;
}

.single-post main.site-main .related-posts ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d1d5db;
}

.single-post main.site-main .related-posts ul li:last-child {
    border: none;
}

.single-post main.site-main .related-posts a.all-posts {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 50px;
    transition: 0.15s;
    border: 1px solid rgb(249, 115, 22);
    color: rgb(249, 115, 22);
    margin: 0 auto;
}

.single-post main.site-main .post-content p {
    color: #6b7280;
}

.single-post main.site-main .post-content .wp-block-heading {
    margin: 30px 0 10px;
    font-weight: 700;
    font-size: 26px;
}

/*   Responsive css */
@media screen and (max-width: 1024px){	
	.single-post main.site-main {
		flex-direction: column;
	}
	
	.single-post main.site-main .related-posts{
		flex: 1;
	}
	
	.single-post main.site-main {
    	padding: 2rem 1rem;
	}
	
	.single-post .post-content .page-header .entry-title {
    	font-size: 32px;
	}
	
	.site-header .header-inner .site-navigation-toggle-holder {
    	order: 1;
	}
	
	.site-header .header-inner .site-navigation-toggle-holder button {
		background: none;
		padding: 0;
		color: rgb(31, 41, 55);
	}
	
	.site-header .header-inner .site-navigation-toggle-holder.elementor-active button {
		color: #f97316;
	}

	.site-header .header-inner .site-navigation-toggle-holder {
		padding: 0;
	}
	
	header .site-navigation-dropdown ul.menu li a {
		margin-bottom: 16px;
		padding: 0;
		border: none;
		box-shadow: none;
		color: rgb(31, 41, 55);
		font-weight: 500;
	}

	header .site-navigation-dropdown ul.menu {
		padding: 16px;
	}
	
	header .site-navigation-dropdown ul.menu {
    	padding: 16px;
    	border-top: 1px solid rgb(229, 231, 235);
	}
	
	.archive-featured-post .featured-post {
		grid-template-columns: 100%;
	}

	.archive-featured-post .featured-post .image {
		border-radius: 8px 8px 0 0;
	}

	.archive-featured-post .featured-post .image img {
		border-radius: 8px 8px 0 0;
	}

	.archive-featured-post .featured-post .content {
		border-radius: 0 0 8px 8px;
	}
	.archive-featured-post {
    	margin: 0;
	}
	
	.archive-other-post-container {
		padding: 0 16px;
	}

	.news-container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	header .header-buttons {
		display: none;
		flex-direction: column;
	}

	header .header-buttons a {
		width: 100%;
		text-align: center;
	}
	
	header .site-navigation-dropdown ul.menu .header-buttons {
    	display: flex;
	}
	
	header .header-inner nav.site-navigation {
    	display: none;
	}
	
	body .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: flex !important;
    }
}

@media screen and (max-width: 768px){	
	.site-footer .footer-main-inner {
		grid-template-columns: repeat(1, 1fr);
	}

	.site-footer .footer-main-inner .f-block.footer-1 {
		grid-column: auto;
	}
	
	.archive-other-post-container {
		padding: 0;
	}

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

	.news-archive>.container {
		padding: 2rem 1rem;
	}

	.archive-featured-post .featured-post .content {
		padding: 32px 16px;
	}
	
	.archive-featured-post .content .feature-title {
    	font-size: 27px;
	}
	
	.archive-featured-post .featured-post .content .excerpt {
    	font-size: 16px;
    	line-height: 26px;
	}
	
	.archive-featured-post .featured-post .content .post-author-date .author-name-time {
		gap: 8px;
		flex: 1;
	}

	.archive-featured-post .featured-post .content .post-author-date {
		gap: 16px;
	}

	.archive-featured-post .featured-post .content .post-author-date .read-more-link a {
		padding: 12px;
	}

	.archive-featured-post .featured-post .content .post-author-date .author-meta .post-author {
		font-size: 14px;
	}

	.archive-featured-post .featured-post .content .post-author-date .author-meta .post-date {
		font-size: 12px;
	}
}

@media screen and (max-width: 360px){
	.archive-featured-post .featured-post .content .post-author-date {
		flex-direction: column;
	}

	.archive-featured-post .featured-post .content .post-author-date .author-name-time {
		width: 100%;
	}

	.archive-featured-post .featured-post .content .post-author-date .read-more-link {
		width: 100%;
	}
}