/* source-sans-3-cyrillic-ext-400-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /*src: url(./files/source-sans-3-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/source-sans-3-cyrillic-ext-400-normal.woff) format('woff');*/
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* source-sans-3-cyrillic-400-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /*src: url(./files/source-sans-3-cyrillic-400-normal.woff2) format('woff2'), url(./files/source-sans-3-cyrillic-400-normal.woff) format('woff');*/
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* source-sans-3-greek-ext-400-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /*src: url(./files/source-sans-3-greek-ext-400-normal.woff2) format('woff2'), url(./files/source-sans-3-greek-ext-400-normal.woff) format('woff');*/
    unicode-range: U+1F00-1FFF;
}

/* source-sans-3-greek-400-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /*src: url(./files/source-sans-3-greek-400-normal.woff2) format('woff2'), url(./files/source-sans-3-greek-400-normal.woff) format('woff');*/
    unicode-range: U+0370-03FF;
}

/* source-sans-3-vietnamese-400-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /*src: url(./files/source-sans-3-vietnamese-400-normal.woff2) format('woff2'), url(./files/source-sans-3-vietnamese-400-normal.woff) format('woff');*/
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* source-sans-3-latin-ext-400-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /*src: url(./files/source-sans-3-latin-ext-400-normal.woff2) format('woff2'), url(./files/source-sans-3-latin-ext-400-normal.woff) format('woff');*/
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* source-sans-3-latin-400-normal */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    /*src: url(./files/source-sans-3-latin-400-normal.woff2) format('woff2'), url(./files/source-sans-3-latin-400-normal.woff) format('woff');*/
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


/*Amol Index new*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

nform
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*Registraion form*/
.registraionFrom .QRText {
    text-align: justify;
    font-size: 20px;
    padding-left: 60px;
}

.registraionFrom p {
    margin: 0;
    padding: 5px 0px;
}

.registraionFrom form {
    border: 1px solid rgb(138, 138, 138);
    box-shadow: 1px 3px 5px rgb(185, 185, 185);
    width: 50%;
}

.registraionFrom .heading {
    padding: 20px;
    background-color: #1f5cc4;
    text-align: center;
    font-size: 27px;
    color: white;
    font-weight: bolder;
}

.registraionFrom .mainForm {
    background-color: white;
    padding: 10px;
}

.registraionFrom .mainForm2 {
    padding: 10px;
}

.registraionFrom .formField {
    padding: 10px;
    outline: none;
    width: 100%;
    border: 0.5px solid rgb(214, 214, 214);
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgb(219, 219, 219);
    font-size: 15px;
}

.registraionFrom .form-control {
    padding: 9px;
    box-shadow: 1px 1px 3px rgb(219, 219, 219);
    border-right: 0px
}

.registraionFrom .input-group-text {
    padding: 9px;
    box-shadow: 1px 1px 3px rgb(219, 219, 219);
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
}

.nform {
    margin: 50px 0px 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-div {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 0.5px solid rgb(214, 214, 214);
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgb(219, 219, 219);
}

.btnSave {
    padding: 20px 0;
}

.saveBtn {
    background-color: #03045e;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    outline: none;
    width: 100% !important;
    box-shadow: 1px 1px 3px rgb(219, 219, 219);
    margin-top: 12px;
}

.footer {
    display: flex;
    padding: 10px 50px;
    background-color: blue;
    width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

    .footer a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

@media (max-width:1024px) {
    .registraionFrom form {
        width: 75%;
    }
}

@media (max-width:992px) {
    .registraionFrom .QRText {
        padding-left: 0px;
        margin-top: 30px;
        text-align: justify;
        font-size: 22px
    }

    .registraionFrom form {
        width: 80%;
    }
}

@media (max-width:768px) {
    .registraionFrom .QRText {
        padding-left: 0px;
        margin-top: 30px;
        text-align: justify;
        font-size: 20px
    }

    .registraionFrom form {
        width: 75%;
    }

    nform
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    /*Registraion form*/
    .registraionFrom .QRText {
        text-align: justify;
        font-size: 20px;
        padding-left: 60px;
    }

    .registraionFrom p {
        margin: 0;
        padding: 5px 0px;
    }

    .registraionFrom form {
        border: 1px solid rgb(138, 138, 138);
        box-shadow: 1px 3px 5px rgb(185, 185, 185);
        width: 50%;
    }

    .registraionFrom .heading {
        padding: 20px;
        background-color: #1f5cc4;
        text-align: center;
        font-size: 27px;
        color: white;
        font-weight: bolder;
    }

    .registraionFrom .mainForm {
        background-color: white;
        padding: 10px;
    }

    .registraionFrom .mainForm2 {
        padding: 10px;
    }

    .registraionFrom .formField {
        padding: 10px;
        outline: none;
        width: 100%;
        border: 0.5px solid rgb(214, 214, 214);
        border-radius: 5px;
        box-shadow: 1px 1px 3px rgb(219, 219, 219);
        font-size: 15px;
    }

    .registraionFrom .form-control {
        padding: 9px;
        box-shadow: 1px 1px 3px rgb(219, 219, 219);
        border-right: 0px
    }

    .registraionFrom .input-group-text {
        padding: 9px;
        box-shadow: 1px 1px 3px rgb(219, 219, 219);
        border-radius: 0px 5px 5px 0px;
        border-left: 0px;
    }

    .nform {
        margin: 50px 0px 50px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .select-div {
        width: 100%;
        padding: 10px;
        outline: none;
        border: 0.5px solid rgb(214, 214, 214);
        border-radius: 5px;
        box-shadow: 1px 1px 3px rgb(219, 219, 219);
    }

    .btnSave {
        padding: 20px 0;
    }

    .saveBtn {
        background-color: #03045e;
        padding: 10px;
        border: 1px solid;
        border-radius: 5px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: white;
        outline: none;
        width: 100% !important;
        box-shadow: 1px 1px 3px rgb(219, 219, 219);
        margin-top: 12px;
    }

    .footer {
        display: flex;
        padding: 10px 50px;
        background-color: #e35f14;
        width: 100%;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

        .footer a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }

    @media (max-width:1024px) {
        .registraionFrom form {
            width: 75%;
        }
    }

    @media (max-width:992px) {
        .registraionFrom .QRText {
            padding-left: 0px;
            margin-top: 30px;
            text-align: justify;
            font-size: 22px
        }

        .registraionFrom form {
            width: 80%;
        }
    }

    @media (max-width:768px) {
        .registraionFrom .QRText {
            padding-left: 0px;
            margin-top: 30px;
            text-align: justify;
            font-size: 20px
        }

        .registraionFrom form {
            width: 75%;
        }

        @media (max-width:576px) {
            .registraionFrom .QRText {
                padding-left: 0px;
                margin-top: 30px;
                text-align: justify;
                font-size: 20px
            }

            .footer a {
                font-size: 12px;
            }

            .registraionFrom form {
                width: 90%;
            }
        }

        @media (max-width:425px) {
            .registraionFrom .QRText {
                padding-left: 0px;
                margin-top: 30px;
                text-align: justify;
                font-size: 18px
            }

            .footer a {
                font-size: 12px;
            }

            .registraionFrom form {
                width: 95%;
            }
        }


        /*Login Form*/
        .login-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #fffaf5;
        }

        /* Login form container */
        .login-container {
            width: 90%;
            max-width: 350px;
            padding: 40px;
            border-radius: 10px;
            background-color: #ffffff;
            /*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
            text-align: center;
            border-top: 4px solid #e35f14 !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            border: 1px solid rgb(218 216 216);
            box-shadow: 1px 3px 5px rgb(185, 185, 185);
        }

            /* Form Heading */
            .login-container h2 {
                color: #e35f14;
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .login-container p {
                color: #666;
                font-size: 14px;
                margin-bottom: 20px;
            }

            /* Input Fields */
            .login-container input {
                width: 100%;
                padding: 12px;
                margin: 10px 0;
                border: 1px solid #ddd;
                border-radius: 5px;
                font-size: 16px;
                background-color: #ffffff;
                text-align: center;
                outline: none;
                box-sizing: border-box;
            }

                /* Input Focus Effect */
                .login-container input:focus {
                    border-color: #e35f14;
                    box-shadow: 0 0 5px rgba(227, 95, 20, 0.3);
                }

            /* Button Styling */
            .login-container button {
                width: 100%;
                padding: 12px;
                margin: 10px 0;
                border: none;
                border-radius: 5px;
                font-size: 16px;
                font-weight: bold;
                background-color: #e35f14;
                color: white;
                cursor: pointer;
                transition: 0.3s;
                box-sizing: border-box;
            }

                /* Button Hover Effect */
                .login-container button:hover {
                    background-color: #d44d0f;
                }

        /* Media Queries for Responsive Design */

        @media (max-width: 1200px) {
            .login-container {
                width: 50%;
                padding: 40px;
            }

                .login-container h2 {
                    font-size: 28px;
                }

                .login-container input,
                .login-container button {
                    font-size: 18px;
                }
        }

        @media (max-width: 992px) {
            .login-container {
                width: 60%;
                padding: 35px;
            }

                .login-container h2 {
                    font-size: 26px;
                }

                .login-container input,
                .login-container button {
                    font-size: 17px;
                }
        }

        @media (max-width: 768px) {
            .login-container {
                width: 70%;
                padding: 30px;
            }

                .login-container h2 {
                    font-size: 24px;
                }

                .login-container input,
                .login-container button {
                    font-size: 16px;
                }
        }

        @media (max-width: 576px) {
            .login-container {
                width: 85%;
                padding: 25px;
            }

                .login-container h2 {
                    font-size: 23px;
                }

                .login-container input,
                .login-container button {
                    font-size: 15px;
                }
        }

        @media (max-width: 425px) {
            .login-container {
                width: 95%;
                padding: 20px;
            }

                .login-container h2 {
                    font-size: 22px;
                }

                .login-container p {
                    font-size: 13px;
                    margin-bottom: 15px;
                }

                .login-container input,
                .login-container button {
                    font-size: 14px;
                }
        }

        /*OBC Identity Card Css*/

        .identityCard {
            padding: 20px;
        }

            .identityCard img {
                width: 100%;
                height: auto;
                display: block;
            }

            .identityCard .mainCardDiv {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .identityCard label {
                position: absolute;
                font-size: 1.2rem;
                color: #a52a2a;
                font-weight: bold;
            }


            .identityCard .RgDate {
                top: 40%;
                left: 13%;
            }

            .identityCard .RgNo {
                top: 40%;
                right: 22%;
            }

            .identityCard .RgName {
                top: 51%;
                left: 20%;
            }

            .identityCard .RgTaluka {
                top: 60%;
                left: 14%;
            }

            .identityCard .RgDistrict {
                top: 60%;
                right: 35%;
            }

            .identityCard .RgValidity {
                top: 71%;
                left: 18%;
            }

            .identityCard .button {
                background-color: #a52a2a;
                color: #fff;
                padding: 10px 20px;
                border: none;
                border-radius: 5px;
                cursor: pointer;
                box-shadow: 1px 2px 3px gray;
            }

                .identityCard .button:hover {
                    background-color: #800000;
                }


        @media (max-width: 768px) {
            .identityCard label {
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .identityCard label {
                font-size: 0.7rem;
            }

            .identityCard .button {
                padding: 8px 16px;
            }
        }

        @media (max-width: 425px) {
            .identityCard label {
                font-size: 0.5rem;
            }

            .identityCard .button {
                padding: 6px 12px;
            }
        }

        @media (max-width: 325px) {
            .identityCard label {
                font-size: 0.4rem;
            }

            .identityCard .button {
                padding: 6px 12px;
            }
        }


        /**** Adesh*******/

        body {
            margin-top: 8px;
            padding: 0;
            position: relative;
            min-height: 100%;
            font-family: poppins;
            /* margin-bottom: 60px;*/
        }

        .slider_section {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .slider_section img {
                width: 100%;
                height: 200px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                border-radius: 5px;
            }

            .slider_section h3 {
                position: absolute;
                color: white;
                font-size: 20px;
                padding: 0 10px;
                text-align: center;
                z-index: 1;
                font-weight: bold;
            }

        @media (min-width: 375px) {
            .slider_section h3 {
                font-size: 24px;
            }

            .slider_section img {
                height: 250px;
            }
        }

        @media (min-width: 767px) {
            .slider_section h3 {
                font-size: 45px;
            }

            .slider_section img {
                height: 400px;
            }
        }

        .policy_data .p, li {
            font-size: 18px;
        }

        .policy_data li {
            padding: 5px;
        }

        .policy_data h1, h3, h4, p {
            margin: 10px 0;
        }

        /***********************************************************/

        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background-color: white;
            padding: 30px 0;
            text-align: center;
            z-index: 100;
        }

        .header-top p {
            background-color: #e35f14;
            color: white;
            font-weight: bold;
            font-size: 20px;
            padding: 15px 0;
        }


        .main-section {
            /*margin-top: 100px;*/
            text-align: center;
        }

        .page-header {
            font-size: 40px;
            margin-bottom: 20px;
        }


        .search-section {
            /*padding: 20px;*/
            /*    background-color: #f9f9f9;*/
            /*margin-top: 30px;*/
        }

        .top-search {
            display: flex;
            justify-content: center;
            gap: 15px;
            /*    margin-bottom: 5px;*/
            flex-wrap: wrap;
            text-align: left;
        }

        .district-section p {
            margin: 0px;
        }

        .district-section {
            flex: 1;
            /*margin: 10px;*/
            font-weight: bold;
        }

            .district-section select {
                padding: 8.1px 8.1px 8.1px 0px;
                font-size: 14px;
                width: 100%;
                max-width: 250px;
                border-radius: 5px;
                border: 1px solid #ccc;
            }

        .search-btn-section {
            display: flex;
            justify-content: center;
            gap: 30px;
            align-items: center;
            margin-top: 15px;
        }


        .search-btn-section {
            /*padding: 10px 15px;*/
            font-size: 18px;
            /*cursor: pointer;*/
            /* margin: 5px;*/
            border: none;
            /*box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);*/
        }

        .search-btn {
            background-color: darkblue;
            color: white;
            border-radius: 5px;
        }

        .dwnld-btn {
            /*    background-color: green;*/
            color: white;
            border-radius: 5px;
            border: none;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 1px;
        }

        .excl-img {
            width: 20px;
            height: 25px;
        }

        .table_data {
            /*padding: 20px;*/
            margin-top: 15px;
        }

            .table_data table {
                width: 100%;
                border-collapse: collapse;
                overflow-x: auto;
                display: block;
                white-space: nowrap;
                /*        border-radius: 5px;*/
            }

            .table_data th, td {
                padding: 10px;
                text-align: left;
                /*        border: 1px solid #000000;*/
                border: 1px solid #ced4da !important;
            }

            .table_data th {
                background-color: #f4f4f4;
            }

        .action_btn {
            display: flex;
            justify-content: center;
            /*justify-content:space-between*/
        }

        .del_btn {
            color: red;
            border: none;
            background-color: transparent;
        }

        .edit_icon a,
        .delete_icon button {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            background: none;
            padding: 0;
        }

        .edit_icon svg,
        .delete_icon i {
            width: 24px;
            height: 24px;
        }

        .form-control {
            padding: 2px;
        }



        .form-control1 {
            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;
            padding-left: 3px;
        }

        @media (max-width: 1024px) {
            .table_data table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }

                .table_data table th, table td {
                    min-width: 150px;
                }

            .pagination td {
                min-width: 10px;
                padding: 5px;
            }

            .top-search {
                flex-direction: row;
                align-items: center;
            }
        }

        @media (max-width: 768px) {
            .header-top p {
                font-size: 18px;
            }

            .page-header {
                font-size: 2rem;
            }

            .district-section select {
                max-width: 100%;
            }


            .top-search {
                flex-direction: initial;
                align-items: center;
            }

            .district-section {
                width: 100%;
                /*        margin-bottom: 10px;*/
            }

            .search-btn-section button {
                /*        width: 100%;*/
            }

            button {
                font-size: 12px;
                padding: 3px 6px;
            }

            .table_data table th, table td {
                padding: 8px;
                font-size: 14px;
            }

            .table_data table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }

           .table_data table th, table td {
               min-width: 10px;
           }

            .pagination td {
                min-width: 10px
            }
        }

        @media (max-width: 479px) {
            .header-top p {
                font-size: 16px;
            }

            .page-header {
                font-size: 1.8rem;
            }

            .district-section select {
                max-width: 100%;
            }


            .top-search {
                flex-direction: column;
                align-items: center;
            }

            .district-section {
                width: 100%;
                /*        margin-bottom: 10px;*/
            }

            .search-btn-section button {
                /*        width: 100%;*/
            }

            button {
                font-size: 11px;
                padding: 3px 6px;
            }

            .table_data table th, table td {
                padding: 6px;
                font-size: 12px;
            }

            .table_data table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }

            body {
                margin-bottom: 60px;
            }
        }

        /* Modal */


        .modal {
            display: none;
            position: fixed;
            z-index: 9999;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 20px;
            overflow: unset !important;
        }

        .modal-content {
            margin: auto;
            border: 1px solid #888;
            width: 90% !important;
            height: 100%;
            flex-direction: column;
            overflow: auto;
            position: relative !important;
            border: none !important;
        }


        .close {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            border: none;
            background: #dd1717;
            color: #fff;
            font-size: 40px;
            width: 40px;
            height: 49px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9;
        }

        .cancel {
            /* background-image: radial-gradient(100% 100% at 100% 0, #667ded 0, #33158c 100%); */
            background-color: #000249;
            border: none;
            border-radius: 5px;
            transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
            text-decoration: none;
            color: white;
            align-items: center;
            font-size: 14px;
            border: none;
            font-weight: 500 !important;
            padding: 5px 15px;
            letter-spacing: 0.2px;
            transition: 0.5s ease-out;
            text-decoration: none;
            margin-right: 2px;
            text-align: center;
        }

        /*Amol Cancel And Save btn*/
        .button-group {
            display: flex;
            gap: 10px;
        }

            .button-group button,
            .button-group input[type="button"] {
                flex: 1;
                padding: 10px 0;
                font-size: 16px;
                border: none;
                color: white;
            }
        /*----------------*/

        .book-card img {
            width: 75%;
            height: 300px;
            border-radius: 4px;
            margin-bottom: 10px;
            margin-top: 25px;
        }



        .book-card h3 {
            margin: 12px 0 6px;
            font-size: 20px;
        }

        .book-card p {
            margin: 4px 0;
            font-size: 14px;
        }

        /* ========== Price Styling ========== */
        .price {
            font-size: 14px;
            margin: 6px 0;
        }

        .old-price {
            text-decoration: line-through;
            color: black;
            margin-right: 8px;
        }

        .new-price {
            color: black;
            font-weight: bold;
        }
    }
}
/*INDEX CSS 15NOV2025*/

body {
    background: #f5f7fa;
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
}

/* HEADER */
.header {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.header .navbar-brand img {
    height: 40px;
}

.HeadingBook {
    font-weight: 600;
    color: darkblue;
}

.delivery-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    width: 70%;
    height:98%;
    margin: 0 auto;
}

    .delivery-section h4 {
        text-align: center;
        font-family: "Georgia", serif;
        font-weight: 600;
        position: relative;
        padding-bottom: 15px;
    }

.form-control, .form-select {
    border-radius: 8px;
    padding: 10px;
}

/* Save Button */
.btn-primary {
    background: #fb641b;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #e75b17;
}

/* Price Formatting */
.old-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 6px;
}

.new-price {
    font-weight: 600;
    color: #e63946;
}
.heading-texts {
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    padding-top: 27px;
    font-size: 27px;
}

.heading-texts::after {
    content: "";
    width: 80%; /* line width */
    height: 2px;
    background: black; /* line color */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.books {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
   /* color: black;*/
}
@media (max-width: 320px) {
    .delivery-section {
        width: 93%;
        height: 99%;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .delivery-section {
        width: 93%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .delivery-section {
        width: 93%;
    }
    .book-card img {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .delivery-section {
        width: 93%;
    }
}
/* ===== Extra Large Devices (Desktops: 1025px to 1200px) ===== */
@media (min-width: 1025px) and (max-width: 1200px) {
    .delivery-section {
        width: 93%;
    }
}
