/*** Style for the praful patel's intro boxes ***/
.section-padding.vertical-tab-design.introduction_section_part {
    /* background-color: #033a7d; */
    background-image: url("/assets/site/img/introduction/intro_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.intro_section {
    /* background-color: #54d1ff; */
    color: #fff;
    padding: 0px 10px;
    height: 100%;
}
.intro_section .col-md-4,
.intro_section .col-md-8 {
    flex: 0 0 auto;
    /* max-width: none; */
}
.grid_padding {
    padding: 0 5px;
}
.intro_section img {
    /* max-width: 270px; */
    /* max-width: 100%;
    height: auto; */
    width: auto;
    max-height: 180px;
    margin: 10px 0;
    border-radius: 5px;
}
.introbox {
    /* background-color: #54d1ff; */
    color: #fff;
    border: none;
    padding: 10px;
    /* margin: 10px 0; */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.introbox_title {
    font-size: 17px;
}
.praful_patel_box {
    padding: 10px;
}
.intro_small_text_first {
    font-size: 11px;
    line-height: 1.2;
}
.intro_small_text {
    font-size: 10px;
    line-height: 1.2;
}
.introbox_imgbox {
    flex: 0 0 auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.introbox_img {
    /* height: 150px; */
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.introbox_body {
    flex: 1 1 auto;
}
a.intro_read_more {
    /* color: #007c00; */
    color: #000;
    text-decoration: underline;
    font-size: 13px;
}
a.intro_read_more:hover {
    color: #007c00;
    /* color: #1000ff; */
}
a.introduction_class_read_more {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
a.introduction_class_read_more:hover {
    color: yellow;
}
@media screen and (max-width: 767px) {
    .intro_img {
        text-align: center;
    }
}
/*** Style ended for the praful patel's intro boxes ***/

/*** Style for the header ***/
.header-navigation ul.main-nav__navigation-box li.active::after {
    content: "";
    background-color: #54d1ff;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
/*** Style ended for the header ***/

/* style for language drop down in the header */
:focus-visible {
    outline: none;
}
.right-links select.languages {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    font-size: 10px;
}
.right-links form#lang-select-form {
    align-self: center;
}
.right-links select.languages option {
    background-color: #fff;
    color: #000;
}
/* style ended for language drop down in the header */

.readmore_redirect a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.readmore_redirect a:hover {
    color: green;
    /* color: #ffffff;
    background-color: #05017a;
    padding: 4px 12px;
    border-radius: 13px; */
}

.responsive-table {
    overflow: auto;
}

/*** Style for the footer ***/
.footer-QR img {
    height: 70px;
}
.site-footer__bottom .lst-up-wrap p,
.site-footer__bottom .copy-claim p {
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
    /* font-weight: 600; */
}
@media (max-width: 992px) {
    .container div.row div.col-lg-3.left-col,
    .container div.row div.col-lg-6.center-col,
    .container div.row div.col-lg-3.right-col {
        text-align: center;
        padding: 3px 0;
    }
    .site-footer__bottom .cert-icon-wrap {
        display: flex;
        justify-content: center;
        float: none !important;
    }
}
/*** Style end for the footer ***/

/*** Style for the media gallery boxes frontpage ***/
.nav-tabs {
    border-bottom: none;
}

.media_img_box {
    border: 1px solid #05017a;
    background-color: #05017a;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.media_img_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.media_img_box p {
    background: #05017a;
    color: #fff;
    padding: 8px 10px;
    margin: 0;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .media_img_box img {
        height: 180px;
    }

    .media_img_box p {
        font-size: 14px;
        /* min-height: 50px; */
    }
}
/*** Style end for the media gallery boxes frontpage ***/

/*** Style for the banner ***/
#bannerCarousel {
    width: 100%;
    /* height: 100vh; */
    /* min-height: 100vh; */
    overflow: hidden;
}
.banner-digital {
    max-width: 180px;
    height: auto;
    display: block;
}
.watch-link {
    display: inline-block;
    background: #54d1ff;
    color: #000;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}
.watch-link:hover {
    color: #000;
    text-decoration: underline;
}
.banner-text-col {
    padding-right: 24px;
}
.banner-title {
    color: #fff;
    font-family: "impactregular", sans-serif;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 8px;
    text-align: end;
}
.custom-banner-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
/* .banner-subtitle {
    display: inline-block;
    background: #54d1ff;
    color: #000;
    padding: 10px 12px;
    font-family: "impactregular", sans-serif;
    font-size: 28px;
} */
.banner-subtitle {
    display: inline-block;
    position: relative; /* For positioning the ::after arrow */
    background: #0e004f;
    color: #fff;
    padding: 10px 12px;
    font-family: "impactregular", sans-serif;
    font-size: 23px;
    margin-right: 20px; /* Space for the arrow to appear */
}

.banner-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px; /* Position the arrow outside the box */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0e004f; /* Arrow color = background */
}
@media (max-width: 980px) {
    .banner-subtitle::after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 20px solid #0e004f;
    }
}
.banner-text-col .banner-title,
.banner-text-col .banner-subtitle {
    width: 100%;
}
@media (max-width: 991px) {
    .col-lg-3.d-none.d-lg-flex {
        display: none !important;
    }
    .col-6.col-lg-4,
    .col-6.col-lg-5 {
        justify-content: end !important;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .banner-text-col {
        align-items: flex-end;
        text-align: right;
        padding-right: 18px;
    }
    .watch-link {
        margin-bottom: 8px;
    }
    .banner-title {
        font-size: clamp(20px, 6vw, 32px);
    }
    .banner-subtitle {
        font-size: clamp(14px, 4.5vw, 22px);
        padding: 8px 10px;
    }
}
@media (max-width: 767px) {
    .watch-link {
        padding: 0px 5px;
        font-size: 10px;
    }
    .banner-title {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .banner-subtitle {
        padding: 0px 3px;
        font-size: 8px;
    }
    .banner-subtitle::after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #0e004f;
    }
}
.carousel-indicators {
    margin-bottom: 0;
}
#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
    display: none !important;
}
/*** Style end for the banner ***/

/*** Style for the index page other information section ***/
.info-box {
    background-color: #d0f2fe;
    border: 2px solid #4a9dbd;
    padding: 7px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.info-icon {
    font-size: 40px;
    margin-right: 10px;
}
.info-content {
    flex-grow: 1;
}
.info-title {
    font-size: 16px;
    font-weight: bold;
}
.info-text {
    font-size: 13px;
}
.info-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*** Style end for the index page other information section ***/

/*** Style for the index page banifits of donation section ***/
.stat-box {
    width: 100%;
    max-width: 345px;
    aspect-ratio: 1 / 1; /* Keeps square shape */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    background-size: cover; /* Make bg image cover box */
    background-position: center; /* Center the bg image */
}

.red-box {
    background-image: url("/assets/site/img/other_icons/6.png");
}
.orange-box {
    background-image: url("/assets/site/img/other_icons/7.png");
}
.blue-box {
    background-image: url("/assets/site/img/other_icons/8.png");
}

.stat-number {
    font-size: clamp(100px, 8vw, 150px); /* Responsive font size */
    line-height: 1.2;
}
.stat-text {
    font-size: clamp(18px, 2vw, 15px);
    line-height: 1.4;
    letter-spacing: 1px;
    max-width: 80%;
}
@media (max-width: 991px) and (min-width: 768px) {
    .stat-number {
        font-size: 50px;
        line-height: 52px;
    }
    .stat-text {
        font-size: 15px;
        line-height: 16px;
    }
}
/*** Style end for the index page banifits of donation section ***/

/*** Style for the index page registered hospital section ***/
.daily-number {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Outer scroller (viewport) */
.category-container {
    display: flex;
    gap: 0px;
    overflow: hidden;
    width: 100%;
    align-items: center;
}

/* Each category item: force five across on large screens */
.category-item {
    box-sizing: border-box;
    flex: 0 0 20%; /* 5 items per view on large screens */
    padding: 0 8px;
    text-align: center;
}

/* Make inner content centered and not rely on Bootstrap column padding */
.box-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Responsive image: fill its box, maintain aspect ratio, and cover */
.registeredHospitalImage {
    width: 215px;
    height: auto; /* keep the design height */
    object-fit: cover; /* crop if needed but fill */
    display: block;
    margin-top: 0; /* remove negative offset that caused layout issues */
}

.redister_hos_carousal {
    gap: 30px;
}

/* Text overlay styling (unchanged but ensure it's positioned properly) */
.text-overlay {
    margin-top: 8px;
}

/* ---------- Responsive breakpoints ---------- */
/* Medium screens (≤ 991px) — show 3 items per row */
@media (min-width: 1200px) {
    .category-item {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .category-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* Small screens (≤ 767px) — show 2 items per row */
@media (max-width: 767px) {
    .category-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 6px;
    }
}

/* Extra small (≤ 479px) — single column */
@media (max-width: 479px) {
    .category-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 6px;
    }
}

/* Optional: hide native scrollbar but keep keyboard/JS scroll possible */
.category-container::-webkit-scrollbar {
    display: none;
}
.category-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/*** Style end for the index page registered hospital section ***/

.iternal_page_title {
    font-size: 1.75rem;
    margin-bottom: 0;
}

ol.breadcrumb.mb-0.pb-0 {
    justify-content: end;
}
