﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    overflow-x: hidden !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

.head-bg {
    background-color: #539d00;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

span {
    font-size: larger;
    font-family: "Roboto", sans-serif;
}

.white {
    color: #fff;
}

.bg-tin {
    background-color: #1A3100;
    width: 33%;
    margin: auto;
}

.bg-form {
    background-color: #1A3100;
}

.bg-bottom-nav {
    background-color: #303030;
}

.container {
    max-width: 1600px !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: brightness(1) !important;
}

.top {
    padding: .5rem 10rem;
}

p {
    margin-bottom: .1em !important;
}
/*--nav-start--*/
.nav-link-top {
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
    padding: 0px 7px;
}

.nav-link {
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
    padding: 10px 15px !important;
    text-transform: uppercase;
}

    .nav-link:hover {
        background-color: #000000;
    }

/*--nav-end--*/

/*--hero-start--*/
.hero {
    position: relative;
}

    .hero .carousel-indicators {
        bottom: 0%;
    }

        .hero .carousel-indicators [data-bs-target] {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            border: 2px solid #fff;
            background-color: transparent !important;
        }

        .hero .carousel-indicators .active {
            background-color: #fff !important;
        }

    .hero .carousel-dark .carousel-caption {
        color: #000;
        /* position: absolute; */
        height: 100%;
        align-content: center;
        bottom: 0%;
        left: 9%;
        right: 0%;
        text-align: left;
    }

    .hero img {
        filter: brightness(.6);
        height: 57vh;
        object-fit: cover;
        object-position: center center;
    }

    .hero h2 {
        font-size: 4rem;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .hero p {
        font-size: 1.38rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 20px;
    }

    .hero .btn-hero {
        font-size: 1rem;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        background-color: #000;
        padding: 15px 25px;
        border-radius: 10px;
        letter-spacing: .5px;
    }

.search .container {
    max-width: 100% !important;
}

.search .form-head {
    padding: 0px 0px 30px 0px;
    background-color: #284d00;
    font-family: "Roboto", sans-serif;
    width: 100%;
}

    .search .form-head h4 {
        font-size: 2rem;
        font-family: "Roboto", sans-serif;
        letter-spacing: .3px;
        font-weight: 500;
        padding: 5px;
        text-transform: uppercase;
    }

    .search .form-head span {
        font-size: 1rem;
        font-family: "Roboto", sans-serif;
        letter-spacing: .3px;
        font-weight: 500;
    }

.search .form-group input {
    font-family: "Roboto", sans-serif;
    letter-spacing: .3px;
    font-weight: 400;
    font-size: 18px;
}

.search .form-group .btn-info {
    padding: 6.5px 35px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 18px;
}
/*--hero-end--*/

/*--about-start--*/
.About {
    padding: 70px 0px;
    /*background: #b3f1c047;*/ /*--new-color-add-new-changes-*/
}
.head-about-head {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    padding-bottom: .5rem;
    color: #1A3100;
}

.about-box {
    display: inline-flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 20px;
}
    /*--new-changes-*/
    .about-box img {
        max-width: 100%;
        height: auto;
        width: 150px;
        flex-shrink: 0;
    }
    /*--new-changes-*/
    .about-box .text-content {
        flex: 1;
        min-width: 250px;
    }
/*--new-changes-*/
.About .about-de p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem !important;
    text-align: justify;
}

.About .btn-all {
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    background-color: #1A3100;
    float: right;
    font-size: 1rem;
    margin-top: 1em;
}

.about-btn-list li {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #1A3100;
    padding: 20px;
    margin-bottom: 15px;
}

    .about-btn-list li h5 {
        font-size: 1.5rem;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #1A3100;
    }

.About .about-btn-list ul li a {
    /*    background-color: #000000;*/
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 10px;
}

    .About .about-btn-list ul li a img {
        width: 30px;
        height: 30px;
    }
/*--about-end--*/

/*--event-start--*/
.event {
    padding: 70px 0px;
    background-color: #b9ebb9;
}

    .event img {
        height: 100%;
        object-fit: cover;
    }

    .event .owl-dots {
        text-align: center;
        padding-top: 15px;
    }

        .event .owl-dots button.owl-dot {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            display: inline-block;
            background: transparent;
            border: 2px solid #1A3100;
            margin: 0 3px;
        }

            .event .owl-dots button.owl-dot.active {
                background-color: #1A3100;
            }

            .event .owl-dots button.owl-dot:focus {
                outline: none;
            }

    .event span {
        font-size: 70px;
        position: relative;
        top: -5px;
    }

    .event .owl-item {
        height: auto !important;
    }

    .event .item h4 {
        color: #1A3100;
        font-family: "Roboto", sans-serif;
        padding-top: 10px;
    }

    .event h3:after {
        border-bottom: 2px solid #1A3100;
        content: "";
        display: block;
        padding-top: 5px;
        width: 20%;
    }

    .event .event-cont h4 {
        color: #1A3100;
        font-family: "Roboto", sans-serif;
        padding-top: 10px;
        font-weight: 600;
    }

    .event .event-cont p {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
    }

.event-con {
    padding-left: 2rem;
}
/*--event-end--*/

/*--Board-page-start--*/
.board-head {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    color: #1A3100;
    padding-bottom: .5rem;
}

    .board-head:after {
        border-bottom: 2px solid #1A3100;
        content: "";
        display: block;
        padding-top: 5px;
        width: 55%;
    }

.board-subhed {
    width: 50%;
    padding: .5rem 0.8rem;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1rem;
}

.de-con-box h4 {
    color: #284d00;
}

.Details {
    border: 1px solid #284d00;
    border-radius: 5px;
    padding: 10px;
}

    .Details.col-lg-6 {
        width: 49% !important;
        margin: 5px;
    }

    .Details.col-lg-4 {
        width: 32.3% !important;
        margin: 5px;
    }

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; /* Optional: space between columns */
    width: 35%;
}

.grid-item {
    padding: 20px;
}

.de-con-box h4 {
    font-size: 1.4rem;
}
/*--Board-page-end--*/

/*--current-issue-start--*/
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 10px);
    border-top-right-radius: calc(.25rem - 10px);
}

.accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
}

.accordion-item .accordion-content a {
    color: #000000;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item .accordion-button:not(.collapsed) {
    background-color: #284d00;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%);
}
/*--current-issue-end--*/


/*--Footer-start--*/
Footer {
    background-color: #1A3100;
    padding: 3rem 0rem;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

    Footer ul {
        padding: 0;
        color: #fff;
    }

        Footer ul li a {
            color: #fff;
            font-family: "Roboto", sans-serif;
            font-style: normal;
            font-weight: 400;
        }

    Footer .footer-list li a {
        color: #fff !important;
    }

    footer ul li a img {
        width: 40px;
    }

.footer-both.d-lg-flex, .boxes.d-lg-flex {
    flex-wrap: wrap;
    gap: 0px;
}

.copyright {
    color: #fff;
    font-size: .5rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background-color: #000;
    padding: 20px 0px 10px 0px;
}

    .copyright h4 {
        font-size: .9rem;
    }
/*--Footer-end--*/

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .container, .container-md, .container-sm {
        max-width: 100% !important;
    }

    .about-box img {
        width: 100%;
    }

    .about-box {
        display: inline;
    }

    .hero h2 {
        font-size: 2rem !important;
    }

    .hero p, .search .form-head h4 {
        font-size: .7rem;
        padding-bottom: 3px;
    }

    .search .btn-hero {
        font-size: .7rem;
        padding: 8px 20px;
    }

    .search .form-group input, .search .form-group .btn-info {
        font-size: .6rem;
    }

    .search .form-head {
        padding: 0px 0px 10px 0px;
    }

        .search .form-head span {
            font-size: .7rem;
        }

    .search .carousel-dark .carousel-caption {
        transform: translate(10%, 10%);
    }

    .About .about-btn-list ul li a {
        font-size: .7rem;
    }

    .about-btn-list li h5 {
        font-size: 1.3rem;
    }

    .about-btn-list ul, .event-con {
        padding: 20px 0px 0px 0px;
    }

    .top {
        padding: .5rem;
    }

        .top li a, .top span {
            font-size: 13px;
        }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none !important;
    }

    .bg-tin {
        width: 50%;
    }

    .Details.col-lg-4 {
        width: 100% !important;
        margin: 5px;
    }

    .board-subhed {
        width: 86%;
    }

    .Details.col-lg-6 {
        width: 99% !important;
        margin: 5px;
    }

    .de-img-box img {
        margin-bottom: 1rem;
        width: 100%;
    }

    .hero .carousel-dark .carousel-caption {
        transform: translate(2%, 2%);
        left: 0%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1260px) {
    .Details.col-lg-6 {
        width: 99% !important;
        margin: 5px;
        gap: 20px !important;
    }
}

@media screen and (min-width: 280px) and (max-width: 767px) {
    .container, .container-md, .container-sm {
        max-width: 100% !important;
    }
    .desktop {
        display: none !important;
    }

    .mo-btn {
        display: inline-block !important;
    }
    .hero h2 {
        font-size: 2rem !important;
    }

    .about-box img {
        width: 100%;
    }

    .about-box {
        display: inline;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none !important;
    }

    .top {
        padding: .5rem;
    }

        .top li a, .top span {
            font-size: 11px;
        }

    .top-bar {
        padding: 20px 0px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .navbar-toggler {
        padding: .25rem .25rem !important;
        font-size: 1rem !important;
    }

    .About p {
        font-size: 1rem;
    }

    .About {
        padding: 40px 0px;
    }

    .search h2, .head-about-head {
        font-size: 1.5rem;
    }

    .hero p, .search .form-head h4 {
        font-size: .7rem;
        padding-bottom: 3px;
    }

    .hero .btn-hero {
        font-size: .7rem;
        padding: 8px 20px;
    }

    .search .form-head span {
        font-size: .7rem;
        padding: 0px 21px;
    }

    .search .form-head {
        padding: 0px 0px 10px 0px;
        position: inherit;
    }

    .search .form-group input, .search .form-group .btn-info {
        font-size: .6rem;
        margin: 3px;
    }

    .about-btn-list ul, .event-con {
        padding: 20px 0px 0px 0px;
    }

    .hero .carousel-dark .carousel-caption {
        transform: translate(2%, 2%);
        left: 0%;
    }

    .About .about-btn-list ul li a {
        font-size: .7rem;
    }

    .hero .carousel-indicators {
        bottom: 0%;
    }

    .d-ms-none {
        display: none;
    }

    .form-group {
        width: 43%;
        display: inline-flex;
        justify-content: center;
    }

    .hero img {
        height: 45vh !important;
    }

    .bg-tin {
        width: 70%;
    }

    .Details.col-lg-6, .Details.col-lg-4 {
        width: 100% !important;
        margin: 5px;
    }

    .About p {
        font-size: .9rem;
    }

    .de-img-box img {
        margin-bottom: 1rem;
        width: 100%;
    }

    .board-subhed {
        width: 100%;
    }

    .about-btn-list li.col-sm-6 {
        width: 100% !important;
    }
}


.desktop{
    display: inline;
    margin: auto;
}
.mo-btn{
    display: none;
}

/*--new--*/
.issn-n {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}


.nav-menu01 {
    width: 100%;
    max-width: 100%; /* Max width for the menu */
    background-color: #e6f7e6; /* Light green background for the menu items */
    border-radius: 0.5rem; /* Rounded corners for the container */
    padding: 1rem; /* Padding for the container */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Subtle shadow */
}

    .nav-menu01 .nav-link01 {
        color: #1a3100;
        background-color: #f0fff0;
        border: 1px solid #478502;
        margin-bottom: 0.75rem;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        padding: 1rem;
        font-size: 21px;
        display: flex;
        align-items: center;
        border-radius: 0.375rem;
        transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    }

        .nav-menu01 .nav-link01:hover {
            background-color: #d9f2d9; /* Darker green on hover */
            color: #000;
            transform: translateY(-2px); /* Slight lift on hover */
        }

        .nav-menu01 .nav-link01 i {
            margin-right: 1rem; /* Space between icon and text */
            font-size: 1.5rem; /* Icon size */
            width: 24px; /* Fixed width for icon alignment */
            text-align: center;
        }
        /* Placeholder SVG styles */
        .nav-menu01 .nav-link01 img {
            margin-right: 1rem;
            width: 37px;
            height: 37px;
            fill: currentColor;
        }

.right-bar {
    padding-left: 20px;
}


.accordion-item {
    border: 1px solid rgb(143 189 93) !important;
}

button.accordion-button.collapsed {
    background-color: #b7d596 !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .right-bar {
        padding: 20px 0px;
    }

    .knowledge-corner-card {
        height: 100% !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .right-bar {
        padding: 20px 0px;
    }
    .knowledge-corner-card{
        height: 100% !important;
    }
}






/*Harshita*/
#updateStatus, #updateFailed {
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

#updateStatus {
    background-color: #d4edda;
    color: #155724;
}

#updateFailed {
    background-color: #f8d7da;
    color: #721c24;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.form-control {
    border-radius: 0.375rem;
}
.change-password-wrapper {
    min-height: 65vh;
/*    background-color: #f0f2f5;*/
    padding: 20px;
}

.error-message {
    color: #FF5252;
    display: none;
    margin-top: 0.5rem;
}

.login-container {
    max-width: 500px;
    margin: 30px auto;
    border: 1px solid #ccc;
    background-color: white;
}

    .header {
        background-color: #008800;
        color: white;
        padding: 10px 15px;
        font-weight: bold;
        font-size: 18px;
    }

    .login-body {
        padding: 20px;
    }


        .btn-signin:hover {
            background-color: #006600;
            color: white;
        }

    .forgot-password {
        color: #444;
        text-decoration: none;
    }

        .forgot-password:hover {
            text-decoration: underline;
            color: #008800;
        }

    media (max-width: 576px) {
        .login-container

    {
        margin: 15px auto;
        width: 90%;
    }

    .login-body {
        padding: 15px;
    }

    }

.page_heading {
    color: #006400;
    font-weight: bold;
    border-bottom: 2px solid #006400;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.frame {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.year {
    font-weight: bold;
    font-size: 18px;
    color: #006400;
    margin-bottom: 15px;
    border-bottom: 1px solid #054d04;
}

ul.archives {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    ul.archives li.issue {
        padding: 10px;
    }

        ul.archives li.issue a {
            display: block;
            background-color: #006400;
            color: white;
            text-align: center;
            padding: 15px 10px;
            border-radius: 4px;
            box-shadow: 0 2px 3px rgba(0,0,0,0.2);
            text-decoration: none;
            font-size: 14px;
            transition: transform 0.2s ease;
            min-height: 70px;
        }

            ul.archives li.issue a:hover {
                transform: scale(1.05);
                text-decoration: none;
            }

        ul.archives li.issue span {
            display: block;
        }

media (max-width: 768px) {
    ul .archives li.issue

{
    flex: 0 0 50%;
    max-width: 50%;
}

}

media (max-width: 576px) {
    ul .archives li.issue

{
    flex: 0 0 100%;
    max-width: 100%;
}
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.ethics-header {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0px;
    color: #008700;
    border-bottom: 2px solid #008700;
}

.subheader {
    background-color: #6ca53b;
    padding: 8px;
    font-family: 'OpenSans', sans-serif !important;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: flex
}

.panel {
    border: 1px solid #ddd;
    margin-bottom: 1px;
}

.panel-heading {
    background-color: transparent;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #6ca53b;
    position: relative;
}

.panel-title {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

    .panel-title a {
        text-decoration: none;
        color: #333;
        display: block;
    }

.panel-collapse {
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.inner_heading {
    background-color: #6ca53b;
    padding: 8px;
    font-family: 'OpenSans', sans-serif !important;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    margin-top: 10px;
}

.ethics_box {
    border: 1px solid #6ca53b;
    padding: 3px;
    margin-bottom: 20px;
}

    .ethics_box .inner_heading {
        background-color: #6ca53b;
        padding: 8px;
        font-family: 'OpenSans', sans-serif !important;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        display: flex;
    }

.inner_box {
    padding: 15px;
}

    .inner_box ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .inner_box ul li {
            margin-bottom: 5px;
            display: flex;
            border-bottom: 1px solid #d4d4d4;
            padding: 0px 15px;
        }

            .inner_box ul li span {
                float: right;
                color: #024b00;
                font-size: 15px;
            }

            .inner_box ul li strong {
                min-width: 163px;
                display: inline-block;
                color: #024b00;
            }

.plus-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: bold;
    font-size: 22px;
}

.collapsible {
    cursor: pointer;
}

.content {
    display: none;
    overflow: hidden;
}
.indexing {
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding: 20px;
}

.page_heading {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0px;
    color: #008700;
    border-bottom: 2px solid #008700;
}

.panel-faq {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: #fff;
}


.panel-body {
    padding: 15px 30px;
}

.events-container {
    max-width: 100%;
}

.event-section {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.event-title {
    color: #008000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.event-description {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}

.view-more-btn {
    background-color: #008000;
    color: white;
    border: none;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    float: right;
}

    .view-more-btn:hover {
        color: #EFF66A;
    }
.event-header {
    background-color: #6ca53b;
    color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.event-summary {
    padding: 15px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.event-detail {
    padding: 0 15px 15px 15px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.event-photo {
    width: 41%;
    display: inline-block;
    float: left;
    border: 1px solid #6ca53b;
    padding: 5px;
    margin: 10px 10px 10px 0px;
}

.back-btn {
    background-color: #008000;
    color: white;
    border: none;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
}
.view-all {
    padding: 8px 20px;
    font-size: 14px;
    background-color: #1A3100;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .view-all:hover {
        background-color: #5c9e42;
    }
.registration-container {
    max-width: 100%;
}

.form-row {
    display: flex;
    margin-bottom: 12px;
}


.feedback {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.contact_box {
    border: 1px solid #6ca53b;
    padding: 3px;
    margin-bottom: 20px;
}

.inner_heading {
    background-color: #6ca53b;
    color: white;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
}

.inner_box {
    padding: 15px;
}

    .inner_box p {
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 1.5;
        color: #333;
    }

    .inner_box strong {
        font-weight: bold;
    }

    .inner_box a {
        color: #337ab7;
        text-decoration: none;
    }

        .inner_box a:hover {
            text-decoration: underline;
        }
.thank-you-message {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

.thank-you-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.query_form h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.btn-submit {
    background-color: #008000;
    color: white;
    border: none;
    padding: 8px 20px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.recaptcha-container {
    text-align: right;
}

.g-recaptcha {
    display: inline-block;
    margin-bottom: 15px;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
textarea {
    height: 80px;
    resize: vertical;
}

.message {
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 4px;
    text-align: center;
}

.success {
    background-color: #28a745;
    color: white;
}

.error {
    background-color: #dc3545;
    color: white;
}
.inner_box ul.paper-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .inner_box ul.paper-details li {
        display: flex;
        justify-content: space-between;
        padding: 4px 0;
        border-bottom: 1px dashed #ccc;
    }

        .inner_box ul.paper-details li span {
            text-align: right;
            min-width: 200px;
            display: inline-block;
        }

.visitor-counter {
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    letter-spacing: 2px;
}

.count-number {
    background: linear-gradient(45deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 28px;
    text-shadow: none;
    animation: glow 2s ease-in-out infinite alternate;
}