   /* Section Styling */
        .faqs-section {
            padding: 60px 0;
            background-color: #f9f9f9;
            font-family: Arial, sans-serif;
        }

        .section-title .title-header .title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #333;
            text-align: center;
        }

        /* Accordion Styles */
        .accordion .toggle {
            border-bottom: 1px solid #ddd;
            margin-bottom: 10px;
            background-color: #fff;
            border-radius: 4px;
        }

        .toggle-title a {
            display: block;
            font-size: 20px;
            font-weight: 600;
            padding: 15px 20px;
            color: #c90b0b;
            text-decoration: none;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .toggle-title a:hover,
        .toggle-title a.active {
            background-color: #e9f5ff;
            color: #c90b0b;
        }

        .toggle-icon {
            font-weight: bold;
            margin-right: 10px;
            font-size: 20px;
        }

        .toggle-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.3s ease;
            padding: 0 20px;
            background-color: #fff;
            font-size: 16px;
            color: #555;
        }

        .toggle-content.active {
            padding: 20px;
            max-height: 2000px;
        }

        .toggle-content ul {
            list-style-type: disc;
            padding-left: 20px;
        }

        .toggle-content ul li {
            margin-bottom: 8px;
        }

        .toggle-content span {
            font-weight: bold;
            color: #222;
        }

        .toggle-content a {
            color: #007bff;
            text-decoration: underline;
        }

        .toggle-content a:hover {
            color: #0056b3;
        }

        @media (max-width: 767px) {
            .section-title .title-header .title {
                font-size: 28px;
            }

            .toggle-title a {
                font-size: 18px;
                padding: 12px 15px;
            }

            .toggle-content {
                font-size: 15px;
                padding: 0 15px;
            }
        }


/*        section first*/

/* General section styling */
.aboutus-section-style3 {
    padding: 80px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container with 100% width if needed */
.container100 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Image styling */
.ttm_single_image-wrapper {
    margin-right: 35px;
}

.ttm_single_image-wrapper img {
    width: 82%;
    height: auto;
    border-radius: 8px;
}

/* Section title and description */
.section-title-ou {
    margin-bottom: 20px;
}

.section-title-ou .title-span h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.section-title-ou .title-span h2 span {
    color: #c90b0b; /* Accent color for "core values" */
}

.section-title-ou .title-desc p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Responsive design */
@media (max-width: 991px) {
    .ttm_single_image-wrapper {
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .res-991-mt-30 {
        margin-top: 30px;
    }

    .res-991-m-0 {
        margin: 0 !important;
    }
}
