/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Silicon Techlab Pvt. Ltd.
Author URI: https://www.silicontechlab.com/
Description: National Animal Resource Facility for Biomedical Research
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*CSS*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(122, 153, 217)),
            color-stop(0.72, rgb(73, 125, 189)),
            color-stop(0.86, rgb(28, 58, 148)));
}

.container-fluid {
    width: 94%;
    max-width: 100%;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table tr th {
    background: #81474e !important;
    color: #fff;
    border: 1px solid #ffffff;
}

.single-publication {
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px #adadad;
    padding: 5px;
}

a {
    text-decoration: none;
    color: #000;
}

.entry_main section,
.vision-sec,
.bg-diffrent,
.leader-sec,
.media-sec,
.team-sec,
.screen-read-sec {
    float: left;
    width: 100%;
}

.entry_main,
.emp-corner,
.media-sec,
.bg-diffrent,
.vision-sec,
.leader-sec,
.gallery,
.about-sec,
.screen-read-sec {
    padding: 60px 0px;
}


.breadcrumb-banner .about-h3,
.breadcrumb-banner .tender-h3 {
    color: #fff;
    font-size: 30px;
}

.breadcrumb-banner figure {
    margin: 0;
}

.breadcrumb-banner {
    position: relative;
    height: 126px;
}

.breadcrumb-banner:before {
    content: '';
    position: absolute;
    background-color: #0e0400c7;
    opacity: 1;
    z-index: 10;
    color: #fff;
    width: 100%;
    height: 100%;
}

.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    color: #fff;
    z-index: 11;
    text-align: center;
    width: max-content;
    left: 0;
    right: 0;
}

.dir-span a {
    color: #f15a29;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
}

.ev-p a {
    color: #fff;
}

.entry_main .about-h3 {
    font-size: 40px;
}

.entry_main h3,
.entry_main h2,
.entry_main h1,
.entry_main h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #102e4e;
    font-weight: 700;
}

.entry_main p {
    margin-bottom: 20px;
    color: #484848;
    text-align: justify;
}

.entry_main ul {
    margin-bottom: 20px;
}

.entry_main li {
    list-style-type: none;
    margin: 5px 0px;
    padding-left: 20px;
    position: relative;
}

.entry_main li::before {
    content: '\f058';
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
    color: #2ecc71;
    top: 6px;
}

.news-sec figure {
    width: 100%;
    height: 200px;
}

.training_img img {
    width: 100%;
    height: 100%;
}

.training_img {
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 1px 1px 6px #adadad;
    transition: all 3s;
}

.left-image figure {
    position: relative;
    padding: 5%;
    height: auto;
    margin: 0;
}

.left-image img {
    width: 90%;
    height: auto;
    position: relative;
}

.left-image img.ab-2.img-fluid {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 88%;
    z-index: -1;
    animation: rotateEffect 20s linear infinite;
    height: auto;
    padding: 3%;
}

/* Rotation animation */
@keyframes rotateEffect {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.glance-c figure {
    width: 100%;
    height: 180px;
}

.gall-sec figure {
    width: 100%;
    height: 250px;
}

figure img {
    object-fit: cover;
}

.card.eve-card:hover p a {
    color: white;
}

.card.gall-card:hover p a {
    color: white;
}

.news-container {
    width: 100%;
    height: 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    position: relative;
}

.news-controls {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

.news-controls button {
    padding: 8px 7px;
    font-size: 14px;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
    background: none;
}

.news-container .news-item a {
    color: #fff;
    font-size: 16px;
    margin-right: 50px;
}

.news-container .news-item a:hover {
    color: #f15a29;
}

/* Active button styling */
.news-controls button.active {
    transform: scale(1.05);
}

/* Modal styles External Link */

#linkModal.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#linkModal .modal-content {
    background: #fff;
    padding: 20px;
    max-width: 650px;
    margin: 15% auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    animation: fadeIn 0.5s;
    border: none;
}

#linkModal .modal-content h5 {
    font-size: 20px;
    color: #F15A29;
    margin-bottom: 20px;
}

#linkModal .btn-dd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#linkModal a.exte {
    width: 150px;
    padding: 15px 30px;
    font-size: 18px;
    margin: 10px;
    gap: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

#linkModal .btn-yes {
    background: #333;
    color: #fff;
}

#linkModal .btn-yes:hover {
    background: #28a745;
}

#linkModal .btn-no {
    background: #ddd;
}

#linkModal .btn-no:hover {
    background: #dc3545;
    color: #fff;
}

/* Modal styles External Link */

.news-p {
    margin: 30px 0px 0px 0px;
    font-size: 16px;
    color: black;
    height: 70px;
    overflow: hidden;
}

.card-body.text-center.card {
    margin: 0px 10px;
    padding: 10px 10px;
}

img.new-img {
    border-radius: 5px;
}

.social-card.newws {
    border: 1px solid #cccccc94;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 5px #0000002b;
    margin-bottom: 20px;
    border-radius: 5px !important;
}

.social-card.newws figure {
    height: 200px;
}

.social-card.newws:hover {
    background: linear-gradient(135deg, #33669B, #23376D, #F15A29, #23376D, #33669B);
    background-size: 400% 400%;
    animation: gradientAnimation 5s ease forwards;
    /* transform: scale(1.05); */
}

.social-card.newws:hover .card-badge-text,
.social-card.newws:hover .news-p a {
    color: #fff;
}


.year-ber .form-select {
    width: 100% !important;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #6e6e6e;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0px;
}

span.page-numbers.current {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 12px;
    border: 1px solid #e7e7e7;
    background: #f15929;
    margin: 0;
}

a.page-numbers {
    color: #686868;
    text-decoration: none;
    padding: 5px 12px;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin: 0;
}

.nf-before-form-content {
    display: none !important;
}

.label-above .nf-field-label {
    margin-bottom: 5px !important;
}

.nf-field {
    color: #424242 !important;
    font-weight: 200 !important;
    font-family: 'Raleway';
    font-size: 14px;
}

.nf-field-element input,
.nf-field-element select {
    height: 45px !important;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.nf-field-element textarea {
    height: 140px !important;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 15px !important;
}

input#nf-field-4 {
    background: #3667fd;
    color: #fff;
    padding: 10px 60px;
    height: auto !important;
}

.data-text ul {
    padding: 0px;
}

.data-text li {
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 35px;
    text-align: justify;
}

.data-text li::after {
    content: "";
    background-image: url('../icmr/assets/images/team/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.data-text h4 {
    margin-bottom: 20px;
}

.pro-title-first {
    color: #1b75bc;
    font-weight: 500;
}

.profile-title {
    float: left;
    width: 100%;
}

.pro-title-first {
    color: #e6582d;
    font-weight: 500;
    width: 130px;
    float: left;
    font-size: 18px;
}

.profile-data b,
.profile-data strong {
    font-weight: bolder;
    color: #222222;
}

.profile-data h5,
.profile-data h6,
.profile-data h4,
.profile-data h3 {
    color: #e55c33;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.details-card p,
.details-card li {
    color: gray;
    line-height: 24px;
    text-align: justify;
}

.details-card li {
    padding-left: 30px;
    padding-bottom: 15px;
    list-style: none;
    position: relative;
    text-align: justify;
    line-height: 22px;
}

.details-card li::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0;
    background-image: url('../icmr/assets/images/team/checklist.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.details-card:hover {
    box-shadow: 0 0 12px #7e7d7cd7;
    transition: all 0.5s;
}

.details-card:hover .card-head {
    background-color: #33669b;
    color: white;
    transition: all 0.5s;
}

.search-bar {
    margin-bottom: 50px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
}

.profile-title {
    font-size: 16px !important;
}

.in-ul {
    padding-left: 0px !important;
    position: relative;
}

.in-ul li {
    display: inline;
    text-align: justify;
    margin-right: 24px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.in-ul li:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -15px;
    width: 1px;
    height: 20px;
    background: #adadad;
}

.in-ul li:last-child:after {
    display: none;
}

ul.copy-ul {
    text-align: right;
    padding: 0px;
    margin: 0px;
}

/* -------------------------------- menu css Start---------------------------------- */


.dropdown-menu.main-drop-menu a.nav-link {
    color: #212529 !important;
    font-weight: 400 !important;
    padding: 8px 20px;
    margin: 0;
    border-bottom: 1px solid #d6d2d2cc;
}

.dropdown-menu.main-drop-menu a.nav-link:hover {
    background-color: #f15929;
    color: white !important;
}

.dropdown-menu.main-drop-menu a.nav-link:before {
    display: none;
}

.navbar.sticky ul.navbar-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
}

/* -------------------------------- menu css End---------------------------------- */

.old-wp {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

/* -------------------------------- preloader start---------------------------------- */
/* 
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0f172a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999999999999999;
    color: #fff;
}

.preloader img {
    width: 50%;
}

.loader-container {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring-bg {
    fill: transparent;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 4px;
}

.progress-ring-circle {
    fill: transparent;
    stroke: #38bdf8;
    stroke-width: 4px;
    stroke-dasharray: 565.48;
    /* 2 * PI * r * /
    stroke-dashoffset: 565.48;
    /* Initial state - fully empty * /
    transition: stroke 0.5s ease;
}

.loader-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loading-stage {
    position: relative;
    height: 30px;
    width: 100px;
    overflow: hidden;
}

.stage-current,
.stage-next {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.stage-current {
    transform: translateY(0);
}

.stage-next {
    transform: translateY(30px);
}

.percentage {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0.5rem;
}

.loader-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
} */

/* -------------------------------- preloader end---------------------------------- */

.counter-box {
    text-align: center;
    background: white;
    padding: 30px 50px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.number {
    font-size: 48px;
    color: #00796b;
}

.breadcrumb-banner figure {
    height: 100%;
}

li.breadcrumb-item.active {
    color: #FFA97E;
}

li.breadcrumb-item {
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 35px;
}

/******************************* Popup Styles *************************************/
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popup .popup-content {
    background-color: white;
    padding: 20px;
    text-align: center;
    max-width: 700px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 500px;
    max-height: 100%;
    border: 10px solid #a1a1a1;
    border-radius: 5px;
}

#popup img {
    max-width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 5px;
}

#popup a {
    text-decoration: none;
}

#popup .pop_title {
    font-size: 18px;
    color: #f15929;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f15929;
    margin-bottom: 15px;
}

#popup .close-btn {
    position: absolute;
    top: -2px;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
    color: #ff640a;
}

#popup .close-btn:hover {
    color: #000;
}

/******************************* End Popup Styles *************************************/

.scientistss li.nav-item {
    font-size: 16px;
    margin: 0px 5px;
}

.scientistss .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #e6582d;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid #fd684091;
}

.scientistss .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(163deg, #2d396a, #e0572f);
    border: none;
    padding: 10px 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #fd684091;
}

.scientistss .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #2d396a;
    color: #2d396a;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
}

.scientistss .tab-content {
    display: block !important;
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    margin-top: -1px;
    line-height: 1.6;
    box-shadow: 0px 0px 8px 3px #9d9d9d8c;
    height: 350px;
    overflow-y: auto;
}

.scientistss p {
    color: gray;
    line-height: 24px;
    text-align: justify;
}

.profile-titlee {
    float: left;
}

h4.heading {
    padding: 10px 0px;
    color: #01457a;
}

.title-ul li,
.title-ul p {
    color: #1b75bc;
}

.single-publication-row {
    color: black;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 7px;
}

.pub-inner-row {
    display: flex;
}

.pub-title {
    flex: 5;
}

.single-publication-row .pub-title h3 {
    font-size: 20px;
}

.pub-year {
    text-align: center;
    flex: 1;
}

.pub-auth {
    flex: 1;
    margin-right: 10px;
    border-right: 1px solid #bbbbbb;
}

.pub-jn {
    margin-left: 10px;
    flex: 1;
}

.profile-row {
    padding: 0px 40px;
}




@media (min-width: 300px) and (max-width: 950px) {

    .breadcrumb-banner figure {
        height: 100px;
    }

    .breadcrumb-banner figure .img-fluid {
        max-width: 100%;
        height: 100%;
    }

    .breadcrumb-banner .about-h3,
    .breadcrumb-banner .tender-h3 {
        font-size: 20px;
    }

    .breadcrumb-banner .content {
        font-size: 14px;
    }

    .glance {
        padding-bottom: 0px;
    }

    .preloader {
        flex-direction: column;
    }

    .preloader img {
        width: 80%;
    }

}

@media (min-width: 300px) and (max-width: 550px) {
    .news-container {
        height: 20px;
    }

    .news-container .news-item a {
        font-size: 14px;
    }

    .news-controls {
        gap: 0px;
    }

    .news-controls button {
        padding: 0px 7px;
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 990px) {
    .addr-p {
        margin-left: 10px;
        font-size: 14px;
    }

    .dir-con {
        text-align: left;
    }

}

@media (min-width: 300px) and (max-width: 1066px) {
    .ev-p a {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1066px) {

    li.nav-item {
        font-size: 12px !important;
    }
}

@media (min-width: 1066px) and (max-width: 1466px) {

    .news-container .news-item a {
        font-size: 14px;
    }

    p.dir2-p.aos-init.aos-animate {
        letter-spacing: 0.8px;
        font-size: 14px;
    }

    .ev-p a {
        font-size: 20px;
    }

    .navbar p {
        margin: 0;
    }

    .news-p {
        height: 60px;
        font-size: 14px;
        ;
    }

    .nav-item-row h6 {
        font-size: 16px !important;
/*         margin-bottom: 5px; */
        line-height: 22px;
    }

    .copy-ul li {
        margin-right: 15px !important;
    }

    .organization {
        width: 130px !important;
    }

    /* -------------------------------- menu css Start---------------------------------- */
    li.nav-item {
        font-size: 13px !important;
    }

    .navbar-nav .nav-item .nav-link:before {
        top: 33px !important;
    }

    .in-ul li {
        margin-right: 30px;
        font-size: 14px;
    }

    /* -------------------------------- menu css End---------------------------------- */
	
	

}

/* NIPCR-QUICK_ASSIT and NIPCR-Sathi page CSS */

/* New Css */
/*  Code of NIPCR-Quick Assist*/
.qa-hero {
    display: flex;
    align-items: center;
    justify-content: center;

    /* BLUE GRADIENT BACKGROUND */
   background: url("https://nipcr.icmr.gov.in/wp-content/uploads/2026/05/NIPCR-Quick-Assist_bg-1.png") !important;
    background-size: cover;

    padding: 30px 80px;
/*     min-height: 380px; */
}

/* LEFT TEXT */
.qa-content {
    max-width: 550px;
    color: #fff;
}

.qa-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.qa-highlight {
    color: #f4a261;
}

.qa-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #dbe6f1;
}

.qa-btn {
    display: inline-block;
    margin-top: 15px;
    background: #f4a261;
    color: #000;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

/* RIGHT IMAGE */
.qa-hero-img img {
    width: 420px;
    max-width: 100%;
}

/* RESPONSIVE */
@media(max-width:768px){
    .qa-hero {
        flex-direction: column;
        text-align: center;
    }

    .qa-hero-img img {
        margin-top: 20px;
        width: 80%;
    }
}

.qa-hero {
    display: flex;
    align-items: center;
    justify-content: center;
/*     padding: 60px 80px; */
/*     min-height: 380px; */

    /* MATCHING BLUE BACKGROUND */
    background: linear-gradient(135deg, #0b3c6d 0%, #1f5fa8 60%, #2d73b9 100%);
}

/* LEFT CONTENT */
.qa-content {
    max-width: 550px;
    color: #fff;
}

.qa-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.qa-highlight {
    color: #f4a261;
}

.qa-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #dbe6f1;
}

/* BUTTON */
.qa-btn {
    display: inline-block;
    margin-top: 15px;
    background: #f4a261;
    color: #000;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

/* RIGHT IMAGE */
.qa-image img {
    width: 420px;
    max-width: 100%;
}

/* RESPONSIVE */
@media(max-width:768px){
    .qa-hero {
        flex-direction: column;
        text-align: center;
    }

    .qa-image img {
        margin-top: 20px;
        width: 80%;
    }
}

/* IMAGE CONTAINER */
.qa-image {
    position: relative;
}

/* IMAGE */
.qa-image img {
    width: 100%;
	height: 100%;
}

/* 🔥 NEW BUTTON (ON IMAGE TOP) */
.qa-new-badge {
    position: absolute;
    top: 10px;
    right: 10px;

    background: red;
    color: #fff;
    font-size: 12px;
    font-weight: bold;

    padding: 6px 12px;
    border-radius: 20px;

    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}

/* OPTIONAL HOVER EFFECT */
.qa-new-badge:hover {
    background: #e60000;
}

span.qa-highlight {
    FONT-SIZE: 50px;
}
span.white {
    color: white;
}
span.q-highlight-desc {
    color: white;
    font-size: 30px;
}
p.qa-desc {
    color: antiquewhite;
    font-size: 16px;
}
.qa-item {
    display: flex;
gap:10px;
}
h2.qa-section-title {
    font-size: 30px;
}
span.item-desc {
    font-size: 20px;
    font-weight: 700;
/*     font-style: italic; */
 margin-right:10px;
}




/*  */
/* MAIN SECTION */
.qa-how {
    background: #003366;
    color: #ffffff;
    padding: 20px 80px;
    text-align: center;
}

/* HEADING */
.qa-how_1 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
margin-left: -27px;
}

/* STEPS CONTAINER */
.qa-steps {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* EACH STEP */
.qa-step {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}

/* NUMBER CIRCLE */
.qa-num {
    width: 50px;
    height: 50px;
    background: #f4a261;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 18px;
    font-weight: bold;
}

/* STEP TITLE */
.qa-num_h {
    font-size: 18px;
    margin-bottom: 10px;
}

/* STEP TEXT */
.qa-num_p {
    font-size: 14px;
    line-height: 1.6;
    color: #dbe6f1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .qa-steps {
        flex-direction: column;
        align-items: center;
    }
}


/*  */
/* MAIN FOOTER */
.qa-footer {
    display: flex;
    position: relative;
    overflow: hidden;
}

/* LEFT SIDE */
.qa-footer-left {
    width: 55%;
    background: #f5f5f5;
    padding: 30px 60px;
}

.qa-footer-left h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.qa-footer-left p {
    font-size: 14px;
    color: #555;
}

/* RIGHT SIDE (DARK BLUE ANGLED) */
.qa-footer-right {
    width: 45%;
    background: #1e3f5a;
    color: #fff;
     padding: 20px;
    clip-path: polygon(15px 12px, 100% 0, 100% 100%, 0% 100%);
    border-radius: 70px 0 50px 0;
}

/* TEXT STYLES */
.qa-footer-right h4 {
    margin-bottom: 5px;
    font-size: 16px;
}

.qa-footer-right p {
    font-size: 13px;
    color: #dbe6f1;
}

/* SPACING BETWEEN BLOCKS */
.qa-contact {
    margin-bottom: 15px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .qa-footer {
        flex-direction: column;
    }

    .qa-footer-left,
    .qa-footer-right {
        width: 100%;
        clip-path: none;
    }
}


/* NIPCR-SAthi */

/* PAGE BG WITH CURVE FEEL */
.nipcr-page-bg {
    background: linear-gradient(to right, #ffffff 65%, #eaf3fb 100%);
    padding: 50px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

/* CURVED RIGHT SHAPE */
.nipcr-page-bg::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: #1e3f5a;
    border-radius: 50%;
    opacity: 0.08;
}

/* HEADER */
.nipcr-title h1 {
    font-size: 34px;
    font-weight: 800;
    color: #0b3c6d;
    letter-spacing: 1px;
}

.nipcr-subtitle-full {
    font-size: 22px;
    font-weight: 700;
    color: #1e3f5a;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

/* GREEN UNDERLINE WITH DOT */
.nipcr-subtitle-full::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #2bb673;
}

.nipcr-subtitle-full::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 8px;
    height: 8px;
    background: #2bb673;
    border-radius: 50%;
    transform: translateX(-50%);
}

/* STRIP */
.nipcr-strip {
    background: #1e3f5a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

/* PARAGRAPH */
.nipcr-strip-p_1 {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* GREEN HIGHLIGHT BAR */
.nipcr-highlight {
    background: #2bb673;
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* INFO BOX */
.nipcr-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #1e3f5a;
    color: #fff;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 25px;
}

/* ICON (REPLACES 🎧) */
.nipcr-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #1e3f5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* INITIATIVE LINE WITH SIDE LINES */
.nipcr-initiative-line {
    text-align: center;
    margin: 30px 0;
    font-size: 15px;
    position: relative;
}

.nipcr-initiative-line::before,
.nipcr-initiative-line::after {
    content: "";
    position: absolute;
        top: 50%;
    width: 23%;
    height: 2px;
    background: #1a990f;
}

.nipcr-initiative-line::before {
    left: 0;
}

.nipcr-initiative-line::after {
    right: 0;
}

/* FEATURES GRID */
.nipcr-features {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 25px;
}

/* FEATURE CARD */
.nipcr-feature {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

/* HOVER */
.nipcr-feature:hover {
    transform: translateY(-6px);
}

/* NUMBER CIRCLE */
.nipcr-number {
    width: 48px;
    height: 48px;
    background: #2bb673;
    color: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 12px;
}

/* TITLE */
.nipcr-feature h3 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #0b3c6d;
}

/* BUTTON */
.nipcr-btn {
    display: inline-block;
/*     margin: 35px auto 0; */
       background: linear-gradient(to top, #23376D, #F15A29);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

/* BUTTON HOVER */
.nipcr-btn:hover {
    background: #2bb673;
}

/* RESPONSIVE */
@media(max-width:768px){

    .nipcr-features {
        flex-direction: column;
    }

    .nipcr-page-bg::after {
        display: none;
    }

    .nipcr-initiative-line::before,
    .nipcr-initiative-line::after {
        width: 20%;
    }
}
.qa-how_1,
.qa-num_h,
.qa-num_p {
    color: #ffffff !important;
}
.qa-num_p{
	justify-content:center !important;
text-align:center !important;
}

/* Nipcrsathi card style */

/* CONTAINER */
.nipcr-features {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* CARD */
.nipcr-feature {
    flex: 1;
    min-width: 260px;
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 14px;
    text-align: center;

    /* shadow */
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);

    /* smooth animation */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* 🔥 HOVER EFFECT */
.nipcr-feature:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* TOP HOVER LINE EFFECT */
.nipcr-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #2bb673;
    transition: 0.3s ease;
}

.nipcr-feature:hover::before {
    width: 100%;
}

/* NUMBER CIRCLE */
.nipcr-number {
    width: 50px;
    height: 50px;
    background: #2bb673;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    font-size: 18px;

    transition: 0.3s;
}

/* NUMBER HOVER */
.nipcr-feature:hover .nipcr-number {
    background: #1e3f5a;
}

/* TITLE */
.nipcr-feature h3 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #0b3c6d;
}

/* TEXT */
.nipcr-feature p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
text-align:center;
}

/* RESPONSIVE */
@media(max-width:768px){
    .nipcr-features {
        flex-direction: column;
    }
}

/* quick-assist - footer-right */
.qa-footer-title {
    color: #ffffff !important;
    font-size: 16px;
    margin-bottom: 6px;
}

p.nipcr-initiative-line {
    text-align: center !important;
}
.nipcr-feature {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}


/* DEFAULT */
.qa-btn {
    display: inline-block;
       background: linear-gradient(to top, #23376D, #F15A29);

    color: #000;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;

    /* SHADOW */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);

    transition: all 0.3s ease;
}

/* HOVER */
.qa-btn:hover {
    background: #e68900;

    /* STRONGER SHADOW */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);

    transform: translateY(-3px);
}


/* DEFAULT */
.qa-num {
    width: 50px;
    height: 50px;
    background: #f4a261;
    color: #000;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: bold;

    /* SHADOW */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);

    transition: all 0.3s ease;
}
.qa-step:hover .qa-num {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px) scale(1.05);
}
.qa-section{
/* 	padding:0px 90px !important; */
    justify-content: center;
    /* padding: 0px 90px !important; */
    display: grid;
}
img.emoji {
height: 2em !important;

}
/* tr.user-pass2-wrap.hide-if-js{
    display:block !important;
} */
tr.pw-weak {
    display: block !important;
}

span.emoji-item {
    font-size: 35px !important;
    margin-top: -13px !important;
}


/* Arrow image added */
/* Container layout */
.qa-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Each step */
.qa-step {
    position: relative;
    text-align: center;
    flex: 1;
}

/* Remove any existing arrows */
.qa-step::after {
    content: none;
}

/* Add arrow ONLY after step 1 and step 2 */
.qa-step:nth-child(1)::after,
.qa-step:nth-child(2)::after {
    content: "➝";
    position: absolute;
    top: 27px;
    right: -20px;
    font-size: 55px;
    color: #f4a261;
}

/* Number alignment */
.qa-num {
    margin: 0 auto 10px;
}
.old-wp {
    display: flex;
    flex-direction: column !important;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}
}
.qa-link {
    color: inherit;
    text-decoration: none;
    font: inherit;
}

.qa-link:hover {
    text-decoration: underline;
}
a.qa-link {
       color: #f4a261;
    font-weight: 800;

}
.qa-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.qa-icon-img {
       flex-shrink: 0;
}

.qa-item p {
    margin: 0;
    line-height: 1.6;
}
.qa-icon-img {
    width: 50px;
    height: 50px;
}

   .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }


@media (max-width: 768px) {
    .qa-hero {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .qa-content {
        width: 100%;
    }

    .qa-image {
        width: 100%;
        margin-top: 20px;
    }

    .qa-image img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {

    .qa-steps {
        flex-direction: column;
        align-items: center;
    }

    .qa-step {
        position: relative;
        text-align: center;
        margin-bottom: 60px; /* space between steps */
    }

    /* Arrow BELOW each step */
    .qa-step:nth-child(1)::after,
    .qa-step:nth-child(2)::after {
        content: "↓";
        position: absolute;
        left: 51%;
        transform: translateX(-50%);
     top: 146px;
        font-size: 64px;
        color: #f4a261;
    }
}
h2.qa-how_1 {
    position: relative;
    right: -12px;
}


/* Code for supply for animal process */


/* =========================
   NARFBR Animal Supply Page
========================= */

.nap-page{
    font-family: Arial, sans-serif;
    background: #f8fbff;
}

/* HERO SECTION */
.nap-hero{
    background: linear-gradient(135deg,#0b3c6d 0%,#1f5fa8 60%,#2d73b9 100%);
    padding: 70px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.nap-hero::before,
.nap-hero::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background: rgba(255,255,255,0.06);
    border-radius:50%;
}

.nap-hero::before{
    top:-120px;
    left:-100px;
}

.nap-hero::after{
    bottom:-120px;
    right:-100px;
}




/* STEPS SECTION */
.nap-steps{
    max-width:1200px;
    margin:70px auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    padding:0 20px;
}

.nap-step{
    background:#fff;
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    position:relative;
    transition:0.4s ease;
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
    overflow:hidden;
}

.nap-step:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.nap-step::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#f4a261,#e76f51);
}

.nap-step-num{
    width:70px;
    height:70px;
    margin:0 auto 22px;
    border-radius:50%;
    background:linear-gradient(135deg,#f4a261,#e76f51);
    color:#fff;
    font-size:28px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(231,111,81,0.35);
}

.nap-step-title{
    font-size:22px;
    color:#0b3c6d;
    margin-bottom:15px;
    font-weight:700;
}

.nap-step-desc{
    font-size:16px;
    color:#555;
    line-height:1.7;
    text-align: center !important;
}

/* DOWNLOAD SECTION */
.nap-download{
/*     padding:70px 20px 90px; */
    text-align:center;
}

.nap-download-title{
    font-size:36px;
    color:#0b3c6d;
    margin-bottom:40px;
    font-weight:700;
}

.nap-download-buttons{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

/* BUTTON STYLE */
.nap-download-btn{
    display:inline-block;
    background:linear-gradient(135deg,#f4a261,#e76f51);
    color:#fff !important;
    padding:16px 34px;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
    text-decoration:none !important;
    transition:all 0.35s ease;
    box-shadow:0 10px 25px rgba(231,111,81,0.35);
    position:relative;
    overflow:hidden;
}

.nap-download-btn:hover{
    transform:translateY(-4px);
    color:#fff !important;
    box-shadow:0 14px 30px rgba(231,111,81,0.5);
}

.nap-download-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.2);
    transform:skewX(-25deg);
    transition:0.5s;
}

.nap-download-btn:hover::before{
    left:120%;
}

/* RESPONSIVE */
@media(max-width:991px){

    .nap-steps{
        grid-template-columns:repeat(2,1fr);
    }

    .nap-title{
        font-size:34px;
    }
}

@media(max-width:767px){

    .nap-hero{
        padding:55px 20px;
    }

    .nap-title{
        font-size:28px;
        line-height:1.4;
    }

    .nap-desc{
        font-size:16px;
        line-height:1.7;
    }

    .nap-steps{
        grid-template-columns:1fr;
        gap:22px;
        margin:50px auto;
    }

    .nap-step{
        padding:30px 20px;
    }

    .nap-step-title{
        font-size:20px;
    }

    .nap-download-title{
        font-size:28px;
    }

    .nap-download-btn{
        width:100%;
        max-width:320px;
    }
}
.nap-desc {
    max-width: 700px !important;
    margin: auto !important;
    font-size: 16px !important;
    color: white !important;
    text-align: center !important;
}
.nap-title {
    font-size: 36px !important;
    margin-bottom: 15px !important;
	color: wheat !important;
}
/* STEP ARROWS */
/* STEP ARROWS */

.nap-step{
    position: relative;
    overflow: visible !important;
}

/* Show arrows except 3rd and 6th */
.nap-step:not(:nth-child(3)):not(:nth-child(6))::after{
    content: "➜";
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    font-size: 50px;
    color: #f4a261;
    font-weight: bold;
    z-index: 999;
    line-height: 1;
}

/* Tablet & Mobile */
@media(max-width:991px){

    .nap-step:not(:nth-child(6))::after{
        content: "↓";
        position: absolute;
        left: 50%;
        right: auto;
        top: auto;
        bottom: -42px;
        transform: translateX(-50%);
        font-size: 46px;
        color: #f4a261;
        z-index: 999;
    }

    /* Remove 3rd and 6th arrows */
    .nap-step:nth-child(3)::after,
    .nap-step:nth-child(6)::after{
        content: none;
    }
}
/* NUMBER HOVER EFFECT */

.nap-step-num{
    transition: all 0.4s ease;
}

/* Hover effect on card hover */
.nap-step:hover .nap-step-num{
    transform: scale(1.12) rotate(8deg);
    box-shadow: 0 14px 30px rgba(231,111,81,0.45);
}
/* RESPONSIVE DOWNWARD ARROWS */

@media (max-width: 991px) {

    .nap-steps{
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .nap-step{
        position: relative;
    }

    /* Down arrow */
    .nap-step:not(:last-child)::after{
        content: "↓" !important;
        position: absolute !important;
        left: 50% !important;
top:98% !important;
        bottom: -45px !important;
        transform: translateX(-50%) !important;
               color: #f4a261 !important;
        font-weight: bold !important;
        line-height: 1 !important ;
        z-index: 99 !important;
    }

    /* Remove arrow after 3rd and 6th */
    
    .nap-step:nth-child(6)::after{
        content: none !important;
    }
}
/* Code for supply animals page ended here */



