/*!
Theme Name: Artium Academy
Theme URI: http://underscores.me/
Author: artiumacademy
Author URI: https://artiumacademy.com/
Description: ArtiumAcademy is a modern and elegant WordPress theme crafted for bloggers, educators, and creatives who want to share their stories, lessons, and ideas with style. Built with a clean layout and responsive design, artiumacademy ensures your content looks stunning on all devices. The theme supports the WordPress block editor (Gutenberg) for easy content creation and offers flexible customization options to match your unique brand. With fast performance, SEO optimization, and beautiful typography, artiumacademy is perfect for blogs, online journals, educational articles, and creative writing. Start your blogging journey with artiumacademy — where your words meet beautiful design.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artiumacademy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

main {
	display: block;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}


[hidden] {
	display: none;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

p {
	line-height: 1.8rem;
}

blockquote {
	border-left: 3px solid var(--color-primary);
	margin: 0;
	padding: 2px 30px;
}

ul.wp-block-list li {
	margin-bottom: 15px;
	line-height: 1.8rem;
}

[class*=grid-],
[class*=grid_],
[class~=grid] {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	margin: 0 0rem;
}

/* Box sizing
--------------------------------------------- */
:root {
	--color-primary: #ff1f8e;
	--color-dark-bg: #07011A;
	--color-dark: #1a1a1a;
	--color-light: #ffffff;
	--color-muted-text: #A5A5A5;
	--color-border: #dddddd;
	--color-background: #f9f9f9;
	--color-link-hover: #cc1a74;
	--color-secondary-bg: #EFEFEF;
	--font-primary: 'Poppins', sans-serif;
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

* {
	font-family: var(--font-primary);
	font-weight: var(--font-weight-regular);
}

html {
	box-sizing: border-box;
}

body {
	background-color: var(--color-background);
	color: var(--color-text-dark);
	font-weight: var(--font-weight-regular);
	font-size: 1em;
	margin: 0;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: var(--color-link-hover);
}

/* Heading Classes - Desktop Default */
h1,
.h1 {
	font-size: 3rem;
	/* 56px */
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
}

h2,
.h2 {
	font-size: 2rem;
	/* 32px */
	font-weight: 600;
	line-height: 1.3;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

h3,
.h3 {
	font-size: 1.5rem;
	/* 24px */
	font-weight: 700;
	line-height: 1.3;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

h4,
.h4 {
	font-size: 1.125rem;
	/* 18px */
	font-weight: 600;
	line-height: 1.4;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.h5,
.h6 {
	font-size: 1rem;
	/* 16px */
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}


footer {
	background-color: var(--color-dark-bg);
	color: var(--color-text-light);
}

img {
	max-width: 100%;
	height: auto;
}

main#primary {
	background: #F6F6F6;
}

.container {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 20px;
}

.hide-desktop {
	display: block !important;
}

.hide-mobile {
	display: none !important;
}

.cta-primary {
	background-color: var(--color-primary);
	color: var(--color-light);
	text-decoration: none;
	padding: 12px 28px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: inline-block;
}

.view-all-btn {
	background: var(--color-primary);
	color: #fff;
	padding: 10px 10px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.cta-primary:hover,
.view-all-btn:hover {
	background-color: var(--color-dark-bg);
	color: #ffffff;
}

.p-0 {
	padding: 0;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}



.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mr-0 {
	margin-right: 0;
}

strong {
	font-weight: 600;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #000000 !important;
}

section {
	padding-top: 25px;
	padding-bottom: 40px;
}

.section-title {
	color: var(--color-muted-text);
	margin-bottom: 15px;
	margin-top: 15px;
}

/*---------------
Header CSS
---------------*/
header.site-header {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--color-light);
	border-bottom: 2px solid #DFDFDF;
	z-index: 99;
	width: 100%;
	transition: top 0.8s ease, position 0s linear;
	-webkit-transition: top 0.8s ease, position 0s linear;
	-moz-transition: top 0.8s ease, position 0s linear;
	-ms-transition: top 0.8s ease, position 0s linear;
	-o-transition: top 0.8s ease, position 0s linear;
}

header.site-header.sticky {
	position: sticky;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 99999999999;
}

header.site-header.sticky.show {
	top: -2px;
}

body.admin-bar header.site-header.sticky.show {
	top: 32px;
}

.header-nav-and-cta {
	justify-content: flex-end;
	align-items: center;
	gap: 25px;
}

li.mega-menu-grid>ul,
li.mega-menu-flyout ul.mega-sub-menu {
	box-shadow: 0px 4px 16px 0px #1212121F !important;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-weight: 600 !important;
}

li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
li.mega-menu-grid ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: normal !important;
}

/*---------------
Footer CSS
---------------*/
footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

footer {
	color: #ffffff;
	font-weight: 400;
	padding-top: 80px;
	padding-bottom: 80px;
}

footer a {
	color: #ffffff;
	font-weight: 300;
}

.footer-menu-heading {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

ul.footer-menu-wrapper li,
ul.footer-contact-headings li {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}

.footer-social-media ul {
	display: flex;
	gap: 15px;
}

li.support {
	margin-top: 20px;
	margin-bottom: 12px;
}

li.support a {
	margin-left: 5px;
	color: var(--color-primary);
}

li.gst-no {
	font-weight: 200;
}

a.footer-contact-link {
	font-weight: 500;
}

.footer-menu-accorions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-menu-accorions .arrow {
	display: none;
}

footer .copyright-footer p {
	margin: 0;
	font-weight: 300;
}

/*------------------------------
 Inner Header and Search
 ------------------------------*/
#inner-header-large,
#inner-header-small {
	padding-top: 50px;
	padding-bottom: 50px;
}

#inner-header-large .content {
	margin-bottom: 30px;
}

.artium-search-block {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #B2B2B2;
	padding: 6px 15px;
	border-radius: 50px;
	width: 100%;
	background: #fff;
}

.search-icon-left,
.search-arrow {
	display: none;
}

.artium-search-block.focus .search-icon-left,
.artium-search-block.focus .search-arrow {
	display: block;
}

.artium-search-block.focus .search-icon-right {
	display: none;
}


.artium-search-input {
	height: 48px;
	min-width: 90%;
	padding: 5px 10px;
	border: none;
	background-color: transparent;
	font-size: 16px;
}

.artium-search-block img,
.artium-search-menu img {
	width: 30px;
}

img.search-icon-right {
	width: 25px;
}

button.search-arrow {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

input:focus~.search-icon-left {
	display: block !important;
}

:focus-visible {
	outline: none !important;
	outline: -webkit-focus-ring-color auto 0px;
}

.artium-search-wrapper {
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	gap: 15px;
}

.artium-search-menu-toggle {
	background-color: #4B0E3B;
	display: flex;
	padding: 10px 40px;
	height: 100%;
	align-items: center;
	gap: 10px;
	border-radius: 39px;
	color: #ffffff;
	justify-content: center;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.artium-search-menu-toggle:hover {
	color: #ffffff;
}

.artium-search-menu-toggle.active {
	background-color: var(--color-primary);
	color: #ffffff;
}

#artium-search {
	position: relative;
}

.ascl-inner {
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	margin: 0 auto;
	box-shadow: 0px 4px 16px 0px #1212121F !important;
	margin-top: 25px;
	padding: 32px;
	z-index: 9999999;
}

.ascl-inner::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 68%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
	pointer-events: none;
	transform: translateX(-68%);
	-webkit-transform: translateX(-68%);
	-moz-transform: translateX(-68%);
	-ms-transform: translateX(-68%);
	-o-transform: translateX(-68%);
}

.artium-category-heading {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 50px;
	text-align: left;
}

.artium-category-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.artium-category-list li {
	display: flex;
	align-items: center;
}

.artium-category-list li a {
	color: inherit;
	text-decoration: none;
	margin-left: 15px;
	transition: color 0.3s ease;
	font-size: 16px;
	font-weight: 600;
	color: #4B0E3B;

}

.artium-category-list li a:hover {
	color: var(--color-primary);
}

.cat-icon {
	width: 20px;
	height: 20px;
	background-image: url('/blogs/wp-content/themes/artiumacademy/assets/img/icons/music.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	flex-shrink: 0;
}

.artium-search-categories-list {
	display: none;
}

#inner-header-small #artium-search {
	position: inherit;
	padding-bottom: 5px;
}

#inner-header-small .header-small-wrapper {
	position: relative;
}

#inner-header-small .artium-search-categories-list {
	position: absolute;
	width: 100%;
	left: 0;
}

#inner-header-small .ascl-inner::before {
	content: '';
	left: 95%;
}


/*-----------------------
Featured Blog CSS
------------------------*/
.featured-img {
	width: 100%;
	border-radius: 16px;
}

.featured-post .post-category a,
.featured-post .post-category {
	color: #e91e63;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.featured-post .post-category a:hover,
.featured-post .post-category:hover {
	color: #000000;
}

.featured-post .post-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}

.featured-post .post-title a,
.post-item .post-title-sm a {
	color: #000000;
	font-weight: 700;
}

.featured-post .post-title a:hover,
.post-item .post-title-sm a:hover {
	color: var(--color-primary);
}


.post-item {
	align-items: center;
}

.post-thumb {
	width: 100%;
	border-radius: 8px;
}

.post-title-sm {
	margin: 0 0 0.2rem;
}

.featured-post .post-meta {
	font-size: 1rem;
}

.featured-post .post-meta,
.post-meta-sm,
.featured-post .post-meta a,
.post-meta-sm a {
	color: #888;
	font-style: italic;
	font-weight: 300;
	text-transform: capitalize;
}

.featured-post .post-meta a:hover,
.post-meta-sm a:hover {
	color: var(--color-primary);
}

.post-meta-sm {
	font-size: 14px;
}

.post-list {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 25px;
}

/*--------------------
Tranding Topics
----------------------*/

ul.post-terms-list {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	max-width: 100%;
}

ul.post-terms-list {
	display: flex;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px 30px;
}


ul.post-terms-list li a {
	background: var(--color-secondary-bg);
	padding: 12px 20px;
	border-radius: 30px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 15px;
}

ul.post-terms-list li a:hover {
	background: var(--color-primary);
	color: #000000;
}

ul.post-terms-list li a .cat-icon {
	color: #000000;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}


/*--------------------
Post Slider CSS
----------------------*/

.post-slider-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.post-slider-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #555;
}

.post-slider-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.swiper-slide {
	width: 100%;
}

.post-thumb img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.post-card .post-title-sm {
	margin-top: 10px;
	margin-bottom: 0;
}

.post-card .post-meta,
.post-card .post-meta a,
#post-details .post-meta,
#post-details .post-meta a {
	color: #888;
	font-style: italic;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}

.post-card .post-meta a:hover,
#post-details .post-meta a:hover {
	color: var(--color-primary);
}

body.archive .post-card.post-item {
	margin-bottom: 30px;
}

.slider-nav {
	width: 100px;
	position: relative;
	display: flex;
	gap: 15px;
	justify-content: flex-end;
}

.custom-swiper-button-prev.swiper-button-disabled,
.custom-swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
	background: #D9D9D9;
	width: 35px;
	height: 35px;
	color: #000000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
}

.custom-swiper-button-prev img {
	margin-right: 3px;
}

.custom-swiper-button-next img {
	margin-left: 3px;
}

.custom-swiper-button-prev img,
.custom-swiper-button-next img {
	height: 18px;
}

/*------------------
Banner shortcode
--------------------*/
.artium-shortcode-banner-wrapper .artium-shortcode-mobile-banner {
	display: none;
}

.artium-shortcode-desktop-banner,
.artium-shortcode-mobile-banner {
	width: 100%;
}

/*---------------
Sidebar
--------------*/
.sidebar-wrapper {
	padding-left: 30px;
}

#post-details-siderbar {
	position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 100px; /* adjust based on your header height */
    align-self: start;
	padding-left: 30px;
}

.sidebar-banner {
	margin-bottom: 30px;
}

.sidebar-banner img {
	width: 100%;
	border-radius: 16px;
}

.sidebar-tranding-topics .section-title {
	margin-top: 0;
}

.sidebar-tranding-topics ul.post-terms-list {
	gap: 15px;
}

/*-----------------
Pagination
---------------*/

.pagination-wrapper {
	text-align: center;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.page-numbers {
	background: var(--color-dark-bg);
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

span.page-numbers.current {
	background: var(--color-primary);
}

.page-numbers:hover {
	background: var(--color-primary);
	color: #ffffff;
}

/*---------------------
Post details
--------------------*/
.post-details__featured-image img {
	width: 100%;
	max-width: 100%;
	border-radius: 16px;
}

.post-detail-content h2,
.h2 {
	margin-top: 2rem;
}

.post-detail-content .artium-shortcode-banner-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

#table-of-contents .toc-heading {
	margin-top: 0;
}

#post-details-siderbar {
	padding-top: 20px;
}

body.admin-bar #post-details-siderbar {
	padding-top: 20px;
}


#toc-list {
	list-style: none;
	padding: 0;
}

#toc-list li {
	margin-bottom: 10px;
}

#toc-list a {
	text-decoration: none;
	color: var(--color-primary);
	line-height: 1.8rem;
}

#toc-list li.active {
	border-left: 4px solid #000;
	font-weight: bold;
	padding-left: 8px;
}

#toc-list li.active a {
	color: #000;
}

.mobile-post-details-reverse {
	display: none;
}

#inner-header-small {
	padding-top: 50px;
	padding-bottom: 0;
}

.social-share-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

.social-share-wrapper ul {
	list-style: none;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.search-page-heading {
	margin-bottom: 50px;
}

/*------------------------
Top Bar
------------------------*/
#top-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}

#top-bar.hidden {
	opacity: 0;
	visibility: hidden;
}

.top-bar-content {
	display: flex;
	align-items: center;
	gap: 15px;
}

.top-bar-content strong {
	font-weight: 600;
}

.top-bar-text {
	display: flex;
	gap: 15px;
}

a.cta-top-bar {
	border: 1px solid;
	padding: 10px 12px;
	border-radius: 8px;
	color: #ffffff;
	display: inline-block;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a.cta-top-bar:hover {
	background-color: var(--color-primary);
}

.top-bar-text p {
	margin: 0;
}

.top-bar-close-icon-wrapper {
	text-align: right;
}

.top-bar-close-btn {
	cursor: pointer;
}

/*-----------------------
FAQ's
-------------------------*/
.artium-accordion {
	margin: 0 auto;
}

.artium-accordion-item {
	border: 1px solid var(--color-dark-bg);
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.artium-accordion-header {
	background: #4B0E3B;
	border: none;
	width: 100%;
	text-align: left;
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.artium-accordion-item.active button {
	background-color: var(--color-primary);
}

.artium-accordion-header:hover {
	background-color: var(--color-primary);
}

.artium-accordion-content {
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
	padding: 0 16px;
	background-color: #fafafa;
}

.artium-accordion-arrow {
	transition: transform 0.3s ease;
}

.artium-accordion-item.active .artium-accordion-arrow {
	transform: rotate(180deg);
}

/*------------------------
  Marketing Popup
-----------------------*/
#marketing-popup {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.8s ease, opacity 0.8s ease;
	z-index: 9999;
}

#marketing-popup.visible {
	transform: translateY(0);
	opacity: 1;
	visibility: hidden;
}

#marketing-popup.hidden {
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.marketing-popup-image-wrapper img {
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.marketing-popup-heading {
	margin-bottom: 0;
	margin-top: 0;
}

.marketing-popup-wrapper p {
	margin-bottom: 0;
}

#marketing-popup a {
	margin-top: 15px;
}

.marketing-popup-image-wrapper {
	line-height: 0;
	text-align: right;
	margin-right: 30px;
}

.marketing-popup-wrapper {
	padding-top: 15px;
}

.marketing-popup-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #ffffff;
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding-left: 6px;
	padding-top: 6px;
}


/*-----------------------
Whatsapp CTA
--------------------------*/
.pulse {
	position: fixed;
	cursor: pointer;
	display: block;
	width: auto;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: rgba(0, 200, 0, 1);
	color: white;
	border-radius: 50px;
	text-align: center;
	transition-duration: 0.5s;
	animation: pulse-btn 3s infinite;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}

.pulse svg {
	margin-right: 10px;
}

.pulse:hover {
	background-color: rgba(0, 150, 0, 1);
	color: white;
}

.my-float {
	margin-top: 15px;
}

/**
  Mobile Strip
  */

#mobile-strip {
	display: none;
}

#mobile-strip {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	padding-top: 12px;
	padding-bottom: 12px;
}

#mobile-strip img {
	max-width: 30px;
	display: block;
	margin: 0 auto;
	margin-bottom: 7px;
}

.mobile-strip-whatsapp-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}


.mobile-strip-whatsapp-wrapper a {
	text-align: center;

}

.mobile-strip-whatsapp-wrapper h4 {
	font-weight: 400;
}

@keyframes pulse-btn {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
	}
}

.pulse a {
	color: #fff;
}

/**
Startup Popup
*/
.artium-startu-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
}

.artium-startu-popup-overlay.show {
	opacity: 1;
	visibility: visible;
}

.artium-startu-popup-box {
	background: #fff;
	border-radius: 15px;
	max-width: 400px;
	width: 90%;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
	animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.artium-startu-popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	border: none;
	cursor: pointer;
	background: #ffffff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding-top: 2px;
}

.artium-startu-popup-image img {
	width: 100%;
	height: auto;
	display: block;
}

.start-popup-content-wrapper {
	padding: 20px;
}

.start-popup-content-wrapper h4 {
	margin-bottom: 10px;
	margin-top: 0;
	color: #07011A;
}

.start-popup-content-wrapper p {
	font-size: 14px;
	color: #07011A;
	margin-bottom: 20px;
	line-height: normal;
}

.artium-startu-popup-box .cta-primary {
	width: 100%;
}
/* Author Box Styles */
.author-box {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
  gap: 16px;
  flex-wrap: wrap;
}

.author-avatar {
  flex-shrink: 0;
}

.author-avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.author-info {
  flex: 1;
  min-width: 200px;
}

.author-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #111;
}

.author-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

/* Responsive tweak */
@media (max-width: 600px) {
  .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .author-avatar img {
    width: 64px;
    height: 64px;
  }

  .author-info {
    width: 100%;
    flex: none;
  }

  .author-info p {
    font-size: 15px;
  }
}