/*
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.7.1778492283
Updated: 2026-05-11 09:38:03

*/

/* Force Lexend across the entire Case Study template */
.gt-cs,
.gt-cs-hero-text,
.gt-cs-subtitle ,
.gt-cs * {
    font-family: 'Lexend', sans-serif !important;
}

/* Wrapper */
.gt-cs {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Full-width hero background */
.gt-cs-hero-fullwidth {
    width: 100%;
    background: #001647; /* change to your brand colour */
    padding: 150px 20px 100px 20px;
}

/* Inner container to match your site width */
.gt-cs-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.gt-cs-hero-image img {
    width: 100%;
    border-radius: 30px;
}

.gt-cs-back {
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Lexend', sans-serif !important;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.gt-cs-back:hover {
    opacity: 1;
}


.gt-cs-label {
    display: block;
    font-family: 'Lexend', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #ffffff;
}

.gt-cs-hero-text h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
	color: #ffffff;
}

.gt-cs-subtitle {
    font-size: 1.2rem;
	color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .gt-cs-hero-inner {
        grid-template-columns: 1fr;
    }
}


.gt-cs-hero-image img {
    width: 100%;
    border-radius: 8px;
}

.gt-cs-hero-text h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.gt-cs-subtitle {
    font-size: 1.2rem;
    opacity: 0.8;
}

/* CONTENT ROWS */
.gt-cs-row {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 40px;
    margin-bottom: 50px;
    align-items: start;
}


.gt-cs-row h2 {
    font-size: 30px;
	font-weight: 400;
    margin: 0;
	color: #001647;
}

.gt-cs-row h3 {
    font-size: 20px;
	font-weight: 600;
    margin: 0;
	color: #001647;
}

.gt-cs-content {
    line-height: 1.7;
	color: #001647;
	font-weight: 300;
}

.gt-cs blockquote {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #001647;
    padding: 20px 20px;
    background: #f8f9fb;
    border-left: 6px solid #f6851f; /* brand colour */
    border-radius: 10px;
    margin: 30px 0;
}


/* NAVIGATION */
.gt-cs-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.gt-cs-nav a {
    text-decoration: none;
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gt-cs-hero-row,
    .gt-cs-row {
        grid-template-columns: 1fr;
    }
}

