.raisin-black {
    height: 515px;
}

.internalpages {
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    border-radius: 10px;
    background: url(../../assets/imgs/internal2.png);
    margin-top: 10px;
    background-size: cover;
    background-position: top;
    box-shadow: 1px 2px 3px #ccc;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

    .breadcrumb li + li:before {
        content: "›";
        padding: 0 8px;
        color: #999;
    }

    .breadcrumb li a {
        text-decoration: none;
        color: #007bff;
        transition: color 0.3s;
    }

        .breadcrumb li a:hover {
            color: #0056b3;
        }

    .breadcrumb li:last-child a {
        color: #333;
        pointer-events: none;
        cursor: default;
        font-weight: bold;
    }

.internalpages p {
    color: #000 !important;
    font-family: system-ui;
    font-size: 14px;
}
/* SOP Section Start*/
.sop-label {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.sop-header img {
    width: 20px;
    margin-right: 10px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

    .form-row label {
        min-width: 140px;
    }

    .form-row > label {
        margin-top: 0px !important;
        margin-left: 15px;
        color: #575757;
    }

    .form-row select {
        padding: 6px 12px;
        width: 266px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }

    .form-row button {
        background-color: #0061aa;
        color: white;
        border: none;
        padding: 6px 16px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        margin-left: 6px;
    }

        .form-row button:hover {
            background-color: #157347;
        }

    .form-row select {
        margin-left: 7px;
    }

th {
    background-color: #0074A6 !important;
    border-right: 1px solid #fff;
    color: #fff !important;
    text-align: left;
    font-size: 14px;
}

th, td {
    border: 1px solid #0074A6;
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
}

    td a {
        color: blue;
    }

td {
    color: rgb(0, 0, 0);
}
/* SOP Section End*/
.blink-icon {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
/*serch noc*/
.form-container {
    max-width: 400px;
    margin: auto;
}

label {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.required {
    color: red;
}

input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .captcha-container img {
        height: 30px;
    }

.button-group {
    display: flex;
    gap: 10px;
}

    .button-group button {
        padding: 8px 20px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
    }

    .button-group .search {
        background-color: #d32f2f;
    }

    .button-group .clear {
        background-color: #e53935;
    }

@media (max-width: 480px) {
    .captcha-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .button-group {
        flex-direction: column;
        width: 100%;
    }

        .button-group button {
            width: 100%;
        }
}
/*advantage up*/
.page_title2 {
    text-align: center;
    margin-top: 242px;
    font-size: 32px;
    font-weight: 900;
    background: black;
    color: white;
}

    .page_title2 h2 {
        font-size: 32px;
        margin: 0;
    }

.Advantage_box {
    padding: 2% 2%;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 7px 12px 23px 0px #8080804d;
    border: 0 !important;
}

.gradient1 {
    background: rgb(215 193 235 / 50%);
    border-color: #dccbef !important;
}

.gradient2 {
    background: aliceblue;
    border-color: aliceblue !important;
}

.gradient3 {
    background: beige;
    border-color: beige !important;
}

.Advantage_box::after {
    content: "";
    padding: 0;
    left: -10%;
    top: 0;
    margin: 0 auto;
    width: 33%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.diamond {
    height: 140px;
    text-align: center;
    transform: rotate(45deg);
    width: 140px;
    margin: 5%;
    border-radius: 100px;
    position: relative;
    left: 10%;
}

.bg_16 {
    background: #fff;
    color: #fff;
}

.diamond .item-count span {
    color: #000;
    font-size: 12px;
}

.diamond .item-count {
    color: #fff;
    display: table-cell;
    height: 150px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 150px;
    font-weight: 600;
    font-size: 1em;
}

    .diamond .item-count img {
        width: 50px;
        margin: 0 auto;
        position: absolute;
        top: 14%;
        left: 0;
        right: 0;
    }

.img, .process_icon, .process_icon.process_icon_2, .process_icon.process_icon_3, .process_icon.process_icon_4, .process_icon.process_icon_5, .process_icon.process_icon_6, img {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.bg_2 {
    background: #fff;
    color: #fff;
}

.bg_3 {
    background: #fff;
    color: #fff;
}

.bg_12 {
    background: #fff;
    color: #fff;
}

.bg_10 {
    background: #fff;
    color: #fff;
}

.bg_15 {
    background: #fff;
    color: #fff;
}

.bg_14 {
    background: #fff;
}

.bg_9 {
    background: #fff;
    color: #fff;
}

ul.list {
    list-style: none;
    padding-left: 0;
}

    ul.list li::before {
        content: "👉"; /* Or try: "\1F449" */
        margin-right: 8px;
    }

.top_1 {
    margin-top: 10px;
}

.btn-info {
    background: #0061aa;
    border: #0061aa;
}

button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

::placeholder {
    font-size: 12px;
}

table {
    max-width: 990px;
    width: 100%;
    margin: auto;
}

.investUPOfficialsSectionName {
    text-align: center;
    background-color: #0d678d;
    color: #ffffff;
    font-weight: bold
}

.construction_image img {
    height: 400px;
    width: 700px;
}

.feedback_sec .card-header {
    background: linear-gradient(135deg, #dd4774, #00b3d4, #0061aa, #7f3a98) !important;
    color: #fff;
}

.btn-link {
    color: #fff;
}

.feedback_sec .card-header .btn-link {
    font-size: 14px;
}

    .feedback_sec .card-header .btn-link:hover {
        text-decoration: none !important;
        color: #fff !important;
        outline: none !important;
    }

    .feedback_sec .card-header .btn-link:focus {
        text-decoration: none !important;
        color: #fff !important;
        outline: none !important;
    }

.feedback_card {
    margin: 30px;
}

.fnt_r_12 {
    font-size: 12px;
}

input#inputEmail4::placeholder {
    font-size: 12px;
}

textarea#inputEmail4 {
    height: 32px;
}

    textarea#inputEmail4::placeholder {
        font-size: 12px;
    }

select#inputEmail4 {
    font-size: 12px;
    height: 31px;
}

.card:hover img {
    transform: none !important;
    transition: none !important;
}

.btn-primary_1 {
    background-color: #FF4B2B;
    border: #FF4B2B;
    color: #FFFFFF;
    /* font-size: 12px; */
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    transition: transform 80ms ease-in;
}

.btn-primary_1 {
    width: 90px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 200;
}

.btn_warn {
    width: 90px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 200;
    height: 32px;
}

.button-group {
    display: flex;
    gap: 10px;
}

    .button-group button {
        padding: 8px 20px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
    }

button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.button-group button {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.btn-info {
    background: #0061aa;
    border: #0061aa;
}

.accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 0;
    text-decoration: none !important;
}

    .accordion-toggle:hover, .accordion-toggle:focus {
        text-decoration: none !important;
    }

    .accordion-toggle i {
        transition: transform 0.3s ease;
        margin-left: 10px;
    }

    .accordion-toggle.collapsed i {
        transform: rotate(0deg); /* Right arrow */
    }

    .accordion-toggle:not(.collapsed) i {
        transform: rotate(90deg); /* Down arrow */
    }

.card-header {
    padding: 0;
}

    .card-header h5 {
        margin: 0;
    }

    .card-header button {
        padding: 0.75rem 1.25rem;
        width: 100%;
        color: #000;
    }

        .card-header button:hover {
            text-decoration: none;
        }

.table_blue {
    background: #aca4cb;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #f0f4f8;
}

.row-number {
    font-weight: bold;
    background-color: #e9f1f8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 5px;
}

.status {
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 15px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-view {
    background-color: #00b4d8;
    color: #fff;
    font-size: 12px;
}

.btn-comment {
    background-color: #ef233c;
    color: #fff;
    font-size: 12px;
}

.action-buttons {
    display: flex;
    gap: 10px;
}

.icon {
    font-size: 16px;
}

.fade-box {
    transition: opacity 0.5s ease, height 0.5s ease;
    opacity: 0;
    height: 0;
    display: none;
    width: 100%;
}

    .fade-box.show {
        opacity: 1;
        height: auto;
        display: table-row; /* Ensures it behaves like a table row again */
        width: 100%;
    }
/*// form used land bank page
*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    max-width: 1500px;
    margin: auto;
}

.card_2 {
    background-color: #fff;
    border: 2px dashed #0061aa !important;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: auto;
}

    .card_2:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .card_2 img {
        width: 120px;
        margin-bottom: 15px;
        margin: auto;
    }

    .card_2 h3 {
        font-size: 16px;
        margin-bottom: 15px;
        color: #333;
    }

    .card_2 button {
        background-color: #00bfff;
        color: #fff;
        border: none;
        padding: 10px 18px;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .card_2 button:hover {
            background-color: #007aad;
        }
