.elementor-2936 .elementor-element.elementor-element-8b1c4f1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */* {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "Inter", sans-serif;
            background-color: #f5f5f5;
        }

        .form-container {
            max-width: 752px;
            margin: 20px auto;
            border-radius: 8px;
            text-align: center;
        }

        .logo {
            margin: 32px;
        }

        .logo img {
            max-width: 225px;
            height: auto;
        }

        .form-header {
            margin: 10px auto;
            border-bottom: 1px solid #83d0e1;
            padding: 40px;

        }

        .form-content {
            margin: 10px auto;
            border-bottom: 1px solid #83d0e1;
            padding: 40px;

        }

        .form-section {
            margin: 10px auto;
            border-bottom: 1px solid #83d0e1;
            padding-bottom: 20px;
            padding-top: 20px;
        }

        h1 {
            color: #264b67;
            font-size: 2em;
            margin-bottom: 10px;
            text-align: center;
        }

        p {
            color: #264b66;
            margin-bottom: 10px;
            text-align: center;
            font-weight: 500;
            font-size: 1em;
        }

        .form-wrapper {
            border: 6px dotted rgba(0, 23, 29, 0.75);
            border-radius: 0px;
            background-color: #fff;
            text-align: left;
        }

        .form-group {
            margin-bottom: 20px;
            overflow: auto
        }

        label {
            font-size: 16px;
            color: #264b67;
            display: block;
            margin-bottom: 8px;
        }

        input[type="text"],
        input[type="number"],
        input[type="date"],
        textarea,
        select {
            width: 100%;
            max-width: 304px;
            padding: 12px;
            border: 2px solid rgba(0, 113, 141, 0.47);
            border-radius: 4px;
            background-color: #fff;
            font-size: 16px;
            color: #264b67;
            margin-bottom: 10px;
        }

        input[type="radio"] {
            appearance: none;
            /* Remove default radio button styling */
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #264b677b;
            outline: none;
            cursor: pointer;
            position: relative;
            background-color: white;
        }

        input[type="radio"]:hover {
            box-shadow: 0px 0px 10px rgba(38, 75, 103, 0.5);
            /* Add shadow effect */
            transition: box-shadow 0.3s ease-in-out;
        }

        input[type="radio"]:checked {
            background-color: #264b67;
        }

        input[type="radio"]:checked::before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


        input[type="text"]:focus,
        input[type="number"]:focus,
        input[type="date"]:focus,
        textarea:focus,
        select:focus {
            box-shadow: 0 0 8px rgba(0, 112, 141, 0.75);
            /* Glow effect on focus */
            /* border: 2px solid rgba(0, 112, 141, 0.75) !important; */
            outline: 2px solid rgba(0, 113, 141, 0.516) !important;
        }

        input[type="text"]:hover,
        input[type="number"]:hover,
        input[type="date"]:hover,
        textarea:hover,
        select:hover {
            box-shadow: 0 0 8px rgba(0, 112, 141, 0.75);
            /* Glow effect on focus */
        }


        .rating label:hover,
        .rating input:hover~label,
        .rating input:checked~label,
        .rating input:checked~label~label {
            color: #0e91b2;
            text-shadow: 0 0 8px #0e91b2;
            /* Glow effect on hover or checked */
        }

        textarea {
            height: 163px;
            max-width: 100%;
            border: 2px dotted rgba(0, 23, 29, 0.75);
            border-radius: 4px;
            padding: 10px;

        }

        .sublabel {
            font-size: 14px;
            color: #888;
            margin-top: -10px;
            margin-bottom: 10px;
        }

        .button-group {
            display: flex;
            justify-content: center;
            margin: 10px auto;
            padding: 40px 0px;
        }

        .button-group button {
            padding: 12px 20px;
            font-size: 16px;
            background-color: rgba(0, 112, 141, 0.75);
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .button-group button:hover {
            background-color: #00708d;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        th,
        td {
            padding: 10px;
            text-align: center;
            border: 1px solid #ddd;
        }

        tr td:first-child {
            background-color: #83d0e2;
            text-align: start;
            /* Example background color */
        }

        th {
            background-color: #83d0e2;
        }

        td input {
            cursor: pointer;
            width: 20px;
            height: 20px;
        }

        .rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            margin-bottom: 10px;
        }

        .rating input[type="radio"] {
            display: none;
        }

        .rating label {
            font-size: 40px;
            /* Larger star size */
            cursor: pointer;
            margin: 0 2px;
            color: #ddd;
        }

        .rating label:before {
            content: '✯';
        }

        .rating input:checked~label {
            color: #0e91b2;
        }

        .rating input:checked~label~label {
            color: #ddd;
        }

        .rating input:checked~label~label {
            color: #0e91b2;
        }/* End custom CSS */