.service-bg {
         background-image: url('/assets_ss/img/banners/contactus.jpg') !important;
            background-size: cover;
            height: 300px;
        }

        .form-select {
            border: none;
            border-bottom: 2px solid var(--body-color);
            border-radius: 0px !important;
        }
        /* Container styling */
        .floating-label-container {
            position: relative;
            margin-top: 20px;
        }
        /* Input styling */
        .floating-input {
            width: 100%;
            padding: 12px;
            font-size: 16px;
            border: none;
            border-radius: 0px;
            transition: border-color 0.3s;
            border-bottom: 2px solid var(--body-color);
          /*  padding: 5px 0px;*/
        }

            .floating-input:focus {
                outline: none;
                border-color: #0060a7; /* Change border color on focus */
            }

        /* Label styling */
        .floating-label {
            position: absolute;
            left: 12px;
            top: 12px;
            color: #111;
            font-size: 18px;
            transition: all 0.3s ease;
            pointer-events: none; /* Prevent label from being clickable */
        }

        /* Floating effect: Move the label above when input is focused or has text */
        .floating-input:focus + .floating-label,
        .floating-input:not(:placeholder-shown) + .floating-label {
            top: -15px;
            left: 8px;
            font-size: 18px;
            color: #0060a7;
        }

        .cs_field_group .cs_input_field {
            width: 100%;
            outline: none;
            border: 0;
            border-bottom: 2px solid var(--body-color);
            padding: 5px 0px;
            background: transparent;
            font-size: 18px;
            color: var(--body-color);
            transition: 0.3s ease;
        }

/* Extracted from inline styles */
.snc-s-04eff738 { font-size: 10px; width:143px; }
.snc-s-3734573c { width:15%; }
.snc-s-3f00b7f4 { width: 145px; font-size: 13px; }
.snc-s-861e54bc { background-image: url("/assets/img/map_img.png"); }
.snc-s-8c55f405 { width: 145px; font-size: 10px; }
.snc-s-a2557606 { background-color: #0060a7; font-weight: 400; color: #FFF; font-size: 17px; padding: 6px; width: 100px; border: 1px solid #ccc; border-radius: 4px; }
.snc-s-a8fbc0f2 { width: 190px; font-size: 11px; }
.snc-s-b383593e { color: #111 !important; padding: 10px; width: 100% !important; border-bottom: 2px solid #111; }
.snc-s-d84fd562 { height: 45px; font-size: 18px; text-align: center; border-radius: 0.55rem; }
.snc-s-f885e116 { border: 0; }
