 :root {
            --primary-red: #CF2027;
            --primary-black: #000;
            --primary-white: #fff;
            --secondary-dark-grey: #4E4E4E;
            --tertiary-purple: #783B88;
        }

        /* Font Styles */
        h1 {
            font-family: 'Times New Roman', serif;
            color: var(--primary-black);
            /* Default for H1 */
        }

        h2,
        h3,
        h4,
        h5,
        h6,
        .sub-heading {
            font-family: 'Mulish', sans-serif;
            color: var(--primary-black);
            /* Default for sub-headings */
        }

        p,
        .paragraph {
            font-family: 'Mulish', sans-serif;
            color: var(--secondary-dark-grey);
            /* Default for paragraphs */
        }

        .sub-paragraph {
            font-family: 'Montserrat', sans-serif;
        }

        .about-moon-dance-text {
            font-family: 'Moon Dance', cursive;
        }



        .text-prm {
            color: #CF2027;
        }

        .text-sec {
            color: #4E4E4E;
        }

        .text-ter {
            color: #783B88;
        }

        .bg-prm {
            background: #CF2027;
        }

        .bg-sec {
            background: #4E4E4E;
        }

        .bg-ter {
            background: #783B88;
        }

        .about-founder-about-section {
            background-color: var(--primary-red);
        }


        .about-section h2,
        .about-section h3,
        .about-section p,
        .about-section .sub-paragraph {
            color: var(--primary-white);
            /* Ensure text is white on red background */
        }

        .about-section .list-unstyled li {
            margin-bottom: 10px;
        }

        .about-section .list-unstyled li strong {
            font-family: 'Mulish', sans-serif;
            /* Consistent font for titles */
            font-weight: 600;
        }

        .about-section .list-unstyled li span {
            font-family: 'Montserrat', sans-serif;
            /* Consistent font for details */
        }

        .right-images img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 15px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

      

        .about-founder-hero-section {
            background: url('assets/images/about/founder/Rectangle 645.webp') no-repeat left bottom;
            background-size: 32.5% auto;
            /* Cover left half vertically */
            background-color: #F3F3F3;
            /* fallback or right side color */
            margin-bottom: 8rem;
        }

        .about-founder-hero-section .about-founder-info {
            margin-top: -80px;
            margin-left: 175px;
            background: #FFFFFF;
            box-shadow: 0px 3px 4px 0px #00000040;
            border-radius: 10px;
            position: absolute;
            z-index: 1;
        }

        .about-founder-hero-section .about-founder-hero-text h1 {
            max-width: 380px;
        }

        .about-founder-about-heading {
            font-weight: 500;
            font-size: 96px;
            color: #C8C8C8;
            margin-top: -75px;
        }

        .about-founder-about-section>div {
            margin-left: 6%;
            width: 94%;
        }

        .about-founder-about-col1 {
            width: 60%;
        }

        .about-founder-about-col2 {
            width: 40%;
        }

        .about-founder-about-col2 .about-founder-about-col2-col1 {
            width: 38%;
        }

        .about-founder-about-col2 .about-founder-about-col2-col2 {
            width: 74%;
        }

        .about-founder-des p {
            text-align: justify;
        }
        .about-founder-hero-text p{
            text-align: justify!important;
        }

        .about-founder-about-section ul.list-unstyled li{
        position: relative;
}
.about-founder-about-section ul.list-unstyled li span{
    position: absolute;
    left: -15px;
}
          /* Responsive adjustments */
        @media (max-width: 767.98px) {
            .header-section .row {
                flex-direction: column;
                text-align: center;
            }

            .header-section .col-md-4,
            .header-section .col-md-8 {
                margin-bottom: 20px;
            }

            .about-section .col-md-6,
            .about-section .col-md-3 {
                margin-bottom: 30px;
            }
            .about-founder-hero-section .about-founder-info{
                position: relative;
                margin-left: unset;
                margin-bottom: 20px;
                text-align: left;
            }
            .about-founder-hero-section .about-founder-hero-text h1{
                width: 100%;
                max-width: unset;
            }
            .about-founder-about-col1, .about-founder-about-col2{
                width: 100%;
            }
            .about-founder-about-section>div{
                margin-left: unset;
    width: 100%;
    padding: 10px;
            }
            .about-founder-hero-section{
               margin-bottom: 4rem;
            }
            .about-founder-about-section ul.list-unstyled li span{
    left: -10px;
}
.about-founder-about-section ul.list-unstyled{
        padding-left: 10px;
}
        }