/*
Theme Name: Ascendhealthca
Theme URI: https://uncomn-projects.com
Template: blocksy
Author: Uncomn Projects
Author URI: https://uncomn-projects.com
Description: Blocksy is a blazing fast and lightweight WordPress theme built with the latest web technologies. It was built with the Gutenberg editor in mind and has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. It works like a charm with popular WordPress page builders, including Elementor, Beaver Builder, Visual Composer and Brizy. Since it is responsive and adaptive, translation ready, SEO optimized and has WooCommerce built-in, you will experience an easy build and even an increase in conversions.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,buddypress,rtl-language-support,news
Version: 2.0.98.1747503056
Updated: 2025-05-17 17:30:56

*/

:root {
    --body-font: 'Poppins', sans-serif;
    --heading-font: 'Baskerville';
    --Color-Palette-Copper: #6F3A20;
    --Color-Palette-Dark-Chocolate: #2E2E24;
    --Color-Palette-White: #FFF;
    --Color-Palette-Cream: #EDE3D1;
    --Color-Palette-Olive: #7D7359;
    --Color-Palette-Khaki: #D4C7B2;
    --Color-Palette-Random-Color: #F7F5EF;
    --Color-Palette-Random-Color-Two: #F8F6F1;
    --gf-ctrl-choice-check-color: var(--Color-Palette-Copper) !important;
    --gf-color-in-ctrl-primary: var(--Color-Palette-Copper) !important;
    --gf-ctrl-radio-check-radius: 0 !important;
    --gf-color-in-ctrl-primary: var(--Color-Palette-Copper) !important;
}


body {
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--Color-Palette-Dark-Chocolate);
    background-color: var(--Color-Palette-White);
}


[data-elementor-type="footer"] {
    z-index: 10;
    position: relative;
}
p {
    line-height: normal;
}

.ascend-text-section:focus,
.ascend-text-section:focus-visible,
.ascend-team-role-button:focus,
.ascend-team-role-button:focus-visible,
a:focus,
a:focus-visible,
.ascend-section:focus,
.ascend-section:focus-visible {
    outline: 0 !important;
}

.blog-post-content li a,
.blog-post-content p a {
    color: var(--Color-Palette-Copper);
    text-decoration: underline !important;
}
.blog-terms-list .elementor-post-info__terms-list a {
    display: inline-flex;
    padding: 5px 10px;
    align-items: center;
    background-color: var(--Color-Palette-Olive);
    color: var(--Color-Palette-White) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 112.5% */
    text-transform: uppercase;
    text-decoration: none !important;
}
body .post-navigation__prev--label,
body .post-navigation__next--label {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--Color-Palette-Dark-Chocolate) !important;
}
body .post-navigation__prev--title,
body .post-navigation__next--title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    font-family: var(--heading-font) !important;
    color: var(--Color-Palette-Dark-Chocolate) !important;
}
h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: var(--heading-font);
    font-weight: 400;
    color: var(--Color-Palette-Copper);
    line-height: normal !important;
}

blockquote {
    border-inline-start: 0;
    padding-inline-start: 0;
}

.gform-theme--foundation .gform_fields {
    row-gap: 0 !important;
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    margin-block-start: 0 !important;
}
/* Flexible Content Sections */
.ascend-section {
    position: relative;
    width: 100%;
}

.pattern_bg {
 position: relative;

}
.pattern_bg:before {
    background-image: var(--pattern-bg-url, url('../images/pattern.png'));
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    z-index: -1;
    opacity: .3;  
}
.ascend-three-column-block:before {
    background-image: var(--pattern-bg-url, url('../images/pattern.png'));
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: -1;
    opacity: .3;
}
/* Three Column Section */
.ascend-three-column-block {
    padding: 40px 0;
    z-index: 1;
}

.three-column-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 60% 1fr 1fr;
    gap: 20px;
}

.column {
    box-sizing: border-box;
    padding: 20px;
}

.column-main {
    grid-column: 1 / 2;
}

.column-box {
    background: rgba(212, 199, 178, 0.20);
    border: 1px solid var(--Color-Palette-Copper, #6F3A20);
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 40px;
    cursor: pointer;
}
.column-box:hover {
    background: var(--Color-Palette-Copper);
}
.column-box:hover h3,
.column-box:hover .box-text p {
    color: var(--Color-Palette-White) !important;
}
.column-box:hover .box-image img {
    filter: brightness(0) invert(1);
}

.three-column-container > .column-box:nth-of-type(2) {
    grid-column: 2 / 3;
}

.three-column-container > .column-box:nth-of-type(3) {
    grid-column: 3 / 4;
}
.three-column-container h2 {
    font-size: 48px;
}

.column-title {
    font-family: var(--heading-font);
    font-size: 36px;
    color: var(--Color-Palette-Copper);
    margin-bottom: 20px;
    line-height: 1.2;
}

.column-text {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--Color-Palette-Dark-Chocolate);
}

.column-text p:last-child {
    margin-bottom: 0;
}

.box-title {
    font-family: var(--heading-font);
    color: var(--Color-Palette-Copper);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.6px;
}

.box-text {
    font-family: var(--body-font);
    color: var(--Color-Palette-Dark-Chocolate);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.box-text p:last-child {
    margin-bottom: 0;
}

.box-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 85px;
    height: 83px;
}

.box-image img {
    display: block;
    object-fit: cover;
}
.green-button svg path {
    stroke: var(--Color-Palette-White);
}
.green-button a:hover svg path {
    stroke: var(--Color-Palette-White) !important;
}
.copper-button .elementor-button-content-wrapper,
.green-button .elementor-button-content-wrapper {
    align-items: center;
}
.cooper-button svg path {
    stroke: var(--Color-Palette-Copper);
}
.copper-button a:hover svg path {
    stroke: var(--Color-Palette-White) !important;
}
.copper-reverse-button svg path {
    stroke: var(--Color-Palette-White);
}
.copper-reverse-button a:hover svg path {
    stroke: var(--Color-Palette-Copper) !important;
}

.custom-list-style ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 0 20px 0 !important;
}

.custom-list-style li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 10px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    line-height: 1.6 !important;
}
.custom-list-style li:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="0.5" y="0.5" width="19" height="19" stroke="%232E2E24"/><path d="M3.75 9.13043L9.64286 15L17.5 3.75" stroke="%232E2E24"/></svg>') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    flex-shrink: 0 !important;
}

.no-padding {
    padding: 0 !important;
}
.gfield_checkbox .gchoice {
    align-items: center !important;
}
.gfield--type-html a {
    color: var(--Color-Palette-Copper) !important;
    text-decoration: underline !important;
}
.gform_fields input[type="radio"],
.gform_fields input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
}
.gform_fields input[type="radio"]:checked,
.gform_fields input[type="checkbox"]:checked {
    border: 1px solid var(--Color-Palette-Copper) !important;
}
.gform_fields input[type="radio"]:checked:before,
.gform_fields input[type="checkbox"]:checked:before {
    background-color: var(--Color-Palette-Copper) !important;
    color: var(--Color-Palette-Copper) !important;
}
.gform_fields input[type="file"] {
    --gf-local-bg-color: var(--Color-Palette-Copper) !important;
    --gf-local-border-inline-end-color: var(--Color-Palette-Copper) !important;
    --gf-local-border-inline-end-style: solid !important;
    --gf-local-border-inline-end-width: 1px !important;
    --gf-local-border-inline-end: var(--gf-local-border-inline-end-width) var(--gf-local-border-inline-end-style) var(--gf-local-border-inline-end-color);
    --gf-local-color: var(--Color-Palette-White) !important;
    border: 1px solid var(--Color-Palette-Copper) !important;
    border-radius: 0 !important;
}
.gform_fields input[type="file"]:focus,
.gform_fields input[type="file"] {
    border: 0 !important;
}
.gfield_label.gform-field-label {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0.32px !important;
    font-family: var(--body-font) !important;
}

.gform_fields input {
    height: 46px !important;
}
.gform_fields input,
.gform_fields textarea,
.gform_fields select {
    border: 0 !important;
    border-radius: 0 !important;
}
.gform_fields input:focus,
.gform_fields textarea:focus,
.gform_fields select:focus {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
}
body .gform_footer input[type="submit"] {
    background: var(--Color-Palette-Olive) !important;
    color: var(--Color-Palette-White) !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    width: max-content !important;
}
.gform_footer input[type="submit"]:hover {
    background: var(--Color-Palette-Copper) !important;
    transform: translateY(-5px) !important;
    transition: all 0.3s ease !important;
}
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}
.italic_title .text-section-title {
    font-style: italic;
}

.dark-gradient .content-overlay  {
    background: var(--Gradients-Gradient-Dark-Chocolate, linear-gradient(41deg, #593C2B 3.51%, #292821 56.51%, #272721 70.45%)) !important;
}
.light-gradient .content-overlay  {
    background: var(--Gradients-Gradient-Light, linear-gradient(41deg, #F5EFE5 3.51%, #D9CFBE 48.14%)) !important;
}
.custom_content_width .content-layout-grid {
    grid-template-columns: 35% auto;
    gap: 25px;
}

.olive-button a {
    background: var(--Color-Palette-Olive);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-Olive);
}
.olive-button a:hover {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-Copper);
}

.cream-button a.testimonial-cta-1 {
    background: var(--Color-Palette-Cream);
    color: var(--Color-Palette-Copper);
    border: 1px solid var(--Color-Palette-Cream);
}
.cream-button a.testimonial-cta-1:hover {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-Cream);
}

.olive-button a .button-icon svg path {
    stroke: var(--Color-Palette-White);
}
.olive-button a:hover .button-icon svg path {
    stroke: var(--Color-Palette-White);
}

.cooper-button a {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-Copper);
}
.cooper-button a:hover {
    background: var(--Color-Palette-White);
    color: var(--Color-Palette-Copper);
    border: 1px solid var(--Color-Palette-Copper);
}

.btn-style-olive {
    background: var(--Color-Palette-Olive);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-Olive);
}
.btn-style-olive:hover {
    background: var(--Color-Palette-White);
    color: var(--Color-Palette-Olive);
    border: 1px solid var(--Color-Palette-Olive);
}
.btn-style-olive:hover .button-icon svg path {
    stroke: var(--Color-Palette-Olive);
}
.btn-style-copper {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-Copper);
}
.btn-style-copper:hover {
    background: var(--Color-Palette-White);
    color: var(--Color-Palette-Copper);
    border: 1px solid var(--Color-Palette-Copper);
}
.btn-style-copper:hover .button-icon svg path {
    stroke: var(--Color-Palette-Copper);
}
.btn-style-dark-chocolate {
    background: var(--Color-Palette-Dark-Chocolate);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-Dark-Chocolate);
}
.btn-style-dark-chocolate:hover {
    background: var(--Color-Palette-White);
    color: var(--Color-Palette-Dark-Chocolate);
    border: 1px solid var(--Color-Palette-Dark-Chocolate);
}
.btn-style-dark-chocolate:hover .button-icon svg path {
    stroke: var(--Color-Palette-Dark-Chocolate);
}
.btn-style-cream {
    background: var(--Color-Palette-Cream);
    color: var(--Color-Palette-Copper);
    border: 1px solid var(--Color-Palette-Cream);
}
.btn-style-cream:hover {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-Cream);
    border: 1px solid var(--Color-Palette-Cream);
}
.btn-style-cream:hover .button-icon svg path {
    stroke: var(--Color-Palette-Cream);
}
.btn-style-khaki {
    background: var(--Color-Palette-Khaki);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-Khaki);
}
.btn-style-khaki:hover {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-Khaki);
    border: 1px solid var(--Color-Palette-Khaki);
}
.btn-style-khaki:hover .button-icon svg path {
    stroke: var(--Color-Palette-Khaki);
}
.btn-style-white {
    background: var(--Color-Palette-White);
    color: var(--Color-Palette-Copper);
    border: 1px solid var(--Color-Palette-White);
}
.btn-style-white:hover {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-White);
    border: 1px solid var(--Color-Palette-White);
}
.btn-style-white:hover .button-icon svg path {
    stroke: var(--Color-Palette-White);
}

.btn-style-dark-chocolate .button-icon svg path {
    stroke: var(--Color-Palette-White);
}
.btn-style-cream .button-icon svg path {
    stroke: var(--Color-Palette-Copper);
}

.btn-style-khaki .button-icon svg path {
    stroke: var(--Color-Palette-White);
}

.btn-style-olive .button-icon svg path {
    stroke: var(--Color-Palette-White);
}
.btn-style-copper .button-icon svg path {
    stroke: var(--Color-Palette-White);
}

.hide-on-mobile {
    display: block !important;
}

.hide-on-desktop {
    display: none !important;
}
.elementor-post-navigation .post-navigation__arrow-wrapper i {
    background: var(--Color-Palette-Olive);
    color: var(--Color-Palette-White);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-post-navigation .post-navigation__arrow-wrapper i:hover {
    background: var(--Color-Palette-Copper);
    color: var(--Color-Palette-White);
}
.gform_required_legend {
    display: none !important;
}
.white-background {
    background: var(--Color-Palette-White);
}
/* Responsive adjustments */
@media (max-width: 1024px) {
    .three-column-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .column-main {
        grid-column: 1 / 3;
    }
    
    .three-column-container > .column-box:nth-of-type(2) {
        grid-column: 1 / 2;
    }
    
    .three-column-container > .column-box:nth-of-type(3) {
        grid-column: 2 / 3;
    }
}
.ascend-related-posts-list .blog-category {
    font-size: 9px !important;
}
.ascend-related-posts-list .blog-date {
    font-size: 9px !important;
}
.ascend-related-posts-list .blog-excerpt {
    font-size: 14px !important;
}
.ascend-related-posts-list .read-more-btn {
    font-size: 9px !important;
}
.ascend-related-posts-list .title-overlay .blog-title {
    font-size: 15px !important;
}
@media (max-width: 920px) {
    #mobile-nav .elementor-nav-menu--dropdown {
        height: 100vh;
    }
    #mobile-nav .elementor-nav-menu {
        height: 100%;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start !important;
        padding: 40px 0;
    }
    .click-to-open,
    .click-tab-open {
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid var(--Color-Palette-Copper);
    }
    .click-to-open:before,
    .click-tab-open:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url('images/icon_accordion.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }
    .click-to-open.open:before,
    .click-tab-open.open:before {
    transform: rotate(180deg);
    }
    /* hidden by default */
    body .hide-content,
    body .hide-tab-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        display: none;
    }

    /* shown when active */
    body .showing-content,
    body .showing-tab-content {
        max-height: 700px; /* adjust to the max expected height */
        overflow: hidden;
        transition: max-height 0.4s ease-in;
        display: block;
    }
    .ascend-related-posts-list {
        padding: 60px 0 !important;
    }
    .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
        font-size: 10px !important;
    }
    .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
        font-size: 10px !important;
    }
    .post-navigation__prev--title,
    .post-navigation__next--title {
        font-size: 15px !important;
    }
    .elementor-post-navigation {
        flex-direction: column;
        gap: 10px;
    }
    .elementor-post-navigation .elementor-post-navigation__link {
        width: 100% !important;
        white-space: normal !important;
        text-overflow: unset !important;
        overflow: visible !important;
    }
    .elementor-post-navigation .post-navigation__arrow-wrapper i {
        width: 25px;
        height: 25px;
    }
    .post-navigation__prev--label,
    .post-navigation__next--label {
        display: none;
    }
    .hide-on-mobile {
        display: none !important;
    }
    
    .hide-on-desktop {
        display: block !important;
    }
    .blog-terms-list .elementor-post-info__terms-list a,
    .blog-terms-list .elementor-post-info__terms-list a {
        font-size: 10px !important;
    }
    .elementor-post-info__item-prefix {
        display: none !important;
    }

    .no-padding-mobile {
        padding: 0 !important;
    }
   body .mobile-bg-top-zero:before {
        top: 0 !important;
    }
    .ascend-three-column-block:before {
        height: 100vh;
    }
    .column-main {
        padding: 0;
    }
    .column-main h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .column-box {
        padding: 0;
        border: 0;
        background: transparent;
    }
    .ascend-three-column-block {
        padding: 10px 0;
    }
    
    .three-column-container {
        grid-template-columns: 1fr;
    }
    
    .column-main {
        grid-column: 1 / 2;
    }

    .three-column-container > .column-box:nth-of-type(2),
    .three-column-container > .column-box:nth-of-type(3) {
        /*  
        grid-column: 1 / 2;
        */
        grid-column: unset;
    }
    
    
    .column-title {
        font-size: 30px;
    }
    
    .box-title,
    body .column-box:hover h3 {
        font-size: 17px;
        text-transform: uppercase;
        background: var(--Color-Palette-Copper, #6F3A20);
        color: var(--Color-Palette-White);
        padding: 10px;
        text-align: left;
        margin: 0;
        padding-left: 50px;

    }
    .column-content {
        flex-direction: column-reverse;
        display: flex;
        gap: 0;
        justify-content: center;
    }
    .box-text {
        background: var(--Color-Palette-Cream);
        color: var(--Color-Palette-Copper, #6F3A20);
        text-align: center;
        font-family: var(--heading-font) !important;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 10px;
        text-align: center;
    }
    .box-text p {
        text-transform: capitalize;
        font-family: inherit !important;
    }
    .box-image {
        width: 30px !important;
        right: unset;
        left: 10px;
        bottom: 6px;
        height: unset !important;
        filter: brightness(0) invert(1);
    }
    body .column-box:hover h3 {
        color: var(--Color-Palette-White) !important;
    }
    body .column-box:hover .box-text p  {
        color: var(--Color-Palette-Copper, #6F3A20) !important;
    }
}

/* Logo Section */
.ascend-logo-section {
    padding: 0 40px 40px;
    z-index: 10;
}

.logo-section-container {
    max-width: 14400px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    color: var(--Color-Palette-Copper);
    text-align: center;
    font-family: var(--heading-font);
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 40px;
}

.logo-grid {
    display: grid;
    margin: 0 auto;
    max-width: 1440px;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 80px;
    justify-content: center;
    justify-items: center;
    row-gap: 40px;
}

.button-container {
    text-align: center;
    margin-top: 30px;
}

.verify-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 46px;
    padding: 5px 20px;
    background: var(--Color-Palette-Copper);
    border: 1px solid var(--Color-Palette-Copper);
    color: var(--Color-Palette-White);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.verify-button:hover {
    background-color: var(--Color-Palette-White);
    color: var(--Color-Palette-Copper);
    border: 1px solid var(--Color-Palette-Copper);
}
.verify-button:hover svg path {
    fill: var(--Color-Palette-Copper);
}
.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.verify-button svg path {
    fill: var(--Color-Palette-White);
}
.mobile-logo-slider {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .logo-item {
        flex: 0 1 calc(25% - 30px);
    }
}

@media (max-width: 920px) {
    .ascend-text-section.padding-default {
        padding: 20px 0;
    }
    .section-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .ascend-logo-section {
        padding:  0;
        position: relative;
    }
    
    /* Hide desktop logo grid on mobile */
    .desktop-logo-grid {
        display: none;
    }
    
    /* Mobile Logo Slider - Swiper */
    .mobile-logo-slider {
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }
    
    .logo-swiper {
        width: 100%;
        padding-bottom: 60px;
    }
    
    .logo-swiper .swiper-slide {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .logo-slide-item {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 100%;
        transition: transform 0.3s ease;
    }
    
    .logo-slide-item:hover {
        transform: translateY(-2px);
    }
    
    .logo-slide-item .logo-image {
        max-width: 80%;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: grayscale(0%);
        transition: filter 0.3s ease;
    }
    
    .logo-slide-item:hover .logo-image {
        filter: grayscale(100%);
    }
    
    /* Slider Navigation */
    .slider-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
        position: relative;
    }
    
    .slider-nav-icon {
        width: 30px;
        height: auto;
        opacity: 1;
    }
    
    /* Logo Slider Pagination */
    body .logo-slider-pagination {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        margin-top: 0;
        bottom: 10px !important;
    }
    
    .logo-slider-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 1px solid var(--Color-Palette-Copper);
        opacity: 0.3;
        margin: 0 4px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .logo-slider-pagination .swiper-pagination-bullet-active {
        border: 1px solid var(--Color-Palette-Copper);
        background: var(--Color-Palette-Copper);
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (max-width: 480px) {
    .logo-item {
        flex: 0 1 calc(50% - 20px);
    }
    
    .verify-button {
        width: 100%;
        max-width: 280px;
    }
}

/* Hero Section */
.ascend-hero-block {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

.hero-image-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.desktop-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-hero-image {
    display: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: var(--Color-Palette-White);
    z-index: 2;
    max-width: 100%;
}
.hero-subtitle {
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 100% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--Color-Palette-White);
}
.hero-title h1 {
    margin: 0;
    padding: 0;
    font-family: var(--heading-font);
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    color: var(--Color-Palette-White);
    max-width: 100%;
}

@media (max-width: 920px) {
    /* Hide desktop image only when mobile image exists */
    [data-has-mobile-image="true"] .desktop-hero-image {
        display: none;
    }
    
    /* Keep desktop image visible when no mobile image */
    [data-has-mobile-image="false"] .desktop-hero-image {
        display: block;
    }
    
    .mobile-hero-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero-title {
        max-width: 100%;
        left: 10px;
    }
    .hero-subtitle {
        font-size: 16px !important;
        line-height: 18px !important;
    }
    .hero-title h1 {
        font-size: 32px !important;
        font-style: italic;
        line-height: 42px !important;
    }
}
