    @charset "utf-8";
    /* CSS Document */

    @font-face {
        font-family: 'Manrope';
        src: url('../font/Manrope-SemiBold.eot');
        src: url('../font/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'), url('../font/Manrope-SemiBold.woff2') format('woff2'), url('../font/Manrope-SemiBold.woff') format('woff'), url('../font/Manrope-SemiBold.ttf') format('truetype'), url('../font/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Manrope';
        src: url('../font/Manrope-Bold.eot');
        src: url('../font/Manrope-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Manrope-Bold.woff2') format('woff2'), url('../font/Manrope-Bold.woff') format('woff'), url('../font/Manrope-Bold.ttf') format('truetype'), url('../font/Manrope-Bold.svg#Manrope-Bold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Manrope';
        src: url('../font/Manrope-Medium.eot');
        src: url('../font/Manrope-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Manrope-Medium.woff2') format('woff2'), url('../font/Manrope-Medium.woff') format('woff'), url('../font/Manrope-Medium.ttf') format('truetype'), url('../font/Manrope-Medium.svg#Manrope-Medium') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Manrope';
        src: url('../font/Manrope-Regular.eot');
        src: url('../font/Manrope-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Manrope-Regular.woff2') format('woff2'), url('../font/Manrope-Regular.woff') format('woff'), url('../font/Manrope-Regular.ttf') format('truetype'), url('../font/Manrope-Regular.svg#Manrope-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Manrope';
        src: url('../font/Manrope-ExtraBold.eot');
        src: url('../font/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../font/Manrope-ExtraBold.woff2') format('woff2'), url('../font/Manrope-ExtraBold.woff') format('woff'), url('../font/Manrope-ExtraBold.ttf') format('truetype'), url('../font/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    .banner_img img {
        width: 100%;
    }

    .banner_content .row {
        align-items: center;
    }

    .banner_text h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 55px;
        line-height: 70px;
        color: #000000;
        font-family: 'Manrope';
        margin: 0 0 10px 0;
    }

    .banner_text p {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: #000000;
        margin: 0;
    }

    section.banner_main {
        background: linear-gradient(90deg, #E9E4F0 0%, #FFFFFF 100%);
        padding: 108px 0 0 0;
    }

    .bottom_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10.5px 0;
    }

    ul#menu-main-menu {
        display: flex;
        column-gap: 50px;
    }

    ul#menu-main-menu li a {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        text-decoration: none;
    }

    .logo_bx a img {
        max-width: 250px;
    }

    header#header {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .home header#header {
        position: absolute;
    }

    section.banner_below_texter {
        background-color: #525252;
    }

    .texter_high {
        max-width: 770px;
        text-align: center;
        margin: 0 auto;
    }

    .texter_high p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        text-align: justify;
        color: #FFFFFF;
    }

    .about_marcos {
        background-color: #F8F4EC;
    }

    .about_text {
        max-width: 547px;
    }

    section h2 {
        /* About Marcos */
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 49px;
        color: #000000;
        width: 100%;
        margin: 0 0 10px 0;
    }

    p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        letter-spacing: 0.02em;
        color: #000000;
    }

    section.about_marcos .row {
        align-items: center;
    }

    .about_image {
        max-width: 100%;
        margin-left: auto;
    }

    .about_image img {
        width: 100%;
    }

    section.community {
        padding: 80px 0;
    }

    .community_text {
        padding-left: 40px;
    }

    .community_image {
        display: flex;
        gap: 20px;
        max-width: 547px;
    }

    .in_community_img {
        width: calc(50% - 10px);
    }

    .in_community_img img {
        width: 100%;
    }

    .in_community_img:last-child {
        margin: 120px 0 0 0;
    }

    ul.listing_common li {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 35px;
        letter-spacing: 0.02em;
        color: #000000;
    }

    section.family_loves {
        padding: 80px 0;
        background-color: #F9F9F9;
    }

    .section_heading {
        max-width: 886px;
        text-align: center;
        margin: 0 auto;
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    ul.image_crousel {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0;
        margin: 20px 0 0 0;
        list-style: none;
    }

    ul.image_crousel li {
        width: calc(25% - 15px);
    }

    ul.image_crousel li img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    section.donation_marcos {
        text-align: center;
        background-color: #FFF1F1;
    }

    section h2 span {
        color: #AF1441;
    }

    section {
        padding: 80px 0;
    }

    .donation_max form {
        margin: 30px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .donation_max form input {
        background: #FFFFFF;
        border: 0.5px solid #000000;
        border-radius: 50px;
        padding: 20px;
        width: 433px;
        color: #000;
    }

    .donation_max form input::placeholder {
        color: #000;
    }

    .donation_max form button,
    a.view_more,
    .tribute_form button,
    .button-bx a {
        padding: 13px;
        background-color: #AF1441;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        border: 0;
        text-decoration: none;
        display: inline-block;
    }

    section.gallery {
        text-align: center;
    }

    ul.gallery_grid {
        padding: 0;
        margin: 30px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        list-style: none;
    }

    ul.gallery_grid li {
        width: calc(33.33% - 13.33px);
    }

    ul.gallery_grid li img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    div.view_more.text-center {
        margin: 30px 0 0 0;
    }

    section.tribute_memory {
        text-align: center;
        background-color: #F9F9F9;
    }

    .tribute_form {
        max-width: 660px;
        margin: 0 auto;
    }

    .tribute_form form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .form_textarea {
        width: 100%;
    }

    .form_input {
        width: calc(50% - 11px);
    }

    .form_input input,
    .form_textarea textarea,
    .book-appointment .form-main-bx input,
    .form-main-bx .textarea-box textarea,
    .form_input select,
    .form_textarea select,
    .form_textarea #how_did_you_know_other {
        width: 100%;
        height: 56px;
        background: #FFFFFF;
        border: 0.5px solid #000000;
        border-radius: 7px;
        padding: 10px 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 35px;
        letter-spacing: 0.02em;
        color: rgba(0, 0, 0, 0.7);
    }

    .form_textarea textarea,
    .form-main-bx .textarea-box textarea {
        min-height: 120px;
    }

    .form_textarea #how_did_you_know_other:focus,
    .form_textarea #how_did_you_know:focus {
        box-shadow: none;
    }

    footer {
        padding: 30px 0;
        background-color: #000000;
    }

    ul.footer_links {
        padding: 0;
        list-style: none;
        display: flex;
        margin: 0;
        gap: 68px;
    }

    ul.footer_links li a {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: right;
        color: #FFFFFF;
        text-decoration: none;
    }

    .copyright_text p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
        margin: 0;
    }

    .footer_main {
        display: flex;
        justify-content: space-between;
    }

    section.packages-section {
        background-color: #F8F4EC;
        position: relative;
    }

    .packages-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .packages-content {
        padding: 0 55px 0 0;
    }

    .packages-section .right-image-scroll-box {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: 50%;
        right: 0;
        top: 0;
    }

    .packages-section .strip-container {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .packages-section .strip-up {
        background-image: url("https://marcosforterps.com/wp-content/uploads/2025/12/swipe_b-2.jpg");
        background-size: cover;
        background-repeat: repeat-y;
        animation: scrollUp 40s linear infinite;
    }

    .packages-section .strip-down {
        background-image: url("https://marcosforterps.com/wp-content/uploads/2025/12/swipe_a-2.jpg");
        background-size: cover;
        background-repeat: repeat-y;
        animation: scrollDown 28s linear infinite;
    }

    .book-appointment #contact-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        gap: 20px;
    }

    /* Animations */

    @keyframes scrollUp {
        0% {
            background-position: 0 100%;
        }

        100% {
            background-position: 0 0;
        }
    }

    @keyframes scrollDown {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 0 100%;
        }
    }

    .section-title h1,
    section.inner-banner h1 {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        line-height: 49px;
        color: #000000;
        width: 100%;
        margin: 0 0 10px 0;
        display: inline-block;
        width: auto;
        border-bottom: 2px solid #000;
    }

    section h3 {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        color: #000000;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .gallery-photos {
        display: flex;
        gap: 20px;
        margin-top: 0px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .gallery-photos .pic img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        height: 300px;
    }

    section.inner-banner {
        text-align: center;
        background-color: #1E1E1E;
        padding: 50px 0px;
    }

    section.inner-banner h1 {
        border: 0;
        color: #fff;
    }

    section.banner_below_texter h2 {
        color: #fff;
    }

    .book-appointment .form-main-bx {
        border-radius: 0px;
        outline-offset: 2px;
        padding: 40px;
        background: #1E1E1E;
        box-shadow: 0px 0px 0 5px rgb(30 30 30 / 17%);
        width: 100%;
        max-width: 852px;
        margin-inline: auto;
        display: block;
    }

    .book-appointment .form-title {
        text-align: center;
        margin-bottom: 22px;
    }

    .form-main-bx .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }

    .form-main-bx .textarea-box {
        width: 100%;
        grid-column: 1 / 3;
    }

    .book-appointment .form-main-bx textarea {
        width: 100%;
        padding: 13px;
        border: 0px;
        background-color: #fff;
    }

    .form-main-bx .textarea-box textarea {
        height: 110px;
    }

    section.book-appointment {
        background-color: #F8F4EC;
    }

    .book-appointment .form-main-bx h2 {
        color: #fff;
    }

    .right-form img {
        width: 100%;
    }

    .right-form {
        padding: 0 40px 0 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
        column-gap: 50px;
        align-items: center;
    }

    #navbar .navbar-nav .menu-item a {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        text-decoration: none;
        padding: 15px 0px;
    }

    .marcosforterps-item {
        position: relative;
        list-style: none;
    }

    .marcosforterps-link {
        display: inline-block;
        font-family: 'Manrope';
        padding: 15px 0px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        text-decoration: none;
    }

    .marcosforterps-toggle {
        background: transparent;
        border: 0;
        cursor: pointer;
        font-size: 14px;
        padding: 4px 6px;
        line-height: 1;
    }

    .marcosforterps-dropdown {
        position: absolute;
        min-width: 180px;
        padding: 6px 0;
        transition: 0.2s ease;
        background: #fff;
        top: 100%;
        left: 0;
        padding-bottom: 0px;
        box-shadow: 0px 0 5px 1px rgb(91 86 86 / 75%);
        border-radius: 0px !important;
        border-top: 3px solid #1e1e1e;
        z-index: revert-layer;
        opacity: 0;
        padding-top: 0px;
        list-style: none;
        transform: translateY(-3px) !important;
        z-index: 878;
    }

    .marcosforterps-item span img {
        width: 100%;
        max-width: 22px;
        position: relative;
        top: -1px;
    }

    .marcosforterps-dropdown2 {
        left: -57px;
    }

    .marcosforterps-dropdown::before {
        height: 15px;
        width: 15px;
        background-color: #1e1e1e;
        position: absolute;
        content: '';
        transform: rotate(45deg);
        left: 45%;
        top: -10px;
    }

    .marcosforterps-dropdown li a {
        padding: 10px 14px;
        display: block;
        color: #000;
        border-bottom: 1px solid #cecece;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        z-index: 1;
        position: relative;
        background: #fff;
    }

    .marcosforterps-dropdown li a:hover {
        background: #fcfbfd;
        color: #000;
    }

    .donation_marcos .donate_btn {
        padding: 15px 24px;
        background-color: #AF1441;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        border: 0;
        text-decoration: none;
        display: inline-block;
    }

    .root-limit {
        display: flex;
        justify-content: space-between;
        margin: 4px 0px;
    }

    .error {
        background: red;
        color: #fff !important;
        padding: 0px 2px;
        display: block;
        text-align: left;
    }

    .root-limit i {
        font-style: normal;
    }

    /* Hover open – desktop */

    @media (min-width: 768px) {
        .marcosforterps-item:hover>.marcosforterps-dropdown {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        .marcosforterps-toggle {
            display: none;
        }
    }

    /* Mobile open class */

    .marcosforterps-item.marcosforterps-open>.marcosforterps-dropdown {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .book-appointment .root-limit i {
        color: #fff;
        margin-top: 0px;
    }

    .book-appointment button {
        padding: 13px;
        background-color: #AF1441;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        border: 0;
        text-decoration: none;
        display: inline-block;
    }

    .chat-section .chat-bx {
        display: flex;
        gap: 40px;
    }

    .waviy {
        position: relative;
        -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
        font-size: 60px;
    }

    .waviy span {
        position: relative;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        animation: waviy 2.5s infinite;
        animation-delay: calc(0.2s * var(--i));
        font-weight: 700;
        font-size: 60px;
    }

    @keyframes waviy {

        0%,
        40%,
        100% {
            transform: translateY(0);
        }

        20% {
            transform: translateY(-20px);
        }
    }

    .chat-section {
        background: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .page-header {
        padding: 50px 0px;
        background: #1E1E1E;
        text-align: center;
    }

    .page-header h1 {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 49px;
        color: #fff;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-header p {
        color: #fff;
        margin: 0px;
    }

    /* .obituary-section .text-bx p {
        background: #fff;
        border: 1px solid #f3eeee;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 25px;
        margin: 0px;
        width: 100%;
    } */

    .obituary-section .text-bx {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        width: 100%;
        padding: 30px;
        border: 1px solid #eee;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    /*     
    .obituary-section .text-bx p:nth-child(2) {
        background-color: #1E1E1E;
        color: #fff;
    } */
    /*     
    .obituary-section .text-bx p:nth-child(4) {
        background-color: #1E1E1E;
        color: #fff;
    }
     */
    .obituary-section .text-bx a {
        color: #000;
    }

    .obituary-section .text-bx a:hover {
        color: #000;
    }

    .site-cta .cta-text {
        width: 100%;
        max-width: 885px;
        text-align: center;
        margin-inline: auto;
    }

    .site-cta .cta-text p:last-child {
        margin: 0px;
    }

    .page-id-62 ul.image_crousel li img {
        padding: 10px;
        box-shadow: rgb(51 51 51 / 20%) 0px 8px 24px;
    }

    .page-header .page-title {
        max-width: 923px;
        margin-inline: auto;
    }

    .Community-Text .text-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        position: relative;
        justify-content: start;
    }

    .Community-Text .text-bx {
        border: 1px solid #eee;
        border-bottom: 2px solid #1e1e1e;
        height: 100%;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .header-fixed {
        position: fixed !important;
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        z-index: 9;
    }

    .navbar-expand {
        padding: 0;
    }

    .mobile-top-bar {
        display: none;
    }

    .listing_common {
        list-style: none;
        padding: 0px;
    }

    .listing_common li {
        padding-left: 30px;
        position: relative;
        margin: 10px 0px;
    }

    .listing_common li::before {
        height: 30px;
        width: 30px;
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: -4px;
        top: 2px;
        background-image: url(https://marcosforterps.com/wp-content/uploads/2025/12/Image-7-31-21-at-6.17-AM.jpg);
    }

    .custom-audio-player {
        max-width: 450px;
        margin: 15px auto;
        background: #ffffff;
        padding: 0px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
        border: 1px solid #ddd;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Audio controls styling (Most browsers support these) */

    audio {
        width: 100%;
        outline: none;
    }

    audio::-webkit-media-controls-panel {
        background-color: #ffffff;
        border-radius: 10px;
    }

    audio::-webkit-media-controls-play-button,
    audio::-webkit-media-controls-pause-button {
        filter: invert(38%) sepia(74%) saturate(400%) hue-rotate(180deg);
    }

    audio::-webkit-media-controls-current-time-display,
    audio::-webkit-media-controls-time-remaining-display {
        color: #245d8c !important;
        font-weight: bold;
    }

    audio::-webkit-media-controls-timeline {
        background-color: #fff;
        border-radius: 0px;
    }

    audio::-webkit-media-controls-volume-slider {
        background-color: #fff;
        border-radius: 0px;
    }

    .Donations-Block {
        background-color: #fff;
    }

    .Donations-Block .main-cards-grid {
        padding: 30px;
        border: 1px solid #eee;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    /* .Donations-Block .main-cards-grid p {
        padding: 2.5rem;
        border-radius: 0px;
        box-shadow: inset -2px 2px hsl(0 0 100% / 1), -20px 20px 40px hsl(0 0 0 / .12);
        background-color: #fff;
        outline: 2px solid #1e1e1e;
        outline-offset: -11px;
    } */

    .Donations-Block .main-cards-grid p a {
        color: #000;
    }

    /*     
    .main-cards-grid p:nth-last-child(2) {
        background: #1e1e1e;
        outline: 2px solid #fff;
        color: #fff;
    } */

    /* .main-cards-grid p:nth-last-child(4) {
        background: #1e1e1e;
        outline: 2px solid #fff;
        color: #fff;
    }
     */
    .tributes-section {
        background: #1E1E1E;
        height: 100lvh;
        display: grid;
        place-items: center;
        text-align: center;
        border-bottom: 2px solid #ffffff75;
    }

    .audio-main-bx {
        background: #fff;
        width: 100%;
        max-width: 540px;
        margin-inline: auto;
        padding: 36px;
        outline: 2px solid #1e1e1e;
        outline-offset: -8px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .audio-main-bx .custom-audio-player {
        box-shadow: unset;
    }

    /* .audio-main-bx .text p {
        font-size: 40px;
        -webkit-text-stroke: 1px #000000;
        display: block;
        color: transparent;
        font-weight: 700;
        transition: 0.4s ease-in-out;
        text-transform: capitalize;
        font-family: sans-serif;
        margin: 0;
        width: 100%;
        max-width: 569px;
        margin-inline: auto;
        padding: 10px 0px;
        line-height: 45px;
    } */

    .audio-main-bx .text p {
        font-size: 30px;
        -webkit-text-stroke: 1px #000000;
        color: transparent;
        font-weight: 500;
        text-transform: capitalize;
        width: 100%;
        max-width: 569px;
        margin: auto;
        padding: 10px 0;
        line-height: 45px;
        display: block;
        background: linear-gradient(90deg, #000 0%, #000 50%, transparent 50%);
        background-size: 200% 100%;
        background-position: 100% 0;
        -webkit-background-clip: text;
        font-family: sans-serif;
        background-clip: text;
        transition: background-position 2.5s ease;
    }

    /* Trigger filled text */

    .revealText.active p {
        background-position: 0 0;
        color: #ffffff;
        font-weight: 700;
        font-size: 24px;
        /* color: #1e1e1e; */
    }

    .family_loves ul.image_crousel li {
        width: calc(100% - 15px);
    }

    .family_loves ul.image_crousel li img {
        aspect-ratio: initial;
    }

    .sub_gall {
        display: flex;
        gap: 18px;
        justify-content: center;
        margin-bottom: 30px;
    }

    .sb_img {
        background-color: #1e1e1e;
        padding: 10px;
        transition: all 0.3s ease-in-out;
    }

    .sb_img a {
        transition: all 0.3s ease-in-out;
    }

    .sb_img:hover {
        background-color: #AF1441;
    }

    .sb_img img {
        width: 67px;
        transition: all 0.3s ease-in-out;
    }

    .sb_img a {
        text-decoration: none;
        display: block;
    }

    .sb_img span {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        padding-left: 15px;
        font-family: 'Manrope';
        width: 113px;
        display: inline-block;
    }

        .audio-card {
            padding: 20px;
                background: #f5f5f5;
                text-align: center;
                position: sticky;
                top: 120px !important;
        }
    
        /* Header */
                .audio-card {
                    padding: 20px;
                    background: #f5f5f5;
                    text-align: center;       
    }

        .audio-card-header  p{
            background: #00205b;
            /* Maryland blue / dark navy */
            color: #ffffff;
            font-weight: 600;
            padding: 14px 18px;
            font-size: 18px;
        }
                .audio-card-header p span {
                    font-size: 28px;
                    line-height: 40px;
                    display: block;       }
        /* Body */
        .audio-card-body {
            padding: 0px;
            text-align: center;
        }
    
        .audio-context {
            font-size: 14px;
            color: #666;
            font-style: italic;
            margin-bottom: 18px;
        }
    
        /* Audio Player */
        .audio-card audio {
            width: 100%;
            outline: none;
        }
    
        /* Meta */
        .audio-meta {
            margin-top: 12px;
            font-size: 13px;
            color: #888;
        }

    @media only screen and (max-width: 1269.5px) {
        .mob-icon-down-open:before {
            position: relative !important;
            right: 2px !important;
        }

        .mob-expand-submenu i {
            left: 1px !important;
            top: 0px !important;
        }

        .mobmenur-container {
            position: absolute;
            right: 0px;
            top: 4em !important;
            background: #fcc95a;
            height: 45px;
            width: 45px;
            display: grid;
            place-items: center;
            margin-right: 4% !important;
            font-size: 10px !important;
        }

        #mobmenuright a {
            padding: 10px 10px;
            font-size: 16px !important;
            color: #fff !important;
            text-transform: capitalize !important;
            width: 100%;
            background: transparent;
            border-bottom: 1px solid #ffffff24;
            font-family: 'Manrope' !important;
            font-weight: 600 !important;
        }

        .menu-item-872 {
            position: relative;
        }

        .mobmenu-right-panel .mob-cancel-button {
            color: #fff !important;
            height: 40px;
            width: 40px;
            background: #1e1e1e !important;
            font-size: 25px !important;
            display: grid !important;
            place-content: center;
            text-decoration: none !important;
        }

        .mobmenu-right-panel .mobmenu-right-bt {
            text-decoration: none !important;
        }

        .mobmenu-right-panel {
            background-color: #AF1441 !important;
        }

        .mob-icon-menu:before {
            margin: 0 !important;
        }

        .mobmenu r-container i {
            color: #ffffff !important;
        }

        .mobmenu-content li {
            padding: 0 !important;
        }

        ul#mobmenuright {
            margin-top: 35px !important;
        }

        .mob-menu-logo-holder {
            display: none !important;
        }

        .mob-menu-header-holder.mobmenu {
            background: transparent !important;
            display: block !important;
            position: absolute;
        }

        .mobmenu .headertext {
            display: none;
        }

        body.mob-menu-slideout-over {
            padding: 0px !important;
        }

        .mobmenu-content #mobmenuright>li>a:hover {
            background-color: transparent !important;
        }

        .mobmenu-content #mobmenuright .sub-menu {
            background-color: #202020 !important;
        }

        .mob-expand-submenu {
            position: relative !important;
            right: 0px !important;
            float: right !important;
            height: 25px;
            width: 25px;
            display: grid;
            place-content: center;
            top: 1px !important;
            background: #1e1e1e !important;
            border-radius: 0%;
            z-index: 777 !important;
            left: auto !important;
        }

        .mobmenu-content #mobmenuright li:hover {
            background-color: #2b2a29 !important;
        }

        .mob-expand-submenu i {
            font-size: 18px !important;
            color: #ffffff !important;
            margin-top: 1px !important;
        }

        .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
            /* z-index: 99999999 !important; */
            position: absolute !important;
            inset: 0 auto auto auto !important;
            height: 0px;
        }

        .mob-menu-header-holder.mobmenu {
            background: transparent !important;
            display: block !important;
        }

        .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
            position: absolute;
            right: 0px;
            top: 74px !important;
            background: #1e1e1e;
            height: 40px;
            width: 40px;
            display: grid;
            place-items: center;
            margin-right: 2% !important;
            font-size: 10px !important;
        }

        .mobmenu-content li {
            border: 0px !important;
        }

        .mobmenu-right-panel {
            width: 280px !important;
        }

        .mobmenur-container i {
            line-height: 30px;
            font-size: 30px;
            float: right;
            color: #fff !important;
        }

        .mobile-top-bar {
            display: grid;
            grid-template-columns: 1fr 1fr;
            text-align: center;
        }

        #header {
            position: unset !important;
            background: #fff;
            padding: 10px 0px;
            border-bottom: 1px solid #eee;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .bottom_head {
            padding: 0;
        }

        .mobile-top-bar a {
            padding: 10px 0px;
            background-color: #AF1441;
            font-family: 'Manrope';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #FFFFFF;
            border: 0;
            text-decoration: none;
            display: inline-block;
        }

        .mobile-top-bar a:first-child {
            background-color: #1e1e1e;
        }

        .right_btn {
            display: none;
        }

        section.banner_main {
            padding: 50px 0px !important;
            padding-bottom: 0px !important;
        }
    }

    @media only screen and (max-width: 1199.5px) {
        .right_btn {
            display: none;
        }

        .banner_text h1,
        .section-title h1,
        section.inner-banner h1 {
            font-size: 45px;
            line-height: 55px;
        }

        .banner_text p {
            font-size: 20px;
            line-height: 22px;
        }

        .texter_high p {
            font-size: 16px;
            line-height: 28px;
        }

        p {
            font-size: 16px;
            line-height: 26px;
        }

        section h2 {
            font-size: 32px;
            line-height: 42px;
        }

        .community_text {
            padding-left: 10px;
        }

        ul.listing_common li {
            font-size: 16px;
            line-height: 28px;
        }

        .copyright_text p {
            font-size: 16px;
            line-height: 20px;
        }

        ul.footer_links {
            gap: 38px;
        }

        ul.footer_links li a {
            font-size: 16px;
            line-height: 22px;
        }

        footer {
            padding: 20px 0;
        }

        .right-form {
            padding: 0;
        }
    }

    @media only screen and (max-width: 991.5px) {

        .page-header {
            padding: 35px 0px;
        }

        .page-header h1 {
            font-size: 25px;
            margin: 0px;
        }

        .banner_text h1,
        .section-title h1,
        section.inner-banner h1 {
            font-size: 34px;
            line-height: 45px;
        }

        .footer_main {
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .about_text {
            max-width: 100%;
            margin: 30px 0 0 0;
            text-align: center;
        }

        .about_image {
            max-width: 450px;
            margin: auto;
        }

        .community_image {
            margin: 0 auto 30px;
        }

        .community_text {
            padding-left: 0;
        }

        .packages-section .right-image-scroll-box {
            display: none;
        }

        .packages-grid {
            grid-template-columns: 1fr;
        }

        .packages-content {
            padding: 0;
            text-align: center;
        }

        .hero-text {
            margin: 30px 0 0 0;
            text-align: center;
        }

        .right-form {
            max-width: 530px;
            margin: auto;
        }

        .gallery-photos {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .banner_content .row {
            flex-direction: column-reverse;
            gap: 10px;
            text-align: center;
            justify-content: center;
            align-items: end;
        }

        .banner_img {
            position: relative;
        }

        .banner_img::before {
            position: absolute;
            content: "";
            bottom: 0;
            height: 182px;
            width: 100%;
            background-position: center;
            background: rgb(255, 255, 255);
            background: linear-gradient(0deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0) 100%);
            left: 0;
            z-index: 777;
        }

        section.banner_main {
            padding-bottom: 50px !important;
        }

        section.banner_main {
            background: #fff;
        }

        .banner_text h1,
        .section-title h1,
        section.inner-banner h1 {
            font-size: 25px;
            line-height: normal;
        }

        .banner_content .row .col-md-6 {
            width: 100%;
            max-width: 500px;
        }

        section,
        section.family_loves,
        section.community {
            padding: 45px 0;
        }

        .in_community_img:last-child {
            margin: 0px;
        }

        .community_image {
            max-width: 100%;
        }

        ul.image_crousel li {
            width: calc(50% - 15px);
        }

        ul.gallery_grid li {
            width: calc(50.33% - 13.33px);
        }
    }

    @media only screen and (max-width: 767.5px) {
        .banner_img {
            max-width: 350px;
            margin: 0 auto;
        }

        section.banner_main {
            padding: 118px 0 0 0;
        }

        .banner_text {
            text-align: center;
            margin: 0 0 30px 0;
        }

        section h2 {
            font-size: 28px;
            line-height: 38px;
        }

        .donation_max form input {
            padding: 15px 20px;
            width: 343px;
            color: #000;
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 575.5px) {
        .Donations-Block .main-cards-grid {
            padding: 15px;
        }

        .obituary-section .text-bx {
            padding: 10px;
        }

        .audio-main-bx .text p {
            font-size: 28px;
        }

        .logo_bx a img {
            max-width: 175px;
        }

        .banner_text h1,
        .section-title h1,
        section.inner-banner h1 {
            font-size: 28px;
            line-height: 38px;
        }

        section h2 {
            font-size: 24px;
            line-height: 34px;
        }

        section,
        section.family_loves,
        section.community {
            padding: 50px 0;
        }

        ul.image_crousel li {
            width: calc(50% - 10px);
        }

        ul.gallery_grid li {
            width: calc(50% - 10px);
        }

        .form_input {
            width: 100%;
        }

        .form_input input,
        .form_textarea textarea,
        .book-appointment .form-main-bx input,
        .form-main-bx .textarea-box textarea {
            padding: 10px 15px;
        }

        .footer_main {
            text-align: center;
        }

        section.community h2,
        section.community p {
            text-align: center;
        }

        ul.footer_links {
            flex-direction: column;
            gap: 15px;
        }

        .footer_main {
            text-align: center;
            flex-direction: column-reverse;
        }

        .copyright_text {
            margin: 10px 0 0 0;
            padding: 10px 0 0 0;
            border-top: 1px solid #fff;
        }

        .form-main-bx .form-grid {
            grid-template-columns: 1fr;
        }

        .form-main-bx .textarea-box {
            width: 100%;
            grid-column: initial;
        }

        .book-appointment .form-main-bx {
            padding: 30px 20px;
        }

        .gallery-photos {
            grid-template-columns: 1fr 1fr;
        }

        .banner_img::before {
            bottom: -2px;
        }

        section.banner_main {
            padding-bottom: 0px !important;
        }

        section.banner_main {
            padding: 35px 0px !important;
        }

        section,
        section.family_loves,
        section.community {
            padding: 35px 0;
        }

        .community_text * {
            text-align: left !important;
        }

        .root-limit {
            flex-direction: column;
            align-items: start;
        }

        .tribute_form form {
            align-items: start;
            justify-content: start;
        }

        .copyright_text p {
            font-size: 16px;
            line-height: 26px;
            width: 100%;
            max-width: 300px;
            padding-right: 4%;
        }

        .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
            top: 58px !important;
        }

        .banner_img::before {
            bottom: -2px !important;
        }

        .page-header h1 {
            font-size: 25px;
            line-height: normal;
            margin-bottom: 6px;
        }

        .Community-Text .text-grid {
            grid-template-columns: 1fr;
        }

        .Community-Text .text-bx {
            padding: 15px;
        }

        .waviy span {
            font-size: 22px !important;
        }

        .banner_text h1,
        .section-title h1,
        section.inner-banner h1 {
            width: 81%;
            margin-inline: auto;
        }

        .banner_img {
            max-width: 385px;
        }

        section.banner_main {
            padding: 25px 0px !important;
            padding-bottom: 0px !important;
        }

        .page-template section h2 {
            font-size: 30px !important;
        }

        .sub_gall {
            flex-wrap: wrap;
        }

        .Dynamic-Block {
            height: auto !important;
        }
    }

    .Dynamic-Block {
        height: 90dvh;
        display: flex;
        align-items: start;
    }