

.service .image-text-col__text {
    margin-top: 0px !important;
}

.service .image-text-col__text div {
    text-align: left !important;
}   

.accordion .accordion-content{
    border-bottom: 0.1rem solid #dadfde;
    overflow: hidden;
}

.accordion .inner {
        padding: 1rem 1rem 1rem 0;
}

.accordion-content.open{
    padding-bottom: 10px;
}
.accordion-content .inner{
    position: relative;
    cursor: pointer;
    transition: all .35s cubic-bezier(.76,.09,.215,1);
}
.accordion .accordion-content.open .description {
    margin-bottom: 1rem;
    
}
.accordion .accordion-content.open .title {
    font-weight: bold;
transition: all 0.5s;
}

.accordion .accordion-content.open div div span:first-child  {
    opacity: 0;
    transition: all .35s cubic-bezier(.76,.09,.215,1);

}

.accordion .accordion-content.open div div span:last-child {
    transform: rotate(0deg) scaleX(1) !important;
    transform-origin: 50% 50%;
    transition: all .35s cubic-bezier(.76,.09,.215,1);

}
.accordion .inner div {
    height: 1rem;
    margin-top: -0.5rem !important;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1rem;
}

.accordion .inner div span {
    background-color: #70807e;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0.4rem;
}

.accordion .inner div span:last-child {
    transform: rotate(90deg) scaleX(1);
    transform-origin: 50% 50%;
}
/*
.description:after {
    background-color: var(--primary-color);
    bottom: 2rem;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 50% 0;
    width: 0.1rem;
}
*/
.accordion-content .description{
    height: 0;
    margin: 0;
    font-size: 1rem !important;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    padding: 0;
    transition: all .35s cubic-bezier(.76,.09,.215,1);
}

@media (min-width: 1024px) {

       section #photo-frame-container {
            margin-top: 0px !important;
            position: relative;
                height: 57vh !important;
        }
    }


#photo-frame-container {
    position: relative;
    margin-top: 2.5rem;
    height: 45vh;
    background-size: cover;
    width: 100%;
}
.frame-photo {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Adjust as needed: cover, contain, etc. */

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s; /* Fade out quickly, hide after fade */
    z-index: 1; /* Default stacking */
}
.frame-photo.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out, visibility 0s linear 0s; /* Fade in, make visible immediately */
    z-index: 2; /* Active image on top */
}


@media (max-width: 768px) {

    .accordion-image {
        height: 50vh;
    }

.text-image-col {
    margin-top: 0px !important;
}

    .service .image-text-col__text div {
        text-align: center !important;
    }
    .description:after {
        width: 0rem !important;

    }
}