/* Fonts */
@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/helveticaltstd-light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/helveticaltstd-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/helveticaltstd-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body,
html {
    /* font-family: 'Helvetica LT Std'; */
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-family: 'Montserrat';
    /* font-weight: 100; */
    color: #000;
}

p,
li,
th,
td {
    font-weight: 400;
    color: #717171;
}

h2.title-size {
    font-size: 38px;
}

/* Header */
header.header-main.scrolled .container-fluid.bg-black {
    /* background-color: #00000083 !important; */
    background-color: #0000006b !important;
}
header.header-main.home-header .desktop-tb {
    background-color: transparent !important;
}
.header-main .desktop-tb {
    background-color: #fff !important;
}
.header-main.white-header .desktop-tb a {
    color: #000 !important;
}
header.header-main.scrolled .desktop-tb a {
    /* color: #fff !important; */
}


.show-in-scrolled{
    display: none;
}
.header-main.white-header.scrolled .show-in-scrolled{
    display: block;
}
.header-main.white-header.scrolled .show-in-white{
    display: none;
}

.header-main.white-header .desktop-tb .header-donate-btn{
    color: #000;
    border-color: #000;
}
header.white-header.header-main.scrolled .header-donate-btn{
    color: #fff;
    border-color: #fff;
}
.header-main.white-header .desktop-tb .header-donate-btn:hover{
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.white-header i.bi.bi-search, .white-header .header-menu-btn {
    color: #000 !important;
}
.white-header .header-menu-btn .bar{
    background-color: #000;
}
.white-header.scrolled .header-menu-btn .bar{
    background-color: #fff;
}
.white-header.scrolled i.bi.bi-search, .white-header.scrolled .header-menu-btn {
    color: #fff !important;
}
.white-header .desktop-tb {
    border-bottom: 1px solid #e4e4e4;
}
.white-header.scrolled .desktop-tb {
    border-bottom: 0px;
}

.header-donate-btn,
.banner-donate-btn {
    font-size: 1.1rem !important;
    font-weight: 700;
    padding: 0.5rem 2rem;
    background: #D9D9D9;
    border-radius: 0;
    padding: 0 20px;
}

button.btn.header-donate-btn {
    background: transparent;
    border-radius: 0;
    padding: 3px 20px;
    transition: ease-in .2s;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
}

button.btn.header-donate-btn:hover,
.banner-donate-btn:hover,
.cpdday-btn:hover {
    background: #252728;
    color: #fff;
}

button.btn.header-donate-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

button.btn.header-donate-btn,
.banner-donate-btn,
.cpdday-btn {
    transition: ease-in .2s;
}

.campaign-card a:hover {
    color: #fff;
}

.header-search-btn,
.header-menu-btn {
    color: #fff;
}

.header-nav a {
    font-weight: 600;
    position: relative
}

.header-nav a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-nav a:hover::before,
.header-nav a.active::before {
    transform: scaleX(1);
}

.header-logo img.header-logo {
    max-width: 110px;
}

.header-menu-btn {
    width: 25px;
    height: 20px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between !important;
    cursor: pointer !important;
    border: none !important;
    background: none;
    gap: unset !important;
}

.dropdown:hover ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    top: 17px;
    left: 0;
    margin: 0;
    border-radius: 0;
    border: none;
}

.bar {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    /* change to white if on dark bg */
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* When active (menu open) */
.header-menu-btn.active .bar:nth-child(1) {
    transform: rotate(48deg) translate(7px, 6px);
}

.header-menu-btn.active .bar:nth-child(2) {
    opacity: 0;
}

.header-menu-btn.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


/* Banner */
.banner-section {
    margin-top: 55px;
}

.header-menu-btn i {
    font-size: 1.5rem;
    /* adjust size */
}

.banner-overlay {
    background: rgba(255, 255, 255, 0.35);
}

.banner-content h1 {
    font-size: 36px;
    font-weight: 800;
}

.banner-content p {
    font-size: 22px;
    margin: 20px 0;
    color: #000;
}

.banner-content a {
    font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.banner-content a:hover {
    background: #fff;
    color: #000;
}

.side-banner {
    padding: 200px 0;
    margin-top: 4rem !important;
}

/* CPD Day Cards */
.cpdday-card {
    background: #d9d9d940;
}

/* .cpdday-card-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 55px;
    height: 45px;
    background-image: url('../uploads/hearthand-icon.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d9d9d9a6;
    padding: 5px 10px;
} */
.cpdday-card-body h5 {
    /* font-family: inter; */
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.cpdday-card-body p,
.cpdday-card-body li {
    font-size: 13px;
    margin: 0;
    line-height: normal;
}

.cpdday-card-body ul {
    padding: 0;
    margin: 20px 0 25px;
    list-style: none;
}

.cpdday-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #222;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.cpdday-desc,
.cpdday-details {
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}

.cpdday-label {
    font-weight: 700;
    color: #000;
    margin-right: 4px;
}

.cpdday-btn {
    padding: 5px 15px;
    text-decoration: none;
    color: #252728;
    border: 1px solid #252728;
    font-weight: 500;
}

/* Campaign Cards */
.campaign-card-body {
    background: #d3d3d3;
}

.campaign-card h3 {
    font-size: 20px;
    font-weight: 600;
}

.campaign-card a {
    font-size: 1.05rem;
    text-decoration: none;
    color: #222;
}

/* What We Are */
.common-section p strong {
    font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.common-section ul {
    list-style: none;
    padding: 0;
}

.common-section h3 {
    font-size: 30px;
}

.common-section h4 {
    font-size: 20px;
}

#hod td {
    background: #f4f4f4;
    min-width: 120px;
    padding: 8px 10px;
    color: #222;
    font-size: 0.98rem;
    font-weight: 400;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

#hod th,
#hod td {
    border: none;
    background: #D9D9D9;
    font-size: 14px;
    text-align: left;
}

#hod th {
    font-weight: 700;
    background: #D9D9D9;
    color: #222;
    font-size: 14px;
    padding: 12px 10px;
}


/* WHO WE ARE */
.timeline-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 100px 0 120px !important;
}

.timeline-event p {
    font-size: 14px;
    line-height: normal;
    margin: 9px 0;
}

/* .timeline-line {
    position: absolute;
    top: 50%;
    left: 2%;
    right: 2%;
    height: 12px;
    background: linear-gradient(90deg, #D94B4B 0%, #E6A13B 15%, #3B8ED9 30%, #4BBF6B 45%, #E6A13B 60%, #3B8ED9 75%, #D94B4B 100%);
    transform: translateY(-50%);
    z-index: 1;
} */
.timeline-line {
    position: absolute;
    top: 50%;
    left: 2%;
    right: 2%;
    height: 12px;
    background: linear-gradient(90deg, #D94B4B 5%, #E6A13B 34%, #3B8ED9 31%, #4BBF6B 58%, #E6A13B 67%, #3B8ED9 93%, #D94B4B 94%);
    z-index: 1;
}

.timeline-event {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 200px;
}

.timeline-event:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
}

.timeline-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.timeline-dot-red {
    background: #D94B4B;
}

.timeline-dot-orange {
    background: #E6A13B;
}

.timeline-dot-blue {
    background: #3B8ED9;
}

.timeline-dot-green {
    background: #4BBF6B;
}

.timeline-dot-yellow {
    background: #E6A13B;
}

.timeline-event:nth-child(even) {
    top: -60px;
}

.timeline-event:nth-child(odd) {
    bottom: -75px;
}

.timeline-event:nth-child(2) {
    left: 0%;
}

.timeline-event:nth-child(3) {
    left: 14%;
}

.timeline-event:nth-child(4) {
    left: 28%;
}

.timeline-event:nth-child(5) {
    left: 42%;
}

.timeline-event:nth-child(6) {
    left: 56%;

}

.timeline-event:nth-child(4),
.timeline-event:nth-child(6) {
    top: -80px;
}

.timeline-event:nth-child(7) {
    left: 70%;
    bottom: -107px;
}

.timeline-event:nth-child(8) {
    left: 84%;
}

#office-bearers-table th,
#office-bearers-table td {
    border: none;
    background: #D9D9D9;
    font-size: 14px;
    text-align: center;
}

#office-bearers-table th {
    font-weight: 700;
    background: #D9D9D9;
    color: #222;
    text-align: center;
    font-size: 14px;
    padding: 12px 0;
}

#office-bearers-table td.ob-cell {
    background: #f4f4f4;
    border-radius: 6px;
    min-width: 120px;
    padding: 8px 10px;
    color: #222;
    font-size: 0.98rem;
    font-weight: 400;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

#office-bearers-table tr td:first-child {
    background: none;
    font-weight: 700;
    color: #222;
    padding: 7px;
    font-size: 20px;
    text-align: left;

}

#office-bearers-table th:first-child {
    opacity: 0;
}


/* QARI */
.qari-section .cpdday-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.qari-section .para p {
    margin-bottom: 10px;
}

/* JAMAAts */
div#accordionExample button.accordion-button {
    background: none;
    font-weight: 700;
    font-size: 24px;
    box-shadow: none;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}

.accordion-item {
    border: none !important;
}

.accordion-item .accordion-body .accordion-item {
    padding: 0 0 30px;
}

.accordion-item .accordion-body button.accordion-button {
    font-size: 18px !important;
    padding: 0;
}

.accordion-item .accordion-body .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) 0;
}

.accordion-body iframe {
    width: 300px;
    height: 300px;
}

/* Community Tracker */
/* project-table.css */

.project-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}

.project-table th,
.project-table td {
    /* border: 1px solid #ddd;
    padding: 12px 8px;
    text-align: left; */
}

.project-table th {
    font-weight: bold;
}

.project-table tr:nth-child(even) {
    background-color: #fafafa;
}

.project-table tr:hover {
    background-color: #f1f7ff;
    transition: background 0.2s;
}

.project-table td {
    vertical-align: middle;
    background-color: #D9D9D9;
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
}

.project-table td.align-top {
    background-color: #fff;
    padding: 0;
}

.project-table td.align-top button.btn {
    background: transparent;
    padding: 0 5px;
    border-radius: 0;
    font-weight: 600;
    color: #252728;
    border: 1px solid #252728;
    transition: ease-in .2s;
}

.project-table td.align-top button.btn:hover {
    background: #252728;
    color: #fff;
}

.project-table td a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}




/* PROJECT - 1 */
.project1-section p strong {
    font-weight: 700;
}

.project1-section h6 {
    margin: 0
}

.project1-section a img {
    max-width: 39px;
    object-fit: fill;
}

button.btn.header-donate-btn.big-btn {
    font-size: 38px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
    color: #252728;
    border: 1px solid #252728;
}

button.btn.header-donate-btn.big-btn:hover {
    color: #fff;
    background-color: #252728;
}

.project1-section img.img-fluid.float-right {
    float: right;
    max-width: 80px;
    margin-top: -20px;
}

/* Trustees */
.circle-container {
    width: 100%;
    height: calc(100vw);
}

.circle-container .center-text {
    position: absolute;
    top: 10%;
    left: 15%;
    right: 15%;
    bottom: 25%;
    display: flex;
    background: #F6F2F2;
    z-index: -1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.circle-container .center-text h4 {
    font-size: 64px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.member {
    position: absolute;
    width: 330px;
    text-align: center;
}

.member img {
    width: 100%;
}

/* Positions */
.member:nth-child(1),
.member:nth-child(6) {
    top: 0;
}

.member:nth-child(2),
.member:nth-child(5) {
    top: 29%;
}

.member:nth-child(3),
.member:nth-child(4) {
    top: 60%;
}

.member:nth-child(1),
.member:nth-child(3) {
    right: 20%;
}

.member:nth-child(2) {
    right: 5%;
}

.member:nth-child(4),
.member:nth-child(6) {
    left: 20%;
}

.member:nth-child(5) {
    left: 5%;
}



.circle-container h4 {
    font-weight: 400;
    font-size: 24px;
    margin-top: -25px;
}

.circle-container h4 strong {
    display: block;
    font-size: 29px;
}

.trust-section h5 {
    font-weight: 600;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}

.trust-section .role {
    font-weight: 400;
}

.trust-section .location {
    font-weight: 700;
}

.trust-section .subtext {
    font-style: italic;
    margin-bottom: 1rem;
}

.trust-section ul li {
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.trust-section h5:first-child {
    margin-top: 0;
}




/* Footer */
footer.footer {
    /* background-color: #D9D9D9; */
    /* background-color: #252728; */
    background: linear-gradient(135deg, #001B44 0%, #003366 60%);
    color: #fff;
    float: left;
    padding-bottom: 10px !important;
}

footer.footer img {
    max-width: 190px;
}

footer.footer p {
    color: #fff;
}

/* footer.footer:before {
    position: fixed;
    content: '';
    bottom: 20px;
    left: 10px;
    width: 25px;
    height: 25px;
    background: url(../uploads/recall_cookie.svg) center center / cover no-repeat;
    z-index: 99;
} */
#ccc-icon, #ccc-icon:before, #ccc-icon:after {
    width: 30px !important;
    height: 30px !important;
    bottom: 20px;
    left: 10px;
    outline: none !important;
}
#ccc-icon:before {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: -1;
    padding: 20px;
    border-radius: 50%;
    left: 5px;
    bottom: 15px;
} 
#ccc-icon:after {
    position: absolute;
    content: '';
    background: url('/assets/uploads/recall_cookie.svg') no-repeat center center !important;
    background-size: contain !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent !important;
}

#ccc-icon svg {
    display: none;
}

footer .text-dark {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 500;
    color: #fff !important;
}

footer img {
    vertical-align: middle;
}

footer a.text-dark:hover,
footer a.text-muted:hover {
    text-decoration: underline;
    color: #0d6efd;
}

footer ul.list-unstyled li a,
footer .align-items-start .col-12 a {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

footer ul.list-unstyled li:last-child a,
footer .align-items-start .col-12 li:last-child a {
    margin-bottom: 0;
}

/* header.header-main.scrolled div#navbarMenu {
    background-color: #ffffff87 !important;
} */
/* Utility */
header .img-fluid,
header img {
    vertical-align: middle;
}

/* Responsive */
@media (max-width: 1220px) {
    .member {
        width: 280px;
    }
}

@media (max-width: 1025px) {
    .member {
        width: 220px;
    }

    .circle-container h4 strong {
        font-size: 26px;
    }

    .circle-container h4 {
        font-size: 20px;
    }

    .circle-container .center-text h4 {
        font-size: 49px;
        line-height: normal;
    }


}

@media (max-width: 991px) {
    .cpdday-card {
        max-width: 100%;
    }

    .cpdday-img {
        height: 160px;
    }
}

@media (max-width: 900px) {

    #office-bearers-table td.ob-cell,
    #office-bearers-table th,
    #office-bearers-table tr td:first-child {
        min-width: 80px;
        font-size: 0.92rem;
        padding: 6px 6px;
    }

}

@media (max-width: 800px) {
    .member {
        width: 200px;
    }

    .timeline-wrapper {
        margin: 90px 0 180px !important;
    }

    .timeline-event {
        width: 100px;
    }

    .timeline-event:nth-child(even) {
        top: -115px;
    }

    .timeline-event:nth-child(odd) {
        bottom: -95px;
    }

    .timeline-event:nth-child(5) {
        bottom: -125px;
    }

    .timeline-event:nth-child(6) {
        top: -120px;
    }

    .timeline-event:nth-child(7) {
        bottom: -215px;
    }

    .circle-container h4 {
        font-size: 18px;
        margin-top: -14px;
    }

    .circle-container h4 strong {
        font-size: 22px;
    }

    .circle-container .center-text h4 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    main {
        margin-top: 80px !important;
    }

    .cpdday-section {
        padding: 32px 0;
    }

    .cpdday-img {
        height: 120px;
    }

    .cpdday-card,
    .campaign-card {
        max-width: 100%;
    }

    .campaign-banner-img {
        height: 140px;
    }

    .timeline-section {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline-line {
        left: 4%;
        right: 0;
        transform: none;
    }

    .timeline-event {
        width: 120px;
    }

    .timeline-event:nth-child(3) {
        bottom: -83px;
    }

    #office-bearers-table td.ob-cell,
    #office-bearers-table th,
    #office-bearers-table tr td:first-child {
        min-width: 60px;
        font-size: 0.85rem;
        padding: 4px 4px;
    }

    #office-bearers-table th,
    #office-bearers-table td {
        min-width: 120px;
    }

    section.cpdday-section h2 {
        display: none;
    }
}

@media (max-width: 700px) {
    .timeline-event {
        width: 105px;
    }

    .timeline-event:nth-child(3) {
        bottom: -90px;
    }

    .timeline-event:nth-child(5) {
        bottom: -105px;
    }

    .member {
        width: 180px;
    }
}

@media (max-width: 650px) {
    .member {
        width: 160px;
    }

    .circle-container h4 strong {
        font-size: 18px;
    }

    .circle-container h4 {
        font-size: 16px;
    }

    #hod {
        width: 100% !important;
    }
}

@media (max-width: 540px) {
    h2.title-size {
        font-size: 30px;
    }

    .news-section>.row>.col-12 {
        padding: 0;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content p,
    .banner-content a {
        font-size: 19px;
    }

    .timeline-event:nth-child(7) span.timeline-dot {
        width: 40px !important;
    }

    .home-banner .banner-bg.vh-100 {
        height: 50vh !important;
    }

    .banner-section {
        margin-top: 65px;
        overflow: hidden;
    }

    .project-table td:nth-child(3) {
        min-width: 430px;
    }

    .side-banner {
        padding: 100px 0;
        /* margin-top: 4rem !important; */
        margin-top: 0rem !important;
    }

    .qari-section .row.rows-cols-1 {
        flex-direction: column-reverse;
    }

    .common-section {
        margin-top: 50px;
    }

    .accordion-item .accordion-body .accordion-item .accordion-body {
        flex-direction: column;
    }

    footer.footer {
        margin-top: 20px !important;
    }

    .project1-section .row.row-cols-md-3.row-cols-1 {
        gap: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .project1-section .col a {
        margin-bottom: 20px;
    }

    .timeline-wrapper {
        margin-left: 0;
        height: auto;
    }

    .timeline-line {
        display: none;
    }

    .timeline-section h3 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .timeline-wrapper {
        margin: 30px 0 !important;
    }

    .timeline-dot {
        margin: 0;
        width: 30px;
    }

    .timeline-event p {
        text-align: left;
    }

    .timeline-wrapper .timeline-event {
        position: static;
        width: 100%;
        flex-direction: row !important;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .office-table-section {
        padding-top: 0 !important;
    }

    footer.footer:before {
        width: 30px;
        height: 30px;
    }


    .circle-container {
        display: flex;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .member {
        position: static;
        width: 50%;
    }

    .circle-container .center-text {
        display: none;
    }
}

@media (max-width: 425px) {
    .member {
        width: 100%;
    }

    .circle-container h4 {
        font-size: 18px;
    }

    .circle-container h4 strong {
        font-size: 20px;
    }

    button.btn.header-donate-btn.big-btn {
        font-size: 28px;
    }

    .cpdday-card {
        gap: 20px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .cpdday-card-img {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    button.btn.header-donate-btn {
        padding: 0 2px;
    }

    .header-logo img.header-logo {
        max-width: 100px;
    }
}









/* SHARMIN  */
/* HOME  */
.logo-sec img {
    max-width: 120px;
    display: block;
    margin: 0 auto;
}

.ig-sec .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}



/* ALL POLICY PAGES  */
.policy-pg {
    padding: 40px 0 10px;
}

.policy-pg h1 {
    margin-bottom: 25px;
}

.policy-pg h2 {
    margin-top: 40px;
    font-size: 1.5rem;
}

/* CONSTITUTION PAGE  */
header.top.search-box {
    margin-top: 72px;
}

header.top.search-box {
    /* max-width: 1110px;
    margin: 120px auto 20px;
    border-radius: 20px;
    background: linear-gradient(120deg, #0b2e4e 0%, #0f3a63 100%);
    background-color: #000000; */
    max-width: 100%;
    margin: 90px auto 20px;
    border-radius: 0;
    background: linear-gradient(120deg, #0b2e4e 0%, #0f3a63 100%);
    background-color: #000000;
    padding: 5px 190px;
}

/* HEADER  */
.header-logo img {
    max-width: 60px;
    margin-bottom: 0 !important;
}

video.video-bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-content p {
    color: #fff;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.banner-bg.hb::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 5px;
    z-index: 9;
    position: absolute;
}

.banner-content {
    z-index: 9;
}

.cpdday-card img {
    width: 100%;
    /* object-fit: contain;
    padding-left: 10px; */
}
ul.pagination a {
    color: #000;
    border-radius: 0px !important;
}
ul.pagination a.page-link.active{
    background-color: #252728;
    border-color: #252728;
    pointer-events: none;
}
ul.pagination a:hover {
    color: #000;
    /* border-color: #252728; */
}
.page-link:focus{
    box-shadow: none;
}
.banner-section.home-banner {
    margin-top: 0;
}
/* .desktop-tb {
    background-color: #252728 !important;
} */
#news-container .col-12 {
  margin-bottom: 24px; /* adjust spacing as you like */
}
.load-more-btn{
    background-color: #fff;
}


@media all and (max-width:1461px) {
    .ig-sec .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ig-sec .cards iframe:last-child {
        display: none !important;
    }

    .logo-sec img {
        max-width: 100px;
    }

    footer .gap-lg-5 {
        gap: 10px !important;
    }
}



@media all and (max-width:1126px) {
    .ig-sec .cards {
        grid-template-columns: 1fr 1fr;
    }

    .ig-sec .cards iframe:nth-child(3) {
        display: none !important;
    }
    header.top.search-box {
        padding: 0;
    }
}


@media all and (max-width:980px) {
    .policy-pg {
        padding: 40px 0px 10px;
    }

    .cpdday-card img {
        padding-left: 0px;
    }

    .ig-sec .cards {
        grid-gap: 10px;
    }
    
}


@media all and (max-width:686px) {
    .ig-sec .cards {
        grid-template-columns: 1fr;
    }
}

.btn-dark {
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #252728 !important;
    background: #252728 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.btn-dark:hover {
    opacity: 0.98;
}

.btn-outline {
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #252728 !important;
    background: transparent !important;
    color: #252728 !important;
    border-radius: 0px !important;
}

.btn-outline:hover {
    background: #252728 !important;
    color: #fff !important;
}

/* BLOG SINGLE  */
main.blog-single {
    max-width: 1200px;
    margin: 0 auto;
}

main.blog-single img.hero-image {
    max-width: 400px;
}


/* PALLATIVE CARE  */
header.header.palliative-header {
    margin-top: 95px;
}

header.header.palliative-header .wrap nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


/* JAMAAT  */
.jamaat-main-banner {
    padding-top: 30px !important;
}




/* CAROUSEL  */
#cpd-carousel .owl-stage {
    display: flex;
}
#cpd-carousel .owl-item {
    height: auto !important;
    display: flex;
}
#cpd-carousel .owl-nav, #logo-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
}
#cpd-carousel .owl-nav button, #logo-carousel .owl-nav button  {
    position: absolute;
    /* background-color: #252728; */
    height: 30px;
    width: 30px;
}
#cpd-carousel .owl-nav button i, #logo-carousel .owl-nav button i {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cpd-carousel .owl-nav button.owl-prev, #logo-carousel .owl-nav button.owl-prev {
    left: 0;
}
#cpd-carousel .owl-nav button.owl-next, #logo-carousel .owl-nav button.owl-next {
    right: 0;
}