/*
Theme Name: Prodedify
Theme URI: https://prodedify.com/
Template: hello-elementor
Author: Prodedify Team
Author URI: https://prodedify.com/
Description: Custom child theme for Hello Elementor
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746555820
Updated: 2025-05-06 18:23:40

*/
/* Hide scrollbar for Lenis wrapper */
.lenis-scroller {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.lenis-scroller::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

input#search {
    border: 0px;
}

:root {
    --scrollbar-width: 0px;
    --grid-columns: 12;
    --grid-gutter: 15px;
    --grid-margin: 25px;
    --grid-width: calc(
        100vw - (2 * var(--grid-margin)) - var(--scrollbar-width)
    );
    --grid-column-width: calc(
        (var(--grid-width) - ((var(--grid-columns) - 1) * var(--grid-gutter))) /
            var(--grid-columns)
    );
    --black: #121212;
    --white: #f1f1f1;
    --yellow: #c9fe6e;
    --dark-grey: #232323;
    --dark-grey2: #323232;
    --text-grey: #777;
    --video-margin: 0;
}

/* Background Transition */
.background-transition {
    transition: background-color 0.3s ease;
    will-change: background-color;
}
.split * {
    will-change: transform;
}
/* Accordion Content */
.accordion-content-area {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    background-color: #f35b2a;
    color: white;
}
.accordion-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}
.accordion-panel.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    padding: 12px 0;
}
.accordion-icon {
    margin-left: 12px;
    font-weight: bold;
    color: #f35b2a;
}
.accordion-desc {
    display: none;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.accordion-panel .elementor-widget-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}
.accordion-panel img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
}
/* On mobile, stack top-to-bottom */
@media (max-width: 768px) {
    .e-parent.e-con {
        flex-direction: column !important;
    }
    .accordion-content-area {
        order: -1; /* Moves the image panel above titles */
        min-height: 250px; /* Reduce height for mobile if needed */
    }
    .accordion-title {
        font-size: 18px;
        padding: 16px 0;
    }
    .accordion-desc {
        font-size: 14px;
    }
    .accordion-panel img {
        max-height: 50vh;
    }
}
.accordion-content-area {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    background-color: #f35b2a;
    color: white;
}
.accordion-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}
.accordion-panel.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    padding: 12px 0;
}
.accordion-icon {
    margin-left: 12px;
    font-weight: bold;
    color: #f35b2a;
}
.accordion-desc {
    display: none;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.accordion-panel .elementor-widget-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}
.accordion-panel img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
}
/* On mobile, stack top-to-bottom */
@media (max-width: 768px) {
    .e-parent.e-con {
        flex-direction: column !important;
    }
    .accordion-content-area {
        order: -1; /* Moves the image panel above titles */
        min-height: 250px; /* Reduce height for mobile if needed */
    }
    .accordion-title {
        font-size: 18px;
        padding: 16px 0;
    }
    .accordion-desc {
        font-size: 14px;
    }
    .accordion-panel img {
        max-height: 50vh;
    }
}
