/* Speaking Page */

.speaking-hero-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 697px;
}

.speaking-hero-section .hero-inner{
    justify-content: center;
    height: 100%;
}

.speaking-hero-section .hero-inner .hero-content{
    text-align: center;
    align-items: center;
    padding-top: 0;
}

.speaking-hero-section .hero-inner .hero-content h1{
    font-size: 56px;
    line-height: 1.1;
    max-width: 1187px;
    text-wrap: balance;
}

.speaking-hero-section .hero-content p:first-of-type{
    text-transform: none;
    max-width: max-content;
    font-size: 20px;
}

.speaking-hero-section .hero-content p:nth-of-type(2){
    max-width: 1000px;
    font-size: 20px;
}

.speaking-hero-section .hero-content .primary-btn{
    width: fit-content;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 576px){
    .speaking-hero-section{
        height: auto;
        padding: 60px 20px;
    }
    .speaking-hero-section .hero-inner .hero-content h1{
        font-size: 40px;
    }
    .speaking-hero-section .hero-content p:first-of-type{
        font-size: 18px;
    }
    .speaking-hero-section .hero-content p:nth-of-type(2){
        max-width: 100%;
        font-size: 16px;
    }
}

.this-moment-section .this-moment-container{
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
}
.this-moment-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.this-moment-section .this-moment-content h2{
    font-size: 56px;
}
.this-moment-section .this-moment-content h2 span{
    font-size: 56px;
}

.this-moment-section .this-moment-image{
    position: static;
}

.this-moment-section .this-moment-image img{
    width: 600px

}

.this-moment-section .container-large::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-44px, 140px);
    height: 425px;
    width: 425px;
    background: rgba(246, 0, 67, 0.4);
    border-radius: 50%;
    filter: blur(158.39999389648438px);
}
.this-moment-content > *:not(h2){
    font-size: 20px !important;
}

.max-w-540{
    max-width: 540px;
}

@media (max-width: 1024px){
    .this-moment-section .this-moment-image img{
        width: 100%;
        max-width: 500px;
    }
}

.system-mismatch-section {
    padding: 100px 24px;
    background: #000;
}

.system-mismatch-section .section-title {
    font-family: 'Prata';
    font-weight: 400;
    font-size: 56px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 80px;
}

.system-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 768px){

    .system-grid .system-col:first-of-type{
        width: fit-content;
        justify-self: end;
    }
}



.system-lead {
    font-family: 'Garet';
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 28px;
    opacity: 0.9;
    max-width: 400px;
}

.system-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.system-points li {
    font-family: 'Garet';
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 14px;
}

.system-points li::before {
    content: '◉';
    color: rgba(246, 0, 67, 1);
    position: absolute;
    left: 0;
}

.system-closing {
    text-align: center;
    margin-top: 90px;
}

.system-closing p {
    font-family: 'Garet';
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    opacity: 0.85;
}

.system-closing p:first-of-type{
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .system-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .system-mismatch-section .section-title {
        font-size: 32px;
    }
}


.big-quote{
    padding: 60px 24px;
    text-align: center;
}

.big-quote h4{
    font-family: 'Prata';
    font-weight: 400;
    font-size: 56px;
    line-height: 1.3;
    color: var(--text-color);
    max-width: 700px;
    margin: 0 auto;
}

.big-quote img{
    width: 100%;
    max-width: 100px;
}

.big-quote img:nth-of-type(2){
    transform: rotate(180deg);
}

/* Burnout Section Styles */
.burnout-design-section {
    padding: 100px 0;
    background-color: #000;
    overflow: hidden;
}

.burnout-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.burnout-content {
    flex: 1;
    max-width: 650px;
    z-index: 2;
}

.burnout-title {
    font-family: 'Prata', serif;
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 40px;
    color: var(--text-color);
}

/* .burnout-title span{
    width: fit-content;
    margin-left: auto;
} */

.burnout-title .text-signature {
    display: block;
    font-size: 80px;
    margin-top: 10px;
}

.burnout-lead {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.result-label {
    font-family: 'Garet', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.result-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.result-list li {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
}

.burnout-footer {
    font-family: 'Garet', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.burnout-image {
    display: flex;
    justify-content: flex-end;
}

/* Red glow effect seen in the background of your image */
.burnout-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(163, 9, 51, 0.4) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 0;
}

.burnout-image img {
    width: 600px;
    position: relative;
    z-index: 1;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .burnout-design-section{
        padding: 60px 0 0 24px;
        display: flex;
        flex-direction: column;
    }
    .burnout-wrapper {
        flex-direction: column;
        text-align: left;
    }
    
    .burnout-title {
        font-size: 42px;
    }
    .burnout-content{
        max-width: 100%;
    }

    .burnout-title .text-signature {
        font-size: 56px;
    }

    .burnout-image {
        position: static;
        margin-top: 40px;
    }
}

/* Leadership Paradigm Section */
.leadership-paradigm-section {
    padding: 100px 24px;
    background-size: contain;
    background-position: center;
}

.section-main-title {
    font-family: 'Prata', serif;
    font-size: 56px;
    text-align: center;
    margin-bottom: 80px;
    color: var(--text-color);
}

.paradigm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    /* align-items: center; */
}

.paradigm-image img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.paradigm-content {
    max-width: 540px;
    padding-top: 30px;
}

.paradigm-lead {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}

/* Styled List with Background Blur */
.paradigm-list {
    list-style: none;
    padding: 30px;
    margin-bottom: 40px;
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.paradigm-list li {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

.paradigm-list li::before {
    content: '●'; /* Red bullet point */
    color: #f60043;
    position: absolute;
    left: 0;
    font-size: 14px;
}

.paradigm-mission {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #ccc;
}

.paradigm-mission strong {
    font-weight: 850; /* Garet-Bold weight */
    color: var(--text-color);
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .paradigm-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section-main-title {
        font-size: 36px;
    }

    .paradigm-content {
        margin: 0 auto;
    }

    .paradigm-list {
        text-align: left;
    }
}

/* Meet The Guide Section */
.meet-the-guide-section {
    padding: 0 24px 100px;
}

.guide-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.guide-title {
    font-family: 'Prata', serif;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 45px;
    color: var(--text-color);
}

.guide-title .text-signature {
    display: block;
    /* font-size: 72px;
    margin-left: 10px; */
}

.guide-intro, 
.guide-tenure, 
.guide-mission {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.guide-intro strong,
.guide-mission strong {
    font-weight: 850; /* Utilizing Garet-Bold */
}

/* Bulleted List Styling */
.guide-expertise-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.guide-expertise-list li {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.guide-expertise-list li::before {
    content: '●';
    color: #A30933; /* Your primary red color */
    position: absolute;
    left: 0;
    font-size: 14px;
}

/* Image and Glow Effects */
.guide-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-glow-sphere {
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(246,0,66,0.7) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 1;
}
@media (max-width: 576px){
    .red-glow-sphere{
        width: 300px;
        height: 300px;
    }
}

.guide-image {
    width: 600px;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .guide-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .guide-title {
        font-size: 42px;
    }

    .guide-title .text-signature {
        font-size: 52px;
    }

    .guide-image-container {
        order: -1; /* Image appears first on mobile */
    }
}
@media (max-width: 576px){
    .red-glow-sphere{
        width: 300px;
        height: 300px;
    }
    .guide-grid {
        gap: 0;
    }
}

/* Reorientation Section */
.reorientation-section {
    padding: 100px 24px;
    background-color: var(--body-bg);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Background glow effect behind the cards */
.reorientation-section::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(163, 9, 51, 0.25) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
}

.reorientation-header h2 {
    font-family: 'Prata', serif;
    font-size: 56px;
    line-height: 1.2;
    margin: 0 auto;
    margin-bottom: 30px;
    color: var(--text-color);
    max-width: 886px;
}

.reorientation-intro {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 60px;
}

/* Grid Layout */
.reorientation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

/* Card Styling */
.reorientation-card {
   background: rgba(15, 15, 15, 1);;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    padding: 20px;
    min-height: 217px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.reorientation-card:hover {
    transform: translateY(-5px);
    border-color: rgba(166, 49, 81, 0.5);
}

.reorientation-card p {
    font-family: 'Prata', serif;
    font-size: 30px !important;
    line-height: 1.4;
    color: rgba(166, 49, 81, 1); /* Brand pink/red color */
}

.card-number {
    font-family: 'Prata', serif;
    font-size: 64px;
    color: rgba(255, 255, 255, 0.05); /* Very subtle watermark effect */
    align-self: flex-end;
    line-height: 1;
}

/* Footer Quotes */
/* .reorientation-footer {
    max-width: 800px;
    margin: 0 auto;
} */

.organizer-label {
    font-family: 'Garet', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

.reorientation-footer .organizer-quote {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}

/* Responsive Scaling */
@media (max-width: 1200px) {
    .reorientation-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reorientation-header h2 {
        font-size: 38px;
    }
    
    .reorientation-grid {
        grid-template-columns: 1fr;
    }
    
    .reorientation-card {
        min-height: auto;
        padding: 30px;
    }
}

/* Testimonials Marquee Styling */
.testimonials-marquee-section {
    padding: 100px 0;
    background-color: var(--body-bg);
    overflow: hidden;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 70px;
}

.testimonials-header .section-title {
    font-family: 'Prata', serif;
    font-size: 56px;
    color: var(--text-color);
    line-height: 1.2;
}

.testimonial-slide {
    padding: 0 20px;
}

.testimonial-inner {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(166, 49, 81, 0.2);
    padding: 45px 40px;
    border-radius: 12px;
    min-height: 350px;
    width: 480px; /* Fixed width for the marquee flow */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.client-name {
    font-family: 'Garet', sans-serif;
    font-weight: 850;
    font-size: 26px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #fff;
}

.client-quote {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.85;
}

.client-role {
    font-family: 'Garet', sans-serif;
    font-size: 14px;
    font-weight: 850;
    color: rgba(166, 49, 81, 1);
    text-transform: uppercase;
    margin-top: 25px;
}

/* Linear marquee smoothing */
.testimonials-marquee .slick-track {
    display: flex !important;
    transition-timing-function: linear !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .testimonials-header .section-title {
        font-size: 36px;
        padding: 0 20px;
    }
    .testimonial-inner {
        width: 320px;
        padding: 30px;
    }
}


/* Transmissions Section */
.transmissions-section {
    padding: 100px 24px;
    background: rgba(15, 15, 15, 1);
    color: var(--text-color);
    position: relative;
}
.transmissions-section::before {
    content: '';
    position: absolute;
    bottom: 20%;
    right: 0;
    /* transform: translate(59%, -31%); */
    width: 425px;
    height: 425px;
    border-radius: 50%;
    background: rgba(140, 1, 39, 0.4);
    filter: blur(80px);
}

.transmissions-section > * {
    position: relative;
    z-index: 1;
}

.transmissions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.transmissions-header h2 {
    font-family: 'Prata', serif;
    font-size: 56px;
    line-height: 1.1;
    margin: 0;
}

.transmissions-header .text-signature {
    font-size: 64px;
}

/* Grid Layout */
.transmissions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

/* Transmission Card */
.transmission-card {
    background-color: #050505; /* Deep black for card */
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 30px 40px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transmission-card:hover {
    background-color: #0a0a0a;
    border-color: rgba(163, 9, 51, 0.3);
    transform: translateY(-5px);
}

.transmission-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.transmission-icon img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(163, 9, 51, 0.5));
}

.transmission-card h3 {
    font-family: 'Prata', serif;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.transmission-card p {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.7;
    margin: 0;
}

.transmissions-custom-note {
    text-align: center;
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.6;
}

/* Responsive Scaling */
@media (max-width: 1100px) {
    .transmissions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .transmissions-header h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .transmissions-header {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .transmissions-grid {
        grid-template-columns: 1fr;
    }
    
    .transmission-card {
        padding: 40px 20px;
    }
}


/* Delivery Methods Section */
.delivery-methods-section {
    padding: 100px 24px;
    background-color: var(--body-bg);
    position: relative;
    overflow: hidden;
}

/* Red side-glow effect seen in the design */
.delivery-methods-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 425px;
    height: 425px;
    border-radius: 50%;
    background: rgba(246, 0, 67, 0.4);
    filter: blur(50px);
    pointer-events: none;
}

.delivery-methods-section > * {
    position: relative;
    z-index: 1;
}

.delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.delivery-title {
    font-family: 'Prata', serif;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: var(--text-color);
}

.delivery-title .text-signature {
    font-size: 64px;
}

/* Reusing your red bullet point style */
.delivery-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.delivery-list li {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 2.2; /* Extra breathing room for the list */
    padding-left: 25px;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
}

.delivery-list li::before {
    content: '●';
    color: #A30933;
    position: absolute;
    left: 0;
    font-size: 14px;
}

.delivery-footer {
    font-family: 'Garet', sans-serif;
    font-weight: 300;
    font-size: 18px;
    opacity: 0.9;
}

.delivery-footer strong {
    font-weight: 850; /* Garet-Bold */
    color: #fff;
}

.delivery-image img {
    width: 100%;
    border-radius: 20px; /* Rounded corners match your CSS pattern */
    display: block;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .delivery-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: left;
    }

    .delivery-title {
        font-size: 40px;
    }

    .delivery-image {
        order: 2;
    }
}


/* Organizations Hosted Section */
.hosted-organizations-section {
    padding: 100px 0;
    background-color: var(--body-bg);
    text-align: center;
}

.organizations-title {
    font-family: 'Prata', serif;
    font-size: 56px;
    color: var(--text-color);
    margin-bottom: 80px;
}

/* Slick Slider Container */
.organizations-slider {
    width: 100%;
}

.logo-slide {
    margin: 0 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Replicating the "Torn Paper/Stamp" look from image_e212c0.png */
.logo-slide .logo-container {
    width: 196px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30.96px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
 
.logo-slide .logo-container img{
    width: 115px;
}
 
.logo-slide img:hover {
    filter: grayscale(0%);
}
 
@media (max-width: 768px) {
    .organizations-title {
        font-size: 32px;
        padding: 0 20px;
    }
}
 
@media (max-width: 576px){
    .this-moment-section, .system-mismatch-section, .leadership-paradigm-section, .reorientation-section, .transmissions-section, .delivery-methods-section, .hosted-organizations-section, .testimonials-marquee-section
    {
        padding: 60px 24px;
    }
    .meet-the-guide-section{
        padding: 0px 24px 60px;
    }
    .logo-slide .logo-container{
        width: 120px;
        height: 120px;
    }
    .logo-slide .logo-container img{
        width: 70px;
    }
}