/*
 * ============================================
 * CUSTOM CSS OVERRIDES
 * ============================================
 *
 * This file IS LOADED on every page!
 * Your changes here WILL affect the website.
 *
 * Use !important to override original styles.
 */

/* ============================================
   COLORS - UNCOMMENT AND MODIFY
   ============================================ */

/*
:root {
    --_colors---swatch--creme: #YOUR_COLOR !important;
}
*/

/* Background color */
/*
.page-wrapper {
    background-color: #YOUR_COLOR !important;
}
*/

/* Button colors */
/*
.button-default {
    background-color: #YOUR_COLOR !important;
}
*/

/* Text colors */
/*
.heading-m, .heading-l, .heading-xl {
    color: #YOUR_COLOR !important;
}
*/

/* ============================================
   YOUR CUSTOM STYLES BELOW
   ============================================ */

:root {
    --_colors---swatch--creme: #efefef !important;
    --_colors---brand-colors--pink: #fefefe!important;
    --_colors---brand-colors--red: #abdbff;
    --_colors---brand-colors--green: #0066cc!important;
    --_colors---brand-colors--blue: #1B1E1B!important;
    --_colors---brand-colors--white: #fefefe!important;
}
.nav_logo {
  height: 5em;
  width: auto;
}
.nav_logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.button-default__icon {
    background-color: #1B1E1B !important;
}
.footer-link:hover, .footer-legal:hover {
  color: #fefefe !important;
}
.footer-logo {
    padding-bottom: 0em;
    height: 126px;
}
.footer-logo_svg {
    object-fit: cover;
}
.cs-footer-info_bg {
    background-color: #abdbff !important;
}
.label.is-taupe {
    background-color: #abdbff !important;
}


.theme-white {
    .label {
        --_theme---label-bg: #1B1E1B !important;
        color: white;
    }
    .expertise-content_number {
        --_theme---accent-2: #1B1E1B !important;
    }
    --_theme---button-icon: #fefefe !important;
    .expertise-content_img {
        background-color: #1B1E1B !important;
    }
    .button-default__background {
        background-color: #1B1E1B !important;
    }
    .button-default__icon {
        background-color: #fefefe !important;
        color: #1B1E1B !important;
    }

}
.theme-pink {
    background-color: #abdbff !important;
    .expertise-content_number {
        --_theme---accent-2: #1B1E1B !important;
    }
    .expertise-content_img {
        background-color: #1B1E1B !important;
    }
    .label {
        --_theme---label-bg: #1B1E1B !important;
        color: white;
    }
    .button-default__background {
        background-color: #1B1E1B !important;
    }
    .button-default__text {
        color: #fefefe !important;
    }
    .button-default__icon {
        background-color: #fefefe !important;
        color: #1B1E1B !important;
    }
}
.theme-green {
    .expertise-content_heading, .heading-xs {
        color: #fefefe !important;
    }
    .expertise-content_bottom .paragraph-m {
    color: #fefefe !important;
    }
    .expertise-content_number {
        --_theme---accent-2: #000 !important;
    }
    .results-card_content{
        color: #fefefe !important;
    }
}
.theme-blue {
    background-color: #1B1E1B !important;
    .expertise-content_heading, .heading-xs {
        color: #fefefe !important;
    }
    .expertise-content_bottom .paragraph-m {
    color: #fefefe !important;
    }
    .expertise-content_number {
        --_theme---accent-2: #fefefe !important;
    }
    .results-card_content{
        color: #fefefe !important;
    }
    .card_divider {
    background-color: #fefefe!important;
    }
}
.sw-collection .sw-item:nth-child(1) .label {
    background: #1B1E1B !important;
}
.sw-collection .sw-item:nth-child(2) .label {
    background: #abdbff !important;
}
.sw-collection .sw-item:nth-child(3) {
    .label {
        background: #fefefe !important;
    }

    .paragraph-regular {
        color: #1B1E1B !important;
    }
}

.drop-section_title-wrap .drop-heading, .drop-section.is-second .drop-heading {
    color: #fefefe !important;
}
.drop-section.is-third .drop-heading {
    color: #abdbff !important;
}
.accordion-css__item {
    background-color: #fefefe !important;
}
[data-accordion-status="active"] .accordion-css__item-icon {
  color: #abdbff;
}


/* ============================================
   Mobile
   ============================================ */

@media screen and (max-width: 991px) {
  /* .nav_logo {
    height: auto;
  } */
  .button-group.is-footer .button-default__background {
    background-color: #1B1E1B !important;
    background: #1B1E1B !important;
    }
    .button-group.is-footer .button-default__icon {
    background-color: #abdbff !important;
    color: #1B1E1B !important;
    }
}

/* ============================================
   BLOG STYLES
   ============================================ */

/* Featured image styling - match work cards exactly */
.work-card_video-placeholder {
    width: 100%;
    height: auto;
    display: block;
}

/* Placeholder gradient for posts without featured images */
.placeholder-gradient {
    width: 100%;
    padding-bottom: 66.67%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-gradient svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0.8;
}

/* Blog card video-style image - matches work template behavior */
.work-card_video {
    position: relative;
    overflow: hidden;
}

.blog-video-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Show video-style image on hover (matches work card video behavior) */
.work-card:hover .blog-video-image {
    opacity: 1;
}

/* Single Post Content Typography */
.post-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.9);
}

.post-content h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.post-content h3 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.post-content h4 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content ul,
.post-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.post-content li {
    margin-bottom: 0.75rem;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 2rem 0;
}

.post-content a {
    color: #FF4785;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.post-content a:hover {
    opacity: 0.7;
}

.post-content blockquote {
    border-left: 4px solid #FF4785;
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    opacity: 0.9;
}

.post-content code {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.post-content pre {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 2rem 0;
}

.post-content pre code {
    background: none;
    padding: 0;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.post-content table th,
.post-content table td {
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post-content table th {
    background: rgba(255, 255, 255, 0.05);
    font-weight: 600;
}

/* Post Navigation */
.post-navigation-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4rem 0;
}

.post-navigation-wrapper a {
    display: block;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-navigation-wrapper a:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
}

.post-navigation-wrapper .heading-xs {
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.9);
}

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

/* Pagination */
.pagination-wrapper {
    padding: 4rem 0;
    text-align: center;
}

.pagination-wrapper .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.3s ease;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
    background: rgba(255, 255, 255, 0.1);
}

.pagination-wrapper .page-numbers.current {
    font-weight: 700;
}

.pagination-wrapper .page-numbers.dots {
    background: transparent;
    cursor: default;
}

.pagination-wrapper .page-numbers.dots:hover {
    background: transparent;
}

/* Hero image on single post */
.hero-image {
    margin-bottom: 3rem;
    overflow: hidden;
    border-radius: 1rem;
    /* background-color: rgba(0, 0, 0, 0.05); */
    margin-top: 8rem;
}

.hero-image_thumbnail {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 1rem;
}

.post-categories {
    margin-bottom: 1.5rem;
}

.post-categories .label {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Post tags styling */
.post-tags {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.post-tags .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.post-tags .tags-list a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

.post-tags .tags-list a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive Blog Styles */
@media screen and (max-width: 991px) {
    .post-navigation-wrapper {
        grid-template-columns: 1fr;
    }

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

    .post-content {
        font-size: 1rem;
    }

    .post-content h2 {
        font-size: 1.75rem;
    }

    .post-content h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .post-content {
        font-size: 1rem;
    }

    .post-content h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .post-content h3 {
        font-size: 1.25rem;
        margin-top: 1.5rem;
    }

    .pagination-wrapper .page-numbers {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}


/* ================================            CUSTOM CSS            ============================================  */

:root {
	--max-font-size-desktop: 120px;
	--max-font-size-tablet: 85px;
	--max-font-size-mobile: 53px;
	--paragraph-font-size: 17px;
	--title-font-weight: 700;
}


.arkan-main-title-pages-update {
	font-size: var(--max-font-size-desktop) !important;
	font-weight: var(--title-font-weight) !important;
}

.arkan-paragraph-pages-update {
	font-size: var(--paragraph-font-size) !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}

@media screen and ( max-width: 1024px ) {
	.arkan-main-title-pages-update {
		font-size: var(--max-font-size-tablet) !important;
	}
}

@media screen and ( max-width: 600px ) {
	.arkan-main-title-pages-update {
		font-size: var(--max-font-size-mobile) !important;
	}
}
