        .card-box-01 h2 {
            font-size: 26px;
        }

        .card-box-01 p {
            font-size: 16px;
            padding-left: 20px;
        }

        .card-box-01 .list_items li {
            font-size: 16px;
        }

        .abth1 {
            font-size: 26px;
        }

        .card-box-01 ul li {
            font-size: 16px;
        }

        .list_items {
            list-style-type: none;
            margin: 20px auto;
            padding: 0;
            max-width: 600px;
            background-color: #ffffff;
            border: 1px solid #ddd;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .list_items li {
            font-size: 18px;
            color: #444;
            padding: 12px 20px;
            line-height: 1.6;
            border-bottom: 1px solid #f1f1f1;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }

        .list_items li:last-child {
            border-bottom: none;
        }

        .list_items li:hover {
            background-color: #f1f8ff;
            transform: translateX(5px);
            cursor: pointer;
        }

        .list_items li:active {
            background-color: #e0e7ff;
        }


        .footer-section {
            background-color: #f8f9fa;
            /* Light gray background */
            padding: 40px 0;
            /* Add padding to the section */
            color: #333;
            /* Text color */
        }

        .footer-section h3 {

            font-size: 24px;
            font-weight: bold;
            color: #d70b0b;
            margin-bottom: 20px;
        }

        .footer-section p {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            line-height: 1.8;
            color: #555;
        }

        .footer-section .container {
            max-width: 1200px;
            margin: auto;
        }

        .footer-section img {
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-top: 20px;
        }

        .footer-section .row {
            margin-bottom: 20px;
        }

        .footer-section .col-sm-6 {
            padding: 20px;
        }

        .footer-section .col-md-3 img {
            max-width: 150px;
            margin: 0 auto;
        }

        @media (max-width: 425px) {
            .card-box-01 h2 {
                font-size: 22px !important;
            }

        }


        /* Responsive Design */
        @media (max-width: 768px) {
            .footer-section h3 {
                font-size: 20px;
            }

            .footer-section p {
                font-size: 14px;
            }
        }

        .inner-foot-card {
            box-shadow: 2px 4px 10px rgb(226, 226, 226);
            padding: 15px;
            border-radius: 13px;
            flex: 1;
        }