.elementor-8 .elementor-element.elementor-element-0ebada1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-11c4ba8{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-39b8b7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-39b8b7a.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-582b351{--display:flex;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:191px;--margin-right:0px;}.elementor-8 .elementor-element.elementor-element-3cfb9b3{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-8 .elementor-element.elementor-element-3cfb9b3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-57d0195{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-57d0195:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-57d0195 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBFBFB;}.elementor-8 .elementor-element.elementor-element-023725d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-8 .elementor-element.elementor-element-023725d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-9a1498c{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8 .elementor-element.elementor-element-432e4ba img{width:100%;border-radius:8px 8px 8px 8px;}.elementor-8 .elementor-element.elementor-element-cdad19d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-cdad19d:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-cdad19d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBFBFB;}.elementor-8 .elementor-element.elementor-element-f616b81{width:100%;max-width:100%;}.elementor-8 .elementor-element.elementor-element-f616b81.elementor-element{--flex-grow:0;--flex-shrink:0;}body.elementor-page-8{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-39b8b7a{--width:1600px;--justify-content:center;}.elementor-8 .elementor-element.elementor-element-39b8b7a.e-con{--align-self:center;--flex-grow:0;--flex-shrink:1;}.elementor-8 .elementor-element.elementor-element-a281cd5{width:auto;max-width:auto;}.elementor-8 .elementor-element.elementor-element-a281cd5.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-582b351{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8 .elementor-element.elementor-element-023725d{width:auto;max-width:auto;}.elementor-8 .elementor-element.elementor-element-023725d.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-f616b81{width:auto;max-width:auto;}.elementor-8 .elementor-element.elementor-element-f616b81.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for html, class: .elementor-element-11c4ba8 *//* CSS for the Responsive Navigation Menu */

/* --- Global Styles & Variables (Required for the Menu) --- */
:root {
    --serenity-blue: #005A9C;
    --sunrise-orange: #F58220;
    --white: #ffffff;
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

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

/* --- Navigation Header --- */
.site-header {
    background-color: var(--white);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-height: 80px;
    width: auto;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
}

.main-nav a {
    text-decoration: none;
    color: var(--serenity-blue);
    font-weight: 700;
    font-size: 1.5rem; /* Increased from 1rem */
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s;
}

/* Orange underline for active and hover states */
.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--sunrise-orange);
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.main-nav a:hover::after,
.current-menu-item a::after {
    transform: scaleX(1);
}

.menu-toggle {
    display: none; /* Hidden on desktop */
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 22px;
    position: relative;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--serenity-blue);
    border-radius: 3px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 9px; }
.menu-toggle span:nth-child(3) { top: 18px; }

/* Hamburger 'X' animation */
.nav-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}
.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}
.nav-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

/* --- Responsive Design for the Menu --- */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .main-nav ul {
        display: none; /* Hide nav by default */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .main-nav.nav-open ul {
        display: flex; /* Show nav when class is added */
    }
    .main-nav li {
        width: 100%;
        text-align: center;
    }
    .main-nav a {
        padding: 1rem 0;
        display: block;
    }
    .main-nav a::after {
        bottom: 0.75rem; /* Adjust underline position for mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a281cd5 *//* --- Global Styles & Variables --- */
:root {
    --serenity-blue: #005A9C;
    --sunrise-orange: #F58220;
    --black: #1a1a1a;
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --soft-gray: #fafafa;
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: var(--black);
    background-color: var(--white);
}

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

h1, h2, h3, h4 {
    font-weight: 700;
    color: var(--serenity-blue);
    line-height: 1.2;
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--sunrise-orange);
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #e07010;
}

.section-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    font-size: 1.2rem;
    color: #555;
    font-weight: 300;
}

section {
    padding: 80px 0;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--sunrise-orange);
    color: var(--white);
    border-color: var(--sunrise-orange);
}

.btn-primary:hover {
    background-color: #e07010;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- Page Header (Hero) --- */
.page-header {
    background-color: var(--serenity-blue);
    padding: 80px 20px;
    text-align: center;
    color: var(--white);
    border-bottom: 6px solid var(--sunrise-orange);
}

.page-header h1 {
    color: var(--white);
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.page-header p {
    color: var(--white);
    opacity: 0.9;
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
}


/* --- General two-column layout --- */
.content-split {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.content-split .text-content,
.content-split .image-content {
    flex: 1;
}
.content-split.reverse {
    flex-direction: row-reverse;
}
.content-split img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* --- Core Values & Principles Sections --- */
.principles-section {
    background-color: var(--light-gray);
}

.values-grid, .principles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.value-item, .principle-item {
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 5px solid var(--sunrise-orange);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.value-item:hover, .principle-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.value-item h4, .principle-item h4 {
    margin-top: 0;
}

.value-item p, .principle-item p {
    margin-bottom: 0;
}

/* --- Services Section --- */
.services-section {
    background-color: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.service-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: var(--sunrise-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    fill: var(--white);
}

.service-text h4 {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.service-text p {
    margin-bottom: 0;
    color: #555;
}


/* --- Contact Section --- */
.contact-section {
    background-color: var(--soft-gray);
}
/* This now centers the content for the contact section */
.contact-section .content-split {
    display: block; /* Override the flexbox behavior */
    text-align: center;
}
.contact-inline-image {
    max-width: 200px;
    margin-top: 2rem;
    opacity: 0.8;
    border-radius: 10px;
}


/* --- Detailed Resources Section (Accordion) --- */
.detailed-resources-section {
    background-color: var(--light-gray);
}
.accordion {
    max-width: 800px;
    margin: 0 auto;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--serenity-blue);
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}
.accordion-header:hover {
    background-color: #e9e9e9;
}
.accordion-header .icon {
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease-in-out;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.accordion-content p {
    padding: 0 1rem 1.5rem 1rem;
    margin: 0;
    color: #333;
}
.accordion-item.active .accordion-header .icon {
    transform: rotate(45deg);
}
.accordion-item.active .accordion-content {
    max-height: 300px;
}

/* --- Footer --- */
.footer {
    background-color: var(--black);
    color: #ccc;
    text-align: center;
    padding: 30px 20px;
}


/* --- Mobile Slideshow Styles --- */
.slide-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 90, 156, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
    line-height: 44px;
}
.slide-arrow:hover {
    background-color: var(--serenity-blue);
}
.prev-arrow { left: 8px; }
.next-arrow { right: 8px; }


/* --- Responsive Design --- */
@media (max-width: 992px) {
    .content-split,
    .content-split.reverse {
        flex-direction: column;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    /* Responsive Typography & Layout */
    h1, .page-header h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    .section-subtitle {
        font-size: 1.1rem;
    }
    section {
        padding: 60px 0;
    }
    
    /* Slideshow Activation Styles */
    .slideshow-container {
        position: relative;
        overflow: hidden;
        margin: 2rem 0 0 0;
    }
    .values-grid, .principles-grid {
        display: flex;
        grid-template-columns: none;
        gap: 0;
        transition: transform 0.4s ease-in-out;
    }
    .value-item, .principle-item {
        flex: 0 0 40%;
        margin: 0 30%;
        box-sizing: border-box;
        padding: 1.5rem 20px;
    }
    .slide-arrow {
        display: block;
    }
    .prev-arrow {
        left: 24%;
    }
    .next-arrow {
        right: 24%;
    }
    .core-values-section .text-content > h3,
    .core-values-section .text-content > p:first-of-type {
        max-width: 25%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Responsive Services Grid */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Mobile Contact Form Centering */
    .contact-section .content-split {
        align-items: center;
    }
    .contact-section .text-content {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-023725d *//* --- Global Styles & Variables --- */
:root {
    --serenity-blue: #005A9C;
    --sunrise-orange: #F58220;
    --black: #1a1a1a;
    --white: #ffffff;
    --soft-gray: #fafafa;
    --text-color: #333;
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
}

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

/* --- Typography --- */
h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--serenity-blue);
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #555;
}

strong {
    font-weight: 700;
    color: var(--black);
}

a {
    color: var(--sunrise-orange);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
}

a:hover {
    color: #e07010;
    text-decoration: underline;
}


/* --- Contact Section Styles --- */
.contact-section {
    background-color: var(--soft-gray);
    padding: 80px 0;
    text-align: center; /* This centers all the content inside */
}

/* Add extra space below the last/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f616b81 *//* --- Global Styles & Variables --- */
:root {
    --serenity-blue: #005A9C;
    --sunrise-orange: #F58220;
    --black: #1a1a1a;
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --soft-gray: #fafafa;
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: var(--black);
    background-color: var(--white);
}

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

h1, h2, h3, h4 {
    font-weight: 700;
    color: var(--serenity-blue);
    line-height: 1.2;
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--sunrise-orange);
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #e07010;
}

.section-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    font-size: 1.2rem;
    color: #555;
    font-weight: 300;
}

section {
    padding: 80px 0;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--sunrise-orange);
    color: var(--white);
    border-color: var(--sunrise-orange);
}

.btn-primary:hover {
    background-color: #e07010;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- Page Header (Hero) --- */
.page-header {
    background-color: var(--serenity-blue);
    padding: 80px 20px;
    text-align: center;
    color: var(--white);
    border-bottom: 6px solid var(--sunrise-orange);
}

.page-header h1 {
    color: var(--white);
    font-size: 4rem;
    margin-bottom: 0.5rem;
}

.page-header p {
    color: var(--white);
    opacity: 0.9;
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
}


/* --- General two-column layout --- */
.content-split {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.content-split .text-content,
.content-split .image-content {
    flex: 1;
}
.content-split.reverse {
    flex-direction: row-reverse;
}
.content-split img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* --- Core Values & Principles Sections --- */
.principles-section {
    background-color: var(--light-gray);
}

.values-grid, .principles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.value-item, .principle-item {
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 5px solid var(--sunrise-orange);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.value-item:hover, .principle-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.value-item h4, .principle-item h4 {
    margin-top: 0;
}

.value-item p, .principle-item p {
    margin-bottom: 0;
}

/* --- Services Section --- */
.services-section {
    background-color: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.service-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: var(--sunrise-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    fill: var(--white);
}

.service-text h4 {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.service-text p {
    margin-bottom: 0;
    color: #555;
}


/* --- Contact Section --- */
.contact-section {
    background-color: var(--soft-gray);
}
.contact-section .content-split {
    align-items: flex-start;
}
.contact-inline-image {
    max-width: 300px; /* THIS IS THE CHANGED VALUE */
    margin-top: 2rem;
    opacity: 0.8;
    border-radius: 10px;
}
.form-content label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #333;
}
.form-content input,
.form-content select,
.form-content textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
}
.form-content button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1rem;
}


/* --- Detailed Resources Section (Accordion) --- */
.detailed-resources-section {
    background-color: var(--light-gray);
}
.accordion {
    max-width: 800px;
    margin: 0 auto;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--serenity-blue);
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}
.accordion-header:hover {
    background-color: #e9e9e9;
}
.accordion-header .icon {
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease-in-out;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.accordion-content p {
    padding: 0 1rem 1.5rem 1rem;
    margin: 0;
    color: #333;
}
.accordion-item.active .accordion-header .icon {
    transform: rotate(45deg);
}
.accordion-item.active .accordion-content {
    max-height: 300px;
}

/* --- Footer --- */
.footer {
    background-color: var(--black);
    color: #ccc;
    text-align: center;
    padding: 30px 20px;
}


/* --- Mobile Slideshow Styles --- */
.slide-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 90, 156, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
    line-height: 44px;
}
.slide-arrow:hover {
    background-color: var(--serenity-blue);
}
.prev-arrow { left: 8px; }
.next-arrow { right: 8px; }


/* --- Responsive Design --- */
@media (max-width: 992px) {
    .content-split,
    .content-split.reverse {
        flex-direction: column;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    /* Responsive Typography & Layout */
    h1, .page-header h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    .section-subtitle {
        font-size: 1.1rem;
    }
    section {
        padding: 60px 0;
    }
    
    /* Slideshow Activation Styles */
    .slideshow-container {
        position: relative;
        overflow: hidden;
        margin: 2rem 0 0 0;
    }
    .values-grid, .principles-grid {
        display: flex;
        grid-template-columns: none;
        gap: 0;
        transition: transform 0.4s ease-in-out;
    }
    .value-item, .principle-item {
        flex: 0 0 40%;
        margin: 0 30%;
        box-sizing: border-box;
        padding: 1.5rem 20px;
    }
    .slide-arrow {
        display: block;
    }
    .prev-arrow {
        left: 24%;
    }
    .next-arrow {
        right: 24%;
    }
    .core-values-section .text-content > h3,
    .core-values-section .text-content > p:first-of-type {
        max-width: 25%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Responsive Services Grid */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Mobile Contact Form Centering */
    .contact-section .content-split {
        align-items: center;
    }
    .contact-section .text-content {
        text-align: center;
    }
    .contact-section .form-content {
        width: 100%;
        max-width: 450px;
    }
    .form-content label {
        text-align: left;
    }
}/* End custom CSS */