
        .cta-button {
            display: inline-block;
            padding: 12px 24px;
            background-color: #ff6600;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s ease-in-out;
        }

        .cta-button:hover {
            background-color: #e55e00;
        }
  