@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');
/** font-family: "Tiro Devanagari Hindi", serif; **/
body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
     font-family: "Inter", sans-serif;
}
::-webkit-scrollbar {
    width: 6px
}
::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
   font-family: "Inter", sans-serif;
}

p {
     font-family: "Inter", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/
.top-right {
    display: flex;
    align-items: center;
        justify-content: end;
}
.top-emg-no ul li{ display:inline; margin-right:15px;}
.top-emg-no ul li a{ font-size:16px; font-weight:600;}

.top-emg-no i{
color: #ff9200;
}

.top-location {
position:relative; margin-right:15px;
}
.topsearch{ width:100%;  border:1px solid #eee;padding:6px 15px; outline:none;border-radius: 5px; }
.searchbutton{ position:absolute; top:0px; right:0px;outline:none;border:none; background:#eee; color:#999999; padding:8px; font-size:14px;border-radius:0px 5px 5px 0px;}

.top-location p {
    margin: 0px;
}
.book-top a{
    color: #fff;
padding: 8px 18px 10px;
border-radius: 5px;
background-color: #ff9200;
transition: 0.6s linear;
font-weight:600;
}
.topsocial{ border:1px solid #ccc; width:40px; height:40px; font-size:20px!important;padding: 4px 9px; border-radius:100px;display: inline-block !important; color:#000000;}
.book-top a:hover{
background-color: #03352c;

}



/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content:center;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
	border-top: 1px solid #16443c;
}

.headerf-0flex li a:hover {
    color: #dcdfe0;
}

.header {
    display: flex;
    align-items: center;

}
header {
    background-color: #03352c;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
   background-color: #03352c;
}

.dropdoqwn li a:hover {
    background-color: #ff9200;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;

}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}
.logo img{ width:200px;}



.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #03352c;
    padding: 0px 100px;
}

.darkHeader .logo img {
    width: 150px;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    padding-bottom: 5px;
}


.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom {
    margin-top: -42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff !important;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;

}

.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}

.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 0px 0px 6px 6px;
}

.contact-index a {
    background-color: #87ecf6;
    padding: 8px 22px 10px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 40px;
}

.contact-index a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;

}


/** FAQ **/
.indexfaq{ padding:50px 0px;}
.indexfaqleft strong{ color:#00bcf1; font-size:18px;}
.indexfaqleft h5{ font-size:50px; padding:0px 0px 20px 0px;}
.indexfaqbox{background:#03352c; border-radius:10px; padding:15px 15px 20px; color:#fff;}
.indexfaqbox i{margin-top: -6px; font-size:56px;float: left; margin-right:15px;}
.indexfaqright h6 {
    font-weight: 300;
    font-size: 46px;
    padding: 20px 0px;
    color: #03352c;
}
.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
	border:none;
}
.accordion-button{ padding:1rem 0rem; font-weight:600;}
.accordion-button:not(.collapsed) {
    color: #03352c;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
/** Footer **/
footer{ background:#03352c; padding:50px 0px; color:#fff;}
.footerlinks h5{ color:var(--orange); font-size:34px; font-weight:800; padding-bottom:30px;}
.footerlinks ul li{ display:inline;}
.footerlinks ul li a{ background:#eaf1f4; padding:10px 15px; border-radius:5px; color:#000; font-size:24px;}
.footerlinks1 strong{ font-size:24px;}
.footerlinks1 span{ height:4px; width:60px;border-radius:5px; display:block; background:var(--orange); margin-bottom:16px;}
.footerlinks1 i{ font-size:20px; width:30px; margin-right:10px;}
.footerlinks1 ul li{ margin-bottom:5px; color:#fff;}
.footerlinks1 ul li a{color:#fff;}
.footerlinks1 ul li a:hover{ color:#00bcf1;}
.footerbottombg{ background:#08463b; text-align:center; padding:15px 0px; color:#7b918d; font-size:14px;}
.footerbottombg a{color:#7b918d;}
.footerbottombg a:hover{color:#fff;}
.footerbottombg img{ width:20px;}
.footermake{ border:1px solid #fff; padding:8px 18px; display:table; color:#fff; border-radius:30px; font-size:14px;}
.footermake:hover{ background:#00bcf1; color:#fff;}
.footerbox{ background:#08463b;  border-radius:10px; margin-bottom:15px; padding:20px 30px;}
.footerbox strong{ font-size:20px; font-weight:500;}
.footerbox i{ font-size:26px; margin-right:10px;}
.footerlinks1 span {
    height: 4px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background:#ff9c00;
    margin-bottom: 16px;
}
.dottext{ border-radius:25px; padding:4px 15px; font-size:14px; background:#fff; color:#03352c; border:1px solid #ccc; display:table; margin-bottom:20px; position:relative;}
.dottext span{ width:10px; height:10px; display:inline-flex;margin-right: 5px; background:#ff9200;border-radius:100px; }
.dottext1{ border-radius:25px; padding:4px 15px; font-size:14px; background:#fff; color:#03352c; border:1px solid #ccc; display:table; sposition:relative;width: auto;margin: 0 auto;}
.dottext1 span{ width:10px; height:10px; display:inline-flex;margin-right: 5px; background:#ff9200;border-radius:100px; }

.indaboutbg{ background:#f9f9f9; padding:60px 0px;}
.indaboutright{ padding:0px 0px 0px 20px;}
.indaboutright h1{ color:#03352c; font-weight:300; font-size:46px; padding-bottom:20px;}
.indaboutop{ margin-top:20px; margin-bottom:10px;}
.ngo-feature {
    display: flex;
    align-items: center;
    gap: 15px; 
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.bg-yellow { background-color: #fdd05a; color: #002d20; }

.feature-text {
    font-weight: 700;
    font-size: 1.2rem;
    color: #002d20;
    line-height: 1.2;
}
.indaboutlink{ background:#ff9c00; padding:8px 25px; display:table; color:#fff; border-radius:25px; font-size:16px;}
.indaboutlink:hover{ background:#03352c; color:#fff;}

.indworkbg{ background:#03352c; padding:60px 0px; color:#fff; text-align:center;}
.indworkbg h2{font-weight:300; font-size:46px; padding:20px 0px;}
.ourworkbox{ background:#fff;border-radius:10px; text-align:left; margin-top:20px;}
.ourworkbox img{border-radius:10px 10px 0px 0px; width:100%; height:200px; object-fit:cover;}
.ourworktext{ padding:15px 20px; color:#333333; font-size:14px;}
.ourworktext p{ margin:0px; padding:0px;}
.ourworktext h3{ font-size:20px; padding-bottom:10px;}
.ourworklink{border-radius:0px 0px 9px 9px; color:#fff; display:block;background:#ff9c00; padding:8px 25px; text-align:center;}
.ourworklink:hover{ background:#1d4a42; color:#fff;}
.indownerbg{ background:#f9f9f9; padding:60px 0px; color:#333333;}
.indownerbg h4{font-weight:300; font-size:46px; padding:20px 0px; color:#03352c;}
.indownerbg h5{font-weight:300; font-size:26px; line-height:36px; padding-bottom:20px; color:#03352c;}
.indownertext{ background:#ff9c00; margin-top:30px; padding:20px 25px; color:#fff; line-height:30px;border-radius:10px;}

.volunteerbg{ background:#03352c; padding:60px 0px; color:#fff;}
.volunteerbg h6{font-weight:300; font-size:46px; padding:20px 0px;}
.volunteercount{ font-size:20px;}
.volunteercount strong{ font-size:50px; font-weight:700;}
.volunteerfrom{ background:#fff; border-radius:10px; padding:30px; color:#000000;}
.volunteerfrom p{ margin:0px;}
.volunteerfrom small{ color:#666666; font-size:13px;}
.volninput{ background:#fff; border:1px solid #CCCCCC;border-radius:5px; padding:8px 10px; font-size:14px; margin-top:12px; width:100%; outline:none;}
.volnbutton{ background:#ff9c00; color:#fff;border-radius:5px; padding:8px 10px;font-size:14px; margin-top:12px; width:100%; outline:none; border:none;}
.bredcrumb{ font-size:20px; position:relative; width:100%; color:#ff9200;}
.bredcrumb img{ width:100%; height:400px; object-fit:cover;}
.bredcrumbtext{ position:absolute; top:110px;width: 100%; text-align:center; font-family: "Tiro Devanagari Hindi", serif;}
.bredcrumbtext h1{ font-size:60px;color:#fff;}

.contactuspage{ font-size:20px;}
.contactuspage p{ margin-bottom:20px;}
.contactuspage i{ font-size:30px; color:#ff9c00;}
.contactuspage strong{ color:#03352c;}
.contsocial {
    width: 50px;
    height: 50px;
    
    padding: 4px 12px;
    border-radius: 100px;
    display: inline-block !important;
    color: #000000;
	float: left;
    margin-right: 20px;
	background:#03352c;
}
.contsocial:hover{ background:#ff9c00; color:#fff;}
.contsocial i{ color:#fff;font-size:26px !important;}
    .member-card { border: 1px solid #eee; padding: 15px; text-align: center; border-radius: 10px; background: #fff; transition: 0.3s; margin-bottom: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
    .member-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(0,0,0,0.1); border-color: #03352c; }
    .member-img { width: 100%; height: 220px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; border: 1px solid #f0f0f0; }
    .member-name { font-size: 18px; font-weight: 700; color: #333; text-transform: uppercase; margin-bottom: 5px; line-height: 1.2; }
    .member-id { font-size: 14px; color: #03352c; font-weight: 600; background: #e8f5f3; display: inline-block; padding: 2px 12px; border-radius: 20px; }
    .pagination .page-link { color: #03352c; border-radius: 5px; margin: 0 3px; }
    .pagination .page-item.active .page-link { background-color: #03352c; border-color: #03352c; }

 .vol-section { padding: 60px 0; background: #f9f9f9; }
    .vol-card { 
        background: #fff; 
        border: 1px solid #eee; 
        border-radius: 8px; 
        margin-bottom: 30px; 
        transition: 0.3s; 
        padding: 25px; 
        text-align: center;
    }
    .vol-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); transform: translateY(-5px); }
    
    .vol-img-wrap { 
        width: 120px; height: 120px; 
        margin: 0 auto 15px; 
        border-radius: 50%; 
        border: 3px solid #03352c; 
        overflow: hidden; 
    }
    .vol-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
    
    .vol-name { font-size: 18px; font-weight: 700; color: #333; text-transform: uppercase; margin-bottom: 5px; }
    .vol-id { font-size: 13px; color: #03352c; font-weight: 600; background: #e8f5f3; padding: 2px 10px; border-radius: 20px; }
    
    .vol-info-list { margin-top: 15px; text-align: left; border-top: 1px solid #f1f1f1; padding-top: 10px; }
    .vol-info-list p { margin-bottom: 5px; font-size: 13px; color: #666; }
    .vol-info-list i { color: #03352c; margin-right: 5px; }
    
    .blood-tag { color: #ff9200; font-weight: bold; }
  .details-section { padding: 60px 0; background: #fdfdfd; }
        
        /* Left Sidebar Styling */
        .sidebar-card { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 20px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        .sidebar-title { font-size: 20px; font-weight: 700; color: #03352c; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #03352c; }
        
        .product-links { list-style: none; padding: 0; margin: 0; }
        .product-links li { border-bottom: 1px dashed #ddd; }
        .product-links li a { display: block; padding: 10px 0; color: #555; text-decoration: none; transition: 0.3s; font-size: 14px; }
        .product-links li a:hover { color: #ff9200; padding-left: 5px; }
        
        .contact-info-box p { font-size: 14px; margin-bottom: 15px; line-height: 1.6; }
        .contact-info-box i { color: #ff9200; font-size: 18px; margin-right: 10px; }

        /* Right Content Styling */
        .product-main-card { background: #fff; border-radius: 10px; overflow: hidden; }
        .product-img-box { border-radius: 10px; overflow: hidden; margin-bottom: 25px; border: 1px solid #f1f1f1; }
        .product-img-box img { width: 100%; height: auto; transition: 0.5s; }
        .product-content h2 { font-size: 28px; font-weight: 800; color: #333; margin-bottom: 15px; }
        .product-desc { color: #666; line-height: 1.8; font-size: 16px; text-align: justify; }
        
        .btn-catalogue { display: inline-block; background: #03352c; color: #fff; padding: 10px 25px; border-radius: 5px; text-decoration: none; margin-top: 20px; font-weight: 600; }
        .btn-catalogue:hover { background: #ff9200; color: #fff; }

.gallery-section { padding: 60px 0; background: #fdfdfd; }
        .gallery-group { margin-bottom: 50px; }
        .gallery-title { 
            position: relative; padding-left: 20px; margin-bottom: 30px; 
            font-weight: 700; color: #03352c; font-size:24px;
        }
        .gallery-title::before { 
            content: ''; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: #ff9200; 
        }
        
        /* Modern Gallery Item Design */
        .gal-item { 
            position: relative; margin-bottom: 30px; overflow: hidden; 
            border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            background: #fff;
        }
        .gal-item img { 
            width: 100%; height: 180px; object-fit: cover; 
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }
        
        /* Zoom Icon on Hover */
        .gal-item::after {
            content: '\F64D'; font-family: "bootstrap-icons"; position: absolute;
            top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0);
            background: rgba(227, 6, 19, 0.8); color: #fff; width: 50px; height: 50px;
            display: flex; align-items: center; justify-content: center;
            border-radius: 50%; transition: 0.3s; opacity: 0; z-index: 2;
        }
        .gal-item:hover::after { transform: translate(-50%, -50%) scale(1); opacity: 1; }
        .gal-item:hover img { transform: scale(1.1); filter: brightness(80%); }


