 body {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            background: #f9fafb;
            color: #333;
        }

        .header {
            display: flex;
            justify-content: space-between;
            padding: 5px;
            background: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .header .logo {
            font-size: 24px;
            font-weight: bold;
            color: #ed7b93;
        }

        .header nav a {
            margin-left: 20px;
            text-decoration: none;
            color: #333;
        }

        .header nav .btn {
            background: #ed7b93;
            color: #fff;
            padding: 8px 14px;
            border-radius: 6px;
            text-decoration: none;
        }
         @media (min-width: 768px) {
            .hero-text {
                flex: 1 1 50%;
                margin-bottom: 0;
                font-size: 16px !important;
            }
        }


        label {
            margin: 0px 0px 1px 0px;
            font-family: 'docs-Roboto';
            font-weight: 500;
            font-size: 13pt;
            line-height: 1.5;
            letter-spacing: 0;
        }
