/*
Theme Name:   Hello Elementor Child
Theme URI:    https://greenbenefit.com
Description:  Child theme for GreenBenefit - Based on Hello Elementor
Author:       GreenBenefit Team (usamarauf93@gmail.com)
Author URI:   https://greenbenefit.com
Template:     hello-elementor
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* ========================================
   Custom Styles - Migrated from Fluent Snippets
   ======================================== */

/* Global Styles */
html,
body {
    overscroll-behavior: none;
    overflow-x: hidden;
}

/* Text Selection Colors */
::selection {
    background-color: #45A742;
    color: #fff;
}

::-moz-selection {
    background-color: #45A742;
    color: #fff;
}

/* Aspect Ratio Specific Padding (4:3 screens between 1024-1600px) */
@media screen and (min-width: 1024px) and (max-width: 1600px) and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 4/3) {
    html,
    body {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

/* Links and Colors */
body a,
.elementor a {
    font-size: inherit;
    color: #45a741;
}

a.elementor-button {
    color: #fff;
}

.print-btn a {
    color: #fff;
    font-size: 25px;
}

.blogpost-date {
    display: none;
}

/* Responsive Styles */
@media (max-width: 767px) {
    main#content h2 {
        font-size: 28px;
    }
}

/* Tablet Styles - Fix text cutting on full-width sections */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Ensure full-width sections have proper padding */
    .elementor-section.elementor-section-stretched,
    .elementor-section.elementor-section-full_width {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    /* Ensure containers don't overflow */
    .elementor-container {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    /* Fix Elementor sections */
    .elementor-section .elementor-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    /* Ensure content doesn't overflow */
    body {
        overflow-x: hidden;
    }

    html, body {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Fix full-width content sections */
    .elementor-section-stretched .elementor-container,
    .elementor-section-full_width .elementor-container {
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    /* Fix Elementor e-con containers (newer container system) */
    .e-con {
        box-sizing: border-box !important;
        max-width: 100% !important;
    }

    /* Override for grid containers - no extra padding */
    .e-grid.e-con {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /* Override for boxed containers - minimal padding */
    .e-con-boxed {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .e-con-inner {
        box-sizing: border-box !important;
        max-width: 100% !important;
    }

    /* Override for e-con-inner inside boxed containers */
    .e-con-boxed .e-con-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Ensure text content has proper spacing and doesn't overlap */
    .elementor-widget-text-editor,
    .elementor-widget-heading {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Fix columns to prevent overflow */
    .elementor-column {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .elementor-widget-wrap {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Prevent text from overlapping in widgets */
    .elementor-widget {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Fix any elements with fixed widths that might cause overflow */
    .elementor-element {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Ensure images don't cause overflow */
    .elementor-widget-image img,
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Fix text overlapping - ensure proper line breaks */
    p, h1, h2, h3, h4, h5, h6, span, div {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
    }

    /* Prevent text from going outside containers */
    .elementor-widget-text-editor p,
    .elementor-widget-text-editor div,
    .elementor-widget-text-editor span {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Fix any absolute positioned elements that might overlap */
    .elementor-element.elementor-absolute {
        max-width: calc(100% - 40px) !important;
    }

    /* Ensure main content areas respect boundaries */
    .elementor-section,
    .elementor-container,
    .elementor-column,
    .elementor-widget-wrap,
    .elementor-widget,
    .elementor-element {
        min-width: 0 !important;
    }

    /* Fix any inline elements that might cause overflow */
    .elementor-inline-editing {
        max-width: 100% !important;
        word-wrap: break-word !important;
    }

    /* Fix grid containers on tablet - specific fix for e-grid containers */
    .e-grid.e-con {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Fix nested containers in grid */
    .e-grid .e-con.e-child {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Fix full-width containers inside grid */
    .e-grid .e-con-full {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Fix flex containers inside grid */
    .e-grid .e-flex {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
    }


    /* Fix widget containers inside grid columns */
    .e-grid .elementor-widget-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
    }

    /* Fix counter widgets to prevent overflow */
    .elementor-counter {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .elementor-counter-number-wrapper {
        max-width: 100% !important;
        word-wrap: break-word !important;
    }

    /* Fix heading widgets */
    .elementor-widget-heading .elementor-heading-title {
        max-width: 100% !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Fix divider widgets */
    .elementor-widget-divider {
        max-width: 100% !important;
    }
}

/* Picture Border */
.picture-border .elementor-bg {
    border-radius: 20px;
}

/* Management Commentary Date Styles */
.category-managementkommentar .blogpost-date,
.category-managementkommentar .elementor-post-date,
.category-managementkommentar-privatkunden .blogpost-date,
.category-managementkommentar-privatkunden .elementor-post-date,
.category-management-commentary-advisors .blogpost-date,
.category-management-commentary-advisors .elementor-post-date,
.category-management-commentary-retail .blogpost-date,
.category-management-commentary-retail .elementor-post-date {
    display: block;
    top: 20px;
    left: 20px;
    font-size: xx-large;
    color: #f3755b;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.category-managementkommentar .elementor-post-date,
.category-managementkommentar-privatkunden .elementor-post-date,
.category-management-commentary-advisors .elementor-post-date,
.category-management-commentary-retail .elementor-post-date {
    position: absolute;
    top: 30px;
}

/* Chart Styles */
.chart-container {
    width: 100% !important;
}

/* Positive Alignment */
.sdg-pie .highcharts-color-0 {
    fill: #45a741 !important;
}
/* Negative Alignment */
.sdg-pie .highcharts-color-1 {
    fill: #f3755b !important;
}
/* Neutral Alignment */
.sdg-pie .highcharts-color-2 {
    fill: #80899f !important;
}

.charts-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.doughnut-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 600px;
}

.chart-container {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#portfolio-chart,
#benchmark-chart {
    width: 100%;
    height: 460px;
    position: relative;
}

.chart-legend {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chart-legend span {
    font-size: 12px;
    white-space: nowrap;
}

.last-updated {
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .charts-row {
        flex-direction: column;
        align-items: center;
    }

    .doughnut-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        height: auto;
    }

    .chart-container {
        width: 95%;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    #portfolio-chart,
    #benchmark-chart {
        width: 100%;
        height: auto !important;
        min-height: 300px;
    }

    .chart-legend {
        margin-top: 3px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .chart-legend span {
        font-size: 11px;
        margin: 0 5px 3px 5px;
    }
}

/* Portfolio Table */
.portfolio-table {
    overflow-y: hidden !important;
    scrollbar-width: none !important;
}

.portfolio-table::-webkit-scrollbar {
    display: none !important;
}

/* Anevis Charts */
.anevis-container[data-element-name="countryAllocationChart"][data-report-id="LU1136260384"] svg,
.anevis-container[data-element-name="countryAllocationChart"][data-report-id="LU1136261358"] svg {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .anevis-container[data-element-name="countryAllocationChart"][data-report-id="LU1136260384"],
    .anevis-container[data-element-name="countryAllocationChart"][data-report-id="LU1136261358"] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .anevis-container[data-element-name="countryAllocationChart"][data-report-id="LU1136260384"] .custom-legend,
    .anevis-container[data-element-name="countryAllocationChart"][data-report-id="LU1136261358"] .custom-legend {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px 12px;
        margin-top: 20px;
    }

    .anevis-container[data-element-name="monthlyPerformanceTable"][data-report-id="LU1136260384"] thead th:not(:first-child):not(:last-child),
    .anevis-container[data-element-name="monthlyPerformanceTable"][data-report-id="LU1136261358"] thead th:not(:first-child):not(:last-child),
    .anevis-container[data-element-name="monthlyPerformanceTable"][data-report-id="LU1136260384"] tbody td:not(:first-child):not(:last-child),
    .anevis-container[data-element-name="monthlyPerformanceTable"][data-report-id="LU1136261358"] tbody td:not(:first-child):not(:last-child) {
        display: none;
    }

    .anevis-container[data-element-name="monthlyPerformanceTable"][data-report-id="LU1136260384"] tbody td,
    .anevis-container[data-element-name="monthlyPerformanceTable"][data-report-id="LU1136261358"] tbody td {
        text-align: center;
    }
}

/* Scrollable Text */
.scrollable-text {
    max-height: 60px;
    overflow: auto;
    padding-right: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollable-text::-webkit-scrollbar {
    display: none;
}

.scrollable-text-mask {
    position: relative;
}

.scrollable-text-mask::before,
.scrollable-text-mask::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 18px;
    pointer-events: none;
}

.scrollable-text-mask::before {
    top: 0;
    background: linear-gradient(#fff, rgba(255,255,255,0));
}

.scrollable-text-mask::after {
    bottom: 0;
    background: linear-gradient(rgba(255,255,255,0), #fff);
}

/* Popup Selectors */
.select-pers-popup,
.select-invest-popup {
    cursor: pointer;
}

.otgs-development-site-front-end {
    display: none !important;
}

/* Post 2311 Specific */
.site-main.post-2311 {
    width: 1250px;
    padding: 60px 0px 100px 0px;
}

.site-main.post-2311 h2 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: -2%;
    color: #4cab44 !important;
}

.site-main.post-2311 p {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}

/* Highcharts Customization */
.highcharts-background {
    fill: transparent;
}

/* Bottom Popup */
.bottom-popup-sl {
    z-index: 899 !important;
}

.bottom-popup-select {
    opacity: 0.7;
    max-height: 60px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.bottom-popup-select:hover {
    opacity: 1;
    max-height: 300px;
}

.bottom-popup-sl:hover .bottom-popup-sl {
    opacity: 1;
}

.bottom-popup-btns {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    flex-direction: column;
}

.bottom-popup-select:hover .bottom-popup-btns {
    opacity: 1;
    visibility: visible;
    display: flex;
}

/* Address Links */
#addr a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #262626;
    text-decoration: none;
}

/* Z-index Management */
#cookie-select {
    z-index: 900 !important;
}

.disclaimer {
    z-index: 905 !important;
}

/* Header Styles */
#header .elementor-sub-item.elementor-item-active {
    color: #262626 !important;
}

#header .elementor-sub-item.elementor-item-active:hover {
    color: #45A741 !important;
}

#header {
    padding: 26px 0;
    transition: padding 0.3s ease;
}

@media (max-width: 768px) {
    #header {
        padding: 26px 20px;
    }
}

.shrink-header {
    padding: 12px 0 !important;
}

/* Blog Carousel */
.home-blog-carous .swiper-button-disabled {
    background-color: #b1b1b1 !important;
}

.home-blog-carous .swiper-button-disabled i {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    #header .elementor-nav-menu--dropdown {
        width: 360px !important;
        left: -335px !important;
        padding: 50px 30px !important;
    }

    #header .elementor-nav-menu--dropdown ul li {
        margin-bottom: 25px;
    }
}

/* Blog Pagination */
#blogs nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#blogs nav .page-numbers.current {
    margin: 0 12px;
    background-color: #dbeed9;
    padding: 20px 18px;
    border-radius: 7.5px;
    font-weight: bold;
    color: #000;
}

#blogs nav .page-numbers:not(.prev):not(.next):not(.current) {
    margin: 0 4px;
}

#blogs nav .page-numbers.prev {
    margin-right: auto;
}

#blogs nav .page-numbers.next {
    margin-left: auto;
}

/* Newsletter Form Styles */
.newsletter {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.newsletter .clever_form_error,
.newsletter .required {
    color: red;
    margin-left: 4px;
    font-weight: 700;
}

.newsletter p {
    gap: 0px !important;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.newsletter .field-title-radio {
    display: block;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 126% !important;
    color: #262626;
    margin-bottom: 10px;
    margin-top: 20px;
}

.newsletter .field-title {
    display: block;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30.03px !important;
    color: #262626;
    margin-bottom: 10px;
    margin-top: 20px;
}

.newsletter .field-label-small {
    display: block;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30.03px !important;
    margin-bottom: 6px;
    color: #262626;
}

.newsletter .wpcf7-form-control.wpcf7-radio,
.newsletter .cr_form-inputgroup--typeradio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.newsletter .wpcf7-radio .wpcf7-list-item-label,
.newsletter .cr_form-inputgroup--typeradio .label {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30.03px !important;
    cursor: pointer;
}

.newsletter .wpcf7-radio .wpcf7-list-item,
.newsletter .cr_form-inputgroup--typeradio {
    display: inline-flex;
    margin-right: 12px;
    margin-left: 0px;
}

.newsletter input[type="text"],
.newsletter input[type="email"],
.newsletter textarea {
    width: 100%;
    background: #F9F9F7;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 20px 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #262626;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

.newsletter .submit_container {
    margin-top: 20px;
}

.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus {
    border-color: #45A741;
}

.newsletter input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #4CAB44;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
}

.newsletter input[type="radio"]:checked::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #4CAB44;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsletter input[type="submit"],
.newsletter button[type="submit"] {
    background: #45A741;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding: 18px 40px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease;
    margin: 0 auto;
    display: block;
}

.newsletter input[type="submit"]:hover,
.newsletter button[type="submit"]:hover {
    background: #3b9137;
}

.newsletter .elementor-field-type-radio .elementor-field-label {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 126% !important;
}

@media (max-width: 767px) {
    .newsletter .wpcf7-radio .wpcf7-list-item-label,
    .newsletter .cr_form-inputgroup--typeradio .label {
        font-size: 18px !important;
        line-height: 120% !important;
    }

    .newsletter .elementor-field-type-radio .elementor-field-label {
        font-size: 18px !important;
        line-height: 120% !important;
    }

    .newsletter .elementor-field-group a {
        font-size: 12px;
    }

    .newsletter input[type="text"],
    .newsletter input[type="email"],
    .newsletter textarea {
        padding: 10px;
    }

    #elementor-popup-modal-1402.dialog-type-lightbox .dialog-message {
        width: 400px;
    }
}

.newsletter .elementor-field-label {
    pointer-events: none;
}

.newsletter .elementor-field-option {
    display: flex;
    gap: 6px;
}

.newsletter .elementor-field-textual {
    padding: 20px 26px;
}

/* Utility Classes */
.fill-grandparent {
    transition: none !important;
}

.hidden {
    display: none !important;
}



#intro .intro-absol {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Accordion Styles */
#accordian .e-n-accordion-item-title {
    overflow: hidden;
    transition: height 0.4s ease;
    position: relative;
    interpolate-size: allow-keywords;
}

#accordian .e-n-accordion-item-title .faq {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.52px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

#accordian .e-n-accordion-item-title[aria-expanded="true"] .faq {
    max-height: 500px;
    opacity: 1;
}

/* Flip Box Animation */
.flip-box {
    perspective: 1000px;
    position: relative;
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease;
}

.flip-front {
    transform: rotateY(0deg);
}

.flip-back {
    transform: rotateY(180deg);
}

.flip-box:hover .flip-front {
    transform: rotateY(180deg);
}

.flip-box:hover .flip-back {
    transform: rotateY(360deg);
}

@media (max-width: 767px) {
    .flip-box {
        aspect-ratio: 1 / 1;
        width: 100% !important;
        perspective: 1000px;
    }

    .flip-front,
    .flip-back {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

/* Contact Form */
.contact-form .elementor-field {
    padding: 20px 30px !important;
}

.contact-form .elementor-field-type-submit {
    margin-top: 20px !important;
}

/* Post Content Styles */
.post-content h1 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: -2%;
}

.post-content figure {
    width: 100%;
    margin: 0px;
}

.post-content img {
    border-radius: 20px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.post-content p {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
}

.post-content blockquote {
    border-left: 2px solid #45A741;
    margin: 0px;
    padding: 23px 31px;
}

/* Management Post Inline */
.manage-post-inline-wrap {
    overflow: hidden;
}

.manage-post-image-inline {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 50% !important;
    height: 600px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
    display: block !important;
}

@media screen and (max-width: 768px) {
    .manage-post-image-inline {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }
}

/* Management Post Specific */
#management-post h2 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-top: 50px;
}

#management-post blockquote {
    border-left: 2px solid #45A741 !important;
    margin: 0px !important;
    padding: 23px 31px !important;
}

@media (max-width: 767px) {
    #management-post h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    #management-post img {
        height: auto !important;
        border-radius: 8px !important;
        margin-bottom: 20px !important;
    }

    #management-post p {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    #management-post blockquote {
        padding: 18px 20px !important;
        font-size: 16px !important;
    }
}

/* Fund page Funnel Text */
.fundprofile h3,
.fundprofile h4 {
    padding-bottom: 15px;
}

.elementor.elementor .e-con > .elementor-widget {
  max-width: inherit;
}


/* Funnel Fill Styles */
.fill-funnel1,
.fill-funnel2,
.fill-funnel3,
.fill-funnel4 {
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.fill-funnel1.active,
.fill-funnel2.active,
.fill-funnel3.active,
.fill-funnel4.active {
    opacity: 1;
}

.fill-funnel1.active .fill-funnel-txt1 h2,
.fill-funnel2.active .fill-funnel-txt2 h2,
.fill-funnel3.active .fill-funnel-txt3 h2,
.fill-funnel4.active .fill-funnel-txt4 h2 {
    color: #45A741 !important;
    font-weight: 600 !important;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.fill-funnel1,
.fill-funnel2,
.fill-funnel3,
.fill-funnel4 {
    cursor: pointer;
}

.fill-funnel-content1,
.fill-funnel-content2,
.fill-funnel-content3,
.fill-funnel-content4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.15s ease-in-out;
}

/* Fill Background Animations */
.fill-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    background: url('/wp-content/uploads/2025/07/Group-1321314791.svg') no-repeat center center;
    background-size: 54%;
    z-index: 0;
    overflow: hidden;
}

.fill-bg-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    background: url('/wp-content/uploads/2025/07/Group-1321314792.svg') no-repeat center center;
    background-size: 54%;
    z-index: 1;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, black 0%, black var(--reveal, 0%), transparent calc(var(--reveal, 0%) + 10%));
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black var(--reveal, 0%), transparent calc(var(--reveal, 0%) + 10%));
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

/* Mobile Fill Content */
.fill-content-mob1,
.fill-content-mob2,
.fill-content-mob3,
.fill-content-mob4,
.fill-head-mob1,
.fill-head-mob2,
.fill-head-mob3,
.fill-head-mob4 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.fill-head-mob2,
.fill-head-mob3,
.fill-head-mob4,
.fill-content-mob2,
.fill-content-mob3,
.fill-content-mob4 {
    position: absolute;
}

.visible {
    opacity: 1 !important;
    visibility: visible !important;
}

button#scroll-to-top-btn {
    display: none !important;
}
.print-logo{
	display : none;
}