/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1779716685
Updated: 2026-05-25 13:44:45

*/


/* ============================================================
   Case Studies Grid
   ============================================================ */

.cs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto 16px;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .cs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .cs-grid { grid-template-columns: 1fr; }
}

.cs-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    overflow: hidden;
    cursor: pointer;
    font-family: "Inter", Sans-serif;
}

.cs-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
    color: inherit;
    text-decoration: none;
}

.cs-card--hidden {
    display: none;
}

.cs-card__header {
    background: #EDE4D7;
    padding: 20px 24px;
    text-align: center;
    font-family: "Inter", Sans-serif;
}

.cs-card__stage {
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9B7E4D;
    display: block;
    font-family: "Inter", Sans-serif;
}

.cs-card__body {
    display: flex;
    flex-direction: column;
    padding: 24px;
    flex: 1;
}

body.page .cs-card__headline {
    font-size: 20px;
    font-weight: 700;
    color: #161a27;
    margin: 0 0 10px;
    line-height: 1.35;
    font-family: "Manrope", Sans-serif;
}

.cs-card__role {
    font-size: 13px;
    color: #888888;
    margin: 0 0 10px;
    font-style: italic;
}

.cs-card__outcome {
    font-size: 15px;
    color: #444444;
    margin: 0 0 20px;
    line-height: 1.6;
    flex: 1;
}

.cs-card__cta {
    font-size: 14px;
    font-weight: 600;
    color: #1B2B5B;
    display: block;
    margin-top: auto;
}

.cs-grid__empty {
    text-align: center;
    color: #888;
    padding: 40px 0;
    grid-column: 1 / -1;
}

/* See More */
.cs-see-more {
    text-align: center;
    padding: 32px 0 8px;
}

.cs-see-more-btn {
    background: transparent;
    border: 2px solid #1B2B5B;
    color: #1B2B5B;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.05em;
    font-family: inherit;
}

.cs-see-more-btn:hover {
    background: #1B2B5B;
    color: #ffffff;
}

/* ============================================================
   Single Case Study
   ============================================================ */

.cs-single {
    max-width: 820px;
    margin: 56px auto 80px;
    padding: 0 24px;
}

.cs-back-link {
    display: inline-block;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 600;
    color: #1B2B5B;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.cs-back-link:hover {
    text-decoration: underline;
    color: #1B2B5B;
}

.cs-single__intro {
    text-align: center;
    margin-bottom: 52px;
}

.cs-single__stage-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9B7E4D;
    background: #EDE4D7;
    padding: 6px 18px;
    border-radius: 40px;
    margin-bottom: 18px;
}

.cs-single__title {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 700;
    color: #1B2B5B;
    margin: 0 0 12px;
    line-height: 1.25;
}

.cs-single__role {
    font-size: 16px;
    color: #888888;
    font-style: italic;
    margin: 0 0 24px;
}

.cs-single__outcome-box {
    background: #EDE4D7;
    border-left: 4px solid #9B7E4D;
    padding: 18px 24px;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    color: #1B2B5B;
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
}

.cs-single__section {
    margin-bottom: 52px;
}

.cs-single__section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9B7E4D;
    display: block;
    margin-bottom: 8px;
}

.cs-single__section h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1B2B5B;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #EDE4D7;
}

.cs-single__section p {
    font-size: 16px;
    line-height: 1.75;
    color: #444444;
    margin: 0 0 18px;
}

.cs-single__section p:last-child {
    margin-bottom: 0;
}

.swiper-slide .elementor-carousel-image {
    width: 80%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

@media (max-width: 600px) {
	.swiper-slide .elementor-carousel-image {
    width: 70%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

}

/* ============================================================
   Back to Top Button
   ============================================================ */
.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B2B5B;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
    z-index: 9999;
}
#back-to-top.back-to-top {
    padding: 10px 10px;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
    background: #9B7E4D;
}

.back-to-top svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.method .e-n-accordion-item .e-n-accordion-item-title{
    position: relative;
    padding-left: 70px;
}

.method .e-n-accordion-item .e-n-accordion-item-title::before{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 60px;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #E5D3A1;
}

.method .e-n-accordion-item:nth-child(1) .e-n-accordion-item-title::before{
    content: "01";
}

.method .e-n-accordion-item:nth-child(2) .e-n-accordion-item-title::before{
    content: "02";
}

.method .e-n-accordion-item:nth-child(3) .e-n-accordion-item-title::before{
    content: "03";
}

@media (max-width: 600px) {
    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 34px;
        height: 34px;
    }
}

@media print {
    .back-to-top { display: none; }
}

/* ============================================================
   Single Case Study — Bullet Lists
   ============================================================ */

.cs-single__list {
    margin: 0 0 18px;
    padding-left: 22px;
}

.cs-single__list li {
    font-size: 16px;
    line-height: 1.75;
    color: #444444;
    margin: 0 0 8px;
}

.cs-single__list li:last-child {
    margin-bottom: 0;
}