
    .custom-container #accordionExample .accordion-item .accordion-header .accordion-button::after {
        background-image: url(ico.png);
        position: absolute;
        right: 15px;
        height: 22px;
        width: 22px;
        background-size: 20px;
    }


    body {
        font-family: 'Arial', sans-serif;

    }

    /* Accordion Styling */
    .accordion-body {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .row {
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }

    .col-3 {
        font-weight: bold;
        font-size: 1.1em;
        padding-right: 15px;
    }

    .form-label {
        font-size: 14px;
        margin-bottom: .5rem;
    }

    .col-9 {
        padding-left: 15px;
    }

    legend {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .form-label {
        font-weight: 500;
        margin-bottom: .5rem;
    }

    textarea.form-control {
        min-height: calc(1.5em + .75rem + calc(var(--bs-border-width)* 2));
        border-radius: 20px !important;
        border: 1px solid #1351d8 !important;
    }

    .form-select {
        border-radius: 20px !important;
        border: 1px solid #1351d8 !important;

    }

    /* Input Styles */
    input.form-control,
    select.form-control {
        border-radius: 20px !important;
        width: 100%;
        padding: 12px;
        border: 1px solid #1351d8 !important;
        border-radius: 6px;
        background-color: #1351d8;
        font-size: 1em;
        color: #333;
        transition: border-color 0.3s ease;
    }

    input.form-control:focus,
    select.form-control:focus {
        outline: none;
        border-color: #007bff;
        background-color: #ffffff;
    }

    /* Placeholder Styling */
    input::placeholder,
    select::placeholder {
        color: #888;
        font-style: italic;
    }

    /* Heading Styles */
    h4 {
        font-size: 1.1em;
        color: #333;
        margin-bottom: 0;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .col-3 {
            font-size: 1em;
            padding-right: 10px;
        }

        .col-9 {
            padding-left: 10px;
        }
    }



    /* Accordion Styling */
    .accordion-body {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 7px;
        box-shadow: 0 2px 10px rgb(82 82 163);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .accordion-body:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transform: translateY(-5px);
    }

    /* Accordion Title Hover Effect */
    .accordion-body h4 {
        font-size: 16px;
        transition: color 0.3s ease;
        color: black;
        font-weight: 600;
    }

    .accordion-body:hover h4 {
        color: #000000;
    }

    /* Accordion Row Animation */
    .row {
        display: flex;
        margin-bottom: 15px;
        align-items: center;
        opacity: 0;
        transform: translateY(20px);
        animation: slideIn 0.6s forwards;
    }

    .row:nth-child(odd) {
        animation-delay: 0.3s;
    }

    .row:nth-child(even) {
        animation-delay: 0.5s;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Accordion Input Focus Animation */
    input.form-control,
    select.form-control {
        width: 100%;
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #ffffff;
        font-size: 1em;
        color: #333;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    input.form-control:focus,
    select.form-control:focus {
        outline: none;
        border-color: #007bff;
        background-color: #ffffff;
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
    }

    /* Placeholder Styling */
    input::placeholder,
    select::placeholder {
        color: #888;
        font-style: italic;
    }

    /* Heading Styles */
    h4 {
        font-size: 1.1em;
        color: #333;
        margin-bottom: 0;
        transition: transform 0.3s ease;
    }

    .accordion-body:hover h4 {
        transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .col-3 {
            font-size: 1em;
            padding-right: 10px;
        }

        .col-9 {
            padding-left: 10px;
        }
    }

    /* Subtle Shadow on Input Focus */
    input.form-control:focus,
    select.form-control:focus {
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
        border-color: #0056b3;
    }

    .landing-page-header {
        background-color: #014e4e;
        padding: 15px 0;
    }

    .custom-container {
        width: 85%;
        margin: 0 auto;
    }

    .landing-page-header .custom-container h2 {
        border-bottom: none;
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
    }

    .logo_ghg img {
        width: 150px;
    }

    .landing-page-container .landin-page-main-section .custom-container .main-section-top-left h2 {
        font-size: 1.9rem;
    }

    .custom-container #accordionExample .accordion-item .accordion-header .accordion-button {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: rgb(0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        background-color: #f9d67b;
    }

    .accordion-collapse h3 {
        font-size: 16px;
    }

    .accordion-body h2,
    h1 {

        font-size: 16px;
    }

    .erd {
        border-bottom: 1px dashed gray;
    }

    .theme-btn {
        position: relative;
        display: inline-block;
        padding: 15px 30px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: linear-gradient(45deg, #6a11cb, #2575fc);
        border: none;
        border-radius: 30px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .theme-btn:hover {
        background: linear-gradient(45deg, #2575fc, #6a11cb);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
        transform: translateY(-3px);
    }

    .theme-btn:active {
        transform: translateY(2px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .theme-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 300%;
        height: 300%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
        transition: left 0.5s ease;
        transform: rotate(-45deg);
        z-index: 1;
    }

    .theme-btn:hover::before {
        left: -50%;
    }

    .theme-btn span {
        position: relative;
        z-index: 2;
    }

    .theme-btn::after {
        content: "";
        position: absolute;
        top: -50%;
        left: 50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: all 0.5s ease;
        transform: rotate(45deg);
        opacity: 0;
        z-index: 1;
    }

    .theme-btn:hover::after {
        top: -70%;
        opacity: 1;
    }


    .landin-page-main-section {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .main-section-top-left h2 {
        font-size: 21px !important;
    }

    .custom-container h2 {
        font-size: 19px;
    }

    .card .card-body {
        background: #f9d67b;
        padding: 15px;
    }

    .card {
        border: none;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }

    .form-select,
    .form-control {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1.4rem;
        border-radius: 7px;
        min-height: 30px;
        padding: 6px 4px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .landing-page-container {
        background-color: #ffffff;
        width: 100%;
        min-height: 100vh;
    }

    .firs_dard {
        border: 1px dashed #1351d8 !important;
    }





    /* Form Check Container */
    .form-check {
        display: block;
        min-height: 1.25rem;
        /* Replace with $form-check-min-height value */
        padding-left: 1rem;
        /* Replace with $form-check-padding-start value */
        margin-bottom: 0.5rem;
        /* Replace with $form-check-margin-bottom value */
    }

    /* Form Check Input (Radio/Checkbox) */
    .form-check-input {
        width: 1rem;
        /* Replace with $form-check-input-width value */
        height: 1rem;
        /* Replace with $form-check-input-width value */
        margin-top: calc(1.5rem - 1rem) * 0.5;
        /* Replace with $line-height-base - $form-check-input-width value */
        vertical-align: top;
        background-color: #f8f9fa;
        /* Replace with $form-check-input-bg value */
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #dee2e6;
        /* Replace with $form-check-input-border value */
        appearance: none;
        color-adjust: exact;
        /* Keep themed appearance for print */
        transition: all 0.3s ease;
        /* Replace with $form-check-transition value */
    }

    .form-check-input[type="checkbox"] {
        border-radius: 0.25rem;
        /* Replace with $form-check-input-border-radius value */
    }

    .form-check-input[type="radio"] {
        border-radius: 50%;
        /* Replace with $form-check-radio-border-radius value */
    }

    .form-check-input:active {
        filter: brightness(0.9);
        /* Replace with $form-check-input-active-filter value */
    }

    .form-check-input:focus {
        border-color: #80bdff;
        /* Replace with $form-check-input-focus-border value */
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
        /* Replace with $form-check-input-focus-box-shadow value */
    }

    .form-check-input:checked {
        background-color: #007bff;
        /* Replace with $form-check-input-checked-bg-color value */
        border-color: #007bff;
        /* Replace with $form-check-input-checked-border-color value */
    }

    /* Checkbox checked background image */
    .form-check-input[type="checkbox"]:checked {
        background-image: url('path/to/checked-bg-image');
        /* Replace with $form-check-input-checked-bg-image value */
    }

    .form-check-input[type="radio"]:checked {
        background-image: url('path/to/checked-radio-bg-image');
        /* Replace with $form-check-radio-checked-bg-image value */
    }

    .form-check-input:disabled {
        pointer-events: none;
        opacity: 0.65;
        /* Replace with $form-check-input-disabled-opacity value */
    }

    .form-check-input[disabled],
    .form-check-input:disabled {
        ~.form-check-label {
            opacity: 0.65;
            /* Replace with $form-check-label-disabled-opacity value */
        }
    }

    /* Form Check Label */
    .form-check-label {
        color: #495057;
        /* Replace with $form-check-label-color value */
        cursor: pointer;
        /* Replace with $form-check-label-cursor value */
    }

    /* Switch Container */
    .form-switch {
        padding-left: 1rem;
        /* Replace with $form-switch-padding-start value */
    }

    .form-switch .form-check-input {
        width: 2rem;
        /* Replace with $form-switch-width value */
        margin-left: -1rem;
        /* Replace with $form-switch-padding-start * -1 value */
        background-image: url('path/to/switch-bg-image');
        /* Replace with $form-switch-bg-image value */
        background-position: left center;
        border-radius: 1rem;
        /* Replace with $form-switch-border-radius value */
        transition: all 0.3s ease;
        /* Replace with $form-switch-transition value */
    }

    .form-switch .form-check-input:focus {
        background-image: url('path/to/switch-focus-bg-image');
        /* Replace with $form-switch-focus-bg-image value */
    }

    .form-switch .form-check-input:checked {
        background-position: right center;
        /* Replace with $form-switch-checked-bg-position value */
        background-image: url('path/to/switch-checked-bg-image');
        /* Replace with $form-switch-checked-bg-image value */
    }

    /* Form Check Inline */
    .form-check-inline {
        display: inline-block;
        margin-right: 0.5rem;
        /* Replace with $form-check-inline-margin-end value */
    }

    /* Button Check (hidden input for custom button-style checkboxes) */
    .btn-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

    .btn-check[disabled],
    .btn-check:disabled {
        +.btn {
            pointer-events: none;
            opacity: 0.5;
            /* Replace with $form-check-btn-check-disabled-opacity value */
        }
    }


    .form-check-input[type=radio] {
        border: 2px solid #d81313;
        border-radius: 50%;
    }

    p.time {
        width: max-content;
        color: red;
        font-size: 30px;
        text-align: center;
        margin: 154px auto;
        background: #cfe2ff;
        padding: 50px 80px;
        border-radius: 12px;
    }

    @media (max-width: 480px) {
        p.time {
            width: auto !important;

            color: red;
            font-size: 30px;
            text-align: center;
            margin: 154px auto;
            background: #cfe2ff;
            padding: 50px 80px;
            border-radius: 12px;
        }
    }
