       body {
            font-family: 'Poppins', sans-serif;
            background-color: #f8f9fa;
        }
        .navbar {
            background-color: #ffffff;
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
            color: black;
            font-weight: bold;
        }
        .hero-section {
            background: linear-gradient(135deg, #66BB6A, #43A047);
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        h1, h2, h3, h4, h5, h6 {
            font-weight: 600;
        }
        .content-section {
            padding: 80px 0;
        }
        .card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0,0,0,.1);
            height: 100%;
        }
        .footer {
            background-color: #343a40;
            color: white;
            padding: 40px 0;
        }
         /* Botpress Chatbot Styles */
         #webchat .bpWebchat {
            position: unset;
            width: 100%;
            height: 100%;
            max-height: 100%;
            max-width: 100%;
         }

         #webchat .bpFab {
            display: none;
         }