    .form-group {
        margin-bottom: 12px;
    }

    .service-form input,
    .service-form select,
    .service-form textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #747474;
        font-size: 13px;
        background-color: white;
        font-weight: 500;
        padding-left: 29px;
    }

    .fixed-bottom {
        color: white;
        border: none;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 8px;
        background: #00A8E0;
        height: 48px;

    }



    .submit-btn {
        color: white;
        border: none;
        padding: 10px;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 8px;
        background:#00A8E0;
    }




    .input-with-icon {
        position: relative;
        flex: 1;

    }

    .input-with-icon .input-icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        pointer-events: none;
    }


    .text-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #0C0C0C;
        margin-bottom: 3px;
    }

    .text-item-icon {
        color: #00A8E0;
        font-size: 18px;
        min-width: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    select {
        color: #747474;
        font-size: 13px;

        font-weight: 500;
        word-wrap: break-word
    }

    .frm {
        display: flex;
        gap: 2%;
    }

    .icon-input {
        position: relative;
    }

    .input-icon {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 10;
    }

    .icon-input input {
        padding-left: 36px;
    }

    .form-title {
        font-size: 18px;
    }

    .form-control {
        height: 40px;
        background-color: white;
    }

    #serviceModal .modal-body {
        padding: 0 !important;
    }

    .svg-button-wrapper {

        background-size: cover;
        padding: 20px;
        border-radius: 0 0 12px 12px;
        text-align: center;
        width: 100%;
        height: 70px;
        display: block;
        position: absolute;
        top: 417px;
    }

    .submit-btn {
        position: relative;
        z-index: 99;
    }


    .modal-svg-wrapper {
        position: relative;
        background-size: cover;
        border-radius: 0 0 12px 12px;
        top: -48px;
    }


    /* Success Modal Styles */
    .success-modal-content {
        border-radius: 8px;
        padding: 15px;
        position: relative;
        max-height: none !important;
        min-height: none !important;
    }

    .success-close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 10;
        opacity: 0.5;
        transition: opacity 0.3s;
    }

    .success-close-btn:hover {
        opacity: 1;
    }

    @keyframes sparkle {

        0%,
        100% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: 0.5;
            transform: scale(1.2);
        }
    }

    .success-title {
        color: #00A8E0;
        font-size: 18px;
        font-weight: 700;
        margin: 20px 0 12px 0;
        line-height: 1.3;
    }

    .success-message {
        color: #5C788A;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 24px;
        padding: 0 10px;
    }

    .contact-support-btn {
        background: #00A8E0;
        color: white;
        border: none;
        border-radius: 4px;
        padding: 12px 32px;
        font-size: 14px;
        height: 40px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .contact-support-btn:hover {
        transform: translateY(-2px);
        color: white;
    }

    .contact-support-btn svg {
        width: 20px;
        height: 20px;
    }

    /* Responsive */
    @media (max-width: 576px) {
        .success-modal-content {
            margin: 10px;
        }

        .success-title {
            font-size: 18px;
        }

        .success-message {
            font-size: 13px;
        }
    }

    /* Form row 2 column layout */
    .form-row-2col {
        display: flex;
        gap: 10px;
        margin-bottom: 12px;
    }

    .form-row-2col .form-group {
        flex: 1;
        margin-bottom: 0 !important;
    }

    /* Modal responsive styles */
    @media (max-width: 768px) {
        #serviceModal .modal-dialog {
            width: 90vw;
            height: 65vh;
            max-width: 90vw;
            max-height: 65vh;
            margin: 0;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #serviceModal .modal-content {
            height: 65%;
            max-height: 65%;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        #serviceModal .modal-header {
            padding: 12px 15px;
            flex-shrink: 0;
            border-bottom: none;
        }

        #serviceModal .modal-title {
            width: calc(100% - 30px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 15px;
            line-height: 1.2;
            padding-right: 10px;
        }

        #serviceModal .modal-body {
            flex: 1;
            overflow: hidden;
            padding-top: 15px !important;
            padding-inline: 6px;
            display: flex;
            flex-direction: column;
        }

        #serviceModal form {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .form-row-2col {
            gap: 8px;
            margin-bottom: 8px;
        }

        #serviceModal .form-group.service-form {
            margin-bottom: 8px;
        }

        #serviceModal .form-group.service-form:last-of-type {
            flex: 1;
            display: flex;
            flex-direction: column;
            margin-bottom: 8px;
        }

        #serviceModal .form-group.service-form:last-of-type textarea {
            flex: 1;
            resize: none;
            min-height: 50px;
        }

        #serviceModal .submit-btn {
            margin-top: auto;
        }

        #serviceModal .form-control,
        #serviceModal .form-select {
            height: 36px;
            font-size: 12px;
        }

        #serviceModal .modal-svg-wrapper {
            display: none;
        }

        .close-popup {
            width: 25px;
            height: 25px;
        }
    }

    @media (max-width: 576px) {
        #serviceModal .modal-title {
            font-size: 13px;
            margin-top: 5px;
        }

        #serviceModal .form-control,
        #serviceModal .form-select {
            height: 38px;
            font-size: 12px;
        }

        .form-row-2col {
            gap: 6px;
            margin-bottom: 6px;
        }
    }