@import
    url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap')
    ;

@import
    url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap')
    ;

.contact-content {
    width: 100%;
    height: auto;
    min-height: 160px;
    background: var(--white);
    box-shadow: rgba(0 0 0/ 10%) 0 0 15px 0;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ddd;
    transition: all .3s;
}

.contact-content .icon {
    width: 40px;
    height: 40px;
    background: var(--tertiary-color);
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-content .icon::after {
    content: "";
    height: 50px;
    width: 50px;
    background: #0977c759;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
}

.contact-content .icon i {
    color: var(--white);
    font-size: 20px;
}

.contact-content .title {
    font-size: 22px;
    line-height: 32px;
    color: var(--black-color);
    font-weight: 500;
    margin: 0;
}

.contact-content p, .contact-content a {
    color: var(--text-color);
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.contact-content a:hover {
    color: var(--tertiary-color);
}

.contact-form-box {
    box-shadow: rgba(0 0 0/ 10%) 0 0 15px 0;
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
}

.contact-form-box p {
    margin-bottom: 25px;
}

.contact-content .social-links a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    line-height: 1;
    padding: 16px 0;
    margin-right: 4px;
    text-align: center;
    width: 42px;
    height: 42px;
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;
    transition: all .6s;
}

.contact-content .social-links a:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}


}
.form-control, .form-select {
    background-color: var(--white);
    border: 1px solid rgb(195 195 195/ 30%);
    border-radius: 5px;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--black-color);
    padding: 14px 20px;
    line-height: 1;
    min-height: 50px;
    transition: 0.35s;
    box-shadow: none !important;
}

.our-people-detail-banner-bg {
    position: relative;
    z-index: 999;
    
}


.map_area {
    width: 100%;
    height: 80%;
    overflow: hidden;
    border-radius: 10px;
}

.form-label {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 400;
    color: var(--black-color);
}

/*=======================  DONATE CSS STARTS HERE =======================*/
.donation-card {
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0px 16px 50px 10px rgba(12, 12, 13, 0.07);
    height: calc(100% - 20px);
    margin-bottom: 19px;
    border: 1px solid #ddd;
}

.donation-card .box-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

.box-title a {
    color: inherit;
}

.donation-card p {
    margin: 0 0 18px 0;
    color: var(--text-color);
    line-height: 1.75;
    font-size: 16px;
    line-height: 26px;
}

.donation-card .donation-card_progress-wrap .progress {
    height: 6px;
    background: transparent;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
}

.donation-card .donation-card_progress-wrap .progress {
    height: 6px;
    background: transparent;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
}

.donation-card .donation-card_progress-wrap .progress .progress-bar {
    background: var(--secondary-color);
}

.donation-card .donation-card_progress-wrap .progress:after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--secondary-color);
    opacity: 0.2;
    border-radius: inherit;
}

.donation-card .donation-card_progress-wrap .donation-card_progress-content
    {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.donation-card .donation-card_progress-wrap .donation-card_progress-content .donation-card_goal,
    .donation-card .donation-card_progress-wrap .donation-card_progress-content .donation-card_raise
    {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    line-height: normal;
}

.donation-card .donation-card_progress-wrap .donation-card_progress-content .donation-card_raise .donation-card_raise-number
    {
    color: var(--black-color);
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
}

.donation-form {
    border: 1px solid var(--border-color1);
    border-radius: 10px;
    padding: 40px;
}

.donation-details .donation-form .donation-form-notice {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    display: flex;
    font-size: 16px;
    line-height: 28px;
    color: var(--black-color);
    font-weight: 500;
}

.donation-details .donation-form .donation-form-notice i {
    color: var(--secondary-color);
    margin-right: 20px;
    align-self: center;
}

.donation-details .donation-form .donation-form-notice span {
    display: contents;
}

.donation-details .donation-form .donate-input {
    position: relative;
    max-width: 260px;
    margin-bottom: 20px;
}

.donation-details .donation-form .donate-input input {
    box-shadow: none;
    background: var(--white);
    height: 60px;
    padding: 0 20px 0 65px;
    font-size: 22px;
    font-weight: 700;
    color: var(--black-color);
    border: 0;
}

.donation-details .donation-form .donate-input .icon {
    position: absolute;
    left: 5px;
    top: 5px;
    right: auto;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 10px;
    text-align: center;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.donation-details .donation-form .donate-amount-button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    border-bottom: 1px solid var(--border-color1);
    padding-bottom: 40px !important;
    margin-bottom: 32px;
}

.donation-details .donation-form .donate-amount-button-list li {
    border: 1px solid var(--border-color1);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    padding: 0 34px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.donation-details .donation-form .donate-amount-button-list li.active,
    .donation-details .donation-form .donate-amount-button-list li:hover {
    background: var(--primary-color);
    color: var(--white);
}

.donation-details .donation-form .donate-payment-method {
    display: flex;
    gap: 10px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color1);
    padding-bottom: 33px !important;
    margin-bottom: 32px;
}

.donation-details .donation-form .donate-payment-method input[type="checkbox"]
    ~label {
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.donation-details .donation-form .donate-payment-method input[type="checkbox"]:checked
    {
    border-color: var(--border-color1);
    color: var(--primary-color);
    accent-color: #008F39;
}

.donation-details .donation-form .donate-payment-method li input[type="checkbox"]
    {
    width: 18px;
    height: 18px;
    border-color: var(--border-color1);
}

.donation-details .donation-form .donate-payment-method li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.donation-details .donation-form .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}

.donate-detail p {
    font-size: 16px;
    line-height: 26px;
}

.donate-detail ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.donate-detail ul li:last-child {
    margin-bottom: 0;
}

/*=======================  DONATE CSS ENDS HERE =======================*/
/*.news_area.main_news .news-box {*/
/*    margin-bottom: 20px;*/
/*    height: calc(100% - 20px);*/
/*}*/

/*.news_area.main_news .news-box img {*/
/*    height: 265px;*/
/*    width: 100%;*/
/*    margin-bottom: 20px;*/
/*    object-fit: cover;*/
/*    border-radius: 10px;*/
/*}*/

/*.news-details-area {*/
/*    padding-bottom: 20px*/
/*}*/

/*.news-details-item {*/
/*    margin-bottom: 30px*/
/*}*/

/*.news-details-item .news-details-img img {*/
/*    width: 100%;*/
/*    margin-bottom: 30px;*/
/*    border-radius: 10px;*/
/*}*/

/*.news-details-item .news-details-img h2 {*/
/*    color: #232323;*/
/*    font-weight: 600;*/
/*    font-size: 28px;*/
/*    margin-bottom: 16px*/
/*}*/

/*.news-details-item .news-details-img ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    margin-bottom: 30px*/
/*}*/

/*.news-details-item .news-details-img ul li {*/
/*    list-style-type: none;*/
/*    display: inline-block;*/
/*    color: var(--primary-color);*/
/*    font-size: 16px;*/
/*    margin-right: 50px*/
/*}*/

/*.news-details-item .news-details-img ul li a {*/
/*    font-weight: 400;*/
/*    color: var(--primary-color);*/
/*    display: inline-block*/
/*}*/

/*.news-details-item .news-details-img ul li a:hover {*/
/*    color: #111*/
/*}*/

/*.news-details-item .news-details-img ul li:last-child {*/
/*    margin-right: 0*/
/*}*/

/*.news-details-item .news-details-img ul li i {*/
/*    display: inline-block;*/
/*    font-size: 20px;*/
/*    margin-right: 5px*/
/*}*/

/*.news-details-item .news-details-img p {*/
/*    font-size: 15px;*/
/*    margin-bottom: 22px*/
/*}*/

/*.news-details-item .news-details-previous h3 {*/
/*    color: #232323;*/
/*    font-weight: 700;*/
/*    margin-top: 10px;*/
/*    font-size: 15px;*/
/*    margin-bottom: 25px*/
/*}*/

/*.news-details-item .news-details-previous ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    margin-bottom: 30px*/
/*}*/

/*.news-details-item .news-details-previous ul li {*/
/*    list-style-type: none;*/
/*    display: block;*/
/*    margin-bottom: 6px*/
/*}*/

/*.news-details-item .news-details-previous ul li:last-child {*/
/*    margin-bottom: 0*/
/*}*/

/*.news-details-item .news-details-previous .prev-next ul {*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.news-details-item .news-details-previous .prev-next ul li {*/
/*    list-style-type: none;*/
/*    display: inline-block*/
/*}*/

/*.news-details-item .news-details-previous .prev-next ul li:last-child {*/
/*    float: right*/
/*}*/

/*.news-details-item .news-details-previous .prev-next ul li a {*/
/*    display: block;*/
/*    font-size: 15px;*/
/*    color: var(--primary-color);*/
/*    border: 1px solid var(--primary-color);*/
/*    padding: 10px 25px;*/
/*    border-radius: 10px*/
/*}*/

/*.news-details-item .news-details-previous .prev-next ul li a:hover {*/
/*    color: var(--white);*/
/*    border: 1px solid var(--text-color);;*/
/*    background-color: var(--text-color);*/
/*}*/

/*.news-details-item .news-details-search {*/
/*    position: relative;*/
/*    margin-bottom: 40px*/
/*}*/

/*.news-details-item .news-details-search .form-control {*/
/*    height: 50px;*/
/*    border-radius: 10px;*/
/*    border: 1px solid var(--primary-color);*/
/*    padding-left: 25px*/
/*}*/

/*.news-details-item .news-details-search .form-control:focus {*/
/*    box-shadow: none*/
/*}*/

/*.news-details-item .news-details-search .btn {*/
/*    color: var(--white);*/
/*    background-color: var(--primary-color);*/
/*    border-radius: 10px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    font-size: 17px;*/
/*    padding: 11px 20px;*/
/*    transition: .5s all ease*/
/*}*/

/*.news-details-item .news-details-search ::-moz-placeholder {*/
/*    color: var(--text-color);*/
/*}*/

/*.news-details-item .news-details-search ::placeholder {*/
/*    color: var(--text-color);*/
/*}*/

/*.news-details-item .news-details-recent {*/
/*    margin-bottom: 40px*/
/*}*/

/*.news-details-item .news-details-recent h3 {*/
/*    font-weight: 600;*/
/*    font-size: 22px;*/
/*    margin-bottom: 30px*/
/*}*/

/*.news-details-item .news-details-recent ul {*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.news-details-item .news-details-recent ul li {*/
/*    list-style-type: none;*/
/*    display: block;*/
/*    position: relative;*/
/*    padding-left: 120px;*/
/*    padding-bottom: 25px*/
/*}*/

/*.news-details-item .news-details-recent ul li:last-child {*/
/*    padding-bottom: 0*/
/*}*/

/*.news-details-item .news-details-recent ul li img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100px;*/
/*    height: 95px*/
/*}*/

/*.news-details-item .news-details-recent ul li a {*/
/*    display: block;*/
/*    font-weight: 600;*/
/*    font-size: 15px;*/
/*    color: #232323;*/
/*    margin-bottom: 15px;*/
/*    padding-top: 4px*/
/*}*/

/*.news-details-item .news-details-recent ul li a:hover {*/
/*    color: var(--secondary-color)*/
/*}*/

/*.news-details-item .news-details-recent ul li ul li {*/
/*    display: inline-block;*/
/*    padding-left: 0;*/
/*    color: var(--primary-color);*/
/*    font-size: 15px;*/
/*    margin-right: 25px;*/
/*    padding-bottom: 0*/
/*}*/

/*.news-details-item .news-details-recent ul li ul li a {*/
/*    font-weight: 400;*/
/*    color: var(--primary-color);*/
/*    display: inline-block*/
/*}*/

/*.news-details-item .news-details-recent ul li ul li a:hover {*/
/*    color: var(--black-color);*/
/*}*/

/*.news-details-item .news-details-recent ul li ul li i {*/
/*    font-size: 20px;*/
/*    margin-right: 2px;*/
/*    display: inline-block*/
/*}*/

/*.news-details-item .news-details-recent ul li ul li:last-child {*/
/*    margin-right: 0*/
/*}*/

/*.news-details-item .news-details-category {*/
/*    margin-bottom: 40px*/
/*}*/

/*.news-details-item .news-details-category h3 {*/
/*    font-weight: 600;*/
/*    font-size: 22px;*/
/*    margin-bottom: 30px*/
/*}*/

/*.news-details-item .news-details-category ul {*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.news-details-item .news-details-category ul li {*/
/*    list-style-type: none;*/
/*    display: block;*/
/*    border-bottom: 1px solid var(--border-color1);*/
/*    position: relative;*/
/*    padding-left: 20px;*/
/*    padding-bottom: 15px;*/
/*    padding-top: 15px;*/
/*}*/

/*.news-details-item .news-details-category ul li:hover a {*/
/*    color: var(--white)*/
/*}*/

/*.news-details-item .news-details-category ul li:hover:before {*/
/*    width: 100%*/
/*}*/

/*.news-details-item .news-details-category ul li:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 0px;*/
/*    width: 3px;*/
/*    height: 54px;*/
/*    z-index: -1;*/
/*    transition: .5s all ease;*/
/*    background-color: var(--primary-color);*/
/*}*/

/*.news-details-item .news-details-category ul li:last-child {*/
/*    margin-bottom: 0*/
/*}*/

/*.news-details-item .news-details-category ul li a {*/
/*    display: block;*/
/*    z-index: 1;*/
/*    color: var(--text-color);;*/
/*    font-weight: 500;*/
/*}*/

/*.news-details-item .news-details-tags h3 {*/
/*    font-weight: 600;*/
/*    font-size: 22px;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.news-details-item .news-details-tags ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.news-details-item .news-details-tags ul li {*/
/*    list-style-type: none;*/
/*    display: inline-block;*/
/*    margin-bottom: 8px;*/
/*    margin-right: 4px;*/
/*}*/

/*.news-details-item .news-details-tags ul li a {*/
/*    display: block;*/
/*    font-size: 15px;*/
/*    color: var(--primary-color);*/
/*    background-color: #e5e5e5;*/
/*    padding: 12px 25px;*/
/*    border-radius: 10px;*/
/*    ;*/
/*}*/


/* ============================
   GLOBAL NEWS AREA STYLES
============================ */

.news_area.main_news .news-box {
    margin-bottom: 20px;
    height: auto; /* dynamic height support */
}

.news_area.main_news .news-box img {
    height: 265px;
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 10px;
}

/* ============================
   NEWS DETAILS PAGE
============================ */

.news-details-area {
    padding-bottom: 20px;
}

.news-details-item {
    margin-bottom: 30px;
}

.news-details-item .news-details-img img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.news-details-item .news-details-img h2 {
    color: #232323;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.news-details-item .news-details-img p {
    font-size: 15px;
    margin-bottom: 22px;
}

/* ============================
   TOP META SECTION (Author, Date)
============================ */

.news-details-item .news-details-img ul {
    margin: 0 0 25px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-details-item .news-details-img ul li {
    list-style: none;
    font-size: 16px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

.news-details-item .news-details-img ul li i {
    font-size: 18px;
    margin-right: 6px;
}

.news-details-item .news-details-img ul li a {
    font-weight: 400;
    color: var(--primary-color);
}

.news-details-item .news-details-img ul li a:hover {
    color: #111;
}

/* ============================
   RECENT POSTS (Sidebar)
   Image Left + Content Right
============================ */

.news-details-item .news-details-recent {
    margin-bottom: 40px;
}

.news-details-item .news-details-recent h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.news-details-item .news-details-recent ul {
    margin: 0;
    padding: 0;
}

.news-details-item .news-details-recent ul li {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.news-details-item .news-details-recent ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news-details-item .news-details-recent ul li img {
    width: 95px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
}

.news-details-item .news-details-recent ul li a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #232323;
    line-height: 1.3;
}

.news-details-item .news-details-recent ul li a:hover {
    color: var(--secondary-color);
}

/* Inner meta list under each recent post (commented section support) */
.news-details-item .news-details-recent ul li ul {
    margin-top: 8px;
    padding: 0;
    display: flex;
    gap: 15px;
}

.news-details-item .news-details-recent ul li ul li {
    list-style: none;
    font-size: 14px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

.news-details-item .news-details-recent ul li ul li i {
    margin-right: 4px;
    font-size: 18px;
}

.news-details-item .news-details-recent ul li ul li a {
    font-weight: 400;
    color: var(--primary-color);
}

.news-details-item .news-details-recent ul li ul li a:hover {
    color: var(--black-color);
}

/* ============================
   CATEGORY LIST
============================ */

.news-details-item .news-details-category {
    margin-bottom: 40px;
}

.news-details-item .news-details-category h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.news-details-item .news-details-category ul {
    margin: 0;
    padding: 0;
}

.news-details-item .news-details-category ul li {
    list-style: none;
    border-bottom: 1px solid var(--border-color1);
    padding: 15px 0 15px 20px;
    position: relative;
}

.news-details-item .news-details-category ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 52px;
    background-color: var(--primary-color);
    transition: .4s;
}

.news-details-item .news-details-category ul li:hover a {
    color: var(--white);
}

.news-details-item .news-details-category ul li:hover:before {
    width: 100%;
}

.news-details-item .news-details-category ul li a {
    color: var(--text-color);
    font-weight: 500;
    display: block;
    position: relative;
    z-index: 2;
}

/* ============================
   TAGS
============================ */

.news-details-item .news-details-tags h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-details-item .news-details-tags ul {
    margin: 0;
    padding: 0;
}

.news-details-item .news-details-tags ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.news-details-item .news-details-tags ul li a {
    font-size: 14px;
    background: #e5e5e5;
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--primary-color);
    display: block;
}

/* ============================
   SEARCH BOX
============================ */

.news-details-item .news-details-search {
    position: relative;
    margin-bottom: 40px;
}

.news-details-item .news-details-search .form-control {
    height: 50px;
    padding-left: 20px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.news-details-item .news-details-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 10px;
    transition: .3s;
}

/* ============================
   RESPONSIVE FIXES
============================ */

@media (max-width: 576px) {
    .news-details-item .news-details-recent ul li {
        flex-direction: column;
        padding-left: 0;
    }

    .news-details-item .news-details-recent ul li img {
        width: 100%;
        height: 160px;
    }
}
            /* News Detail CSS End here */

.news-details-item .news-details-tags ul li a:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.news-details-form {
    position: relative;
}

.news-details-form .news-details-shape {
    position: absolute;
    top: 130px;
    right: 0;
    width: 360px;
    animation: a-six 5s infinite linear;
}

.news-details-form .news-details-form-wrap {
    max-width: 770px;
}

.news-details-form .news-details-form-wrap h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 40px;
}

.news-details-form .news-details-form-wrap .form-group {
    margin-bottom: 30px
}

.news-details-form .news-details-form-wrap .form-group textarea {
    height: auto !important;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.news-details-form .news-details-form-wrap .form-group .form-control {
    height: 50px;
    padding-left: 20px;
    border-radius: 10px;
    /* border: 0; */
    background-color: #fafafa;
    box-shadow: 0 3px 8px 0 rgba(221, 221, 221, .7215686275);
}

.news-details-form .news-details-form-wrap .form-group ::-moz-placeholder
    {
    color: var(--text-color);
}

.news-details-form .news-details-form-wrap .form-group ::placeholder {
    color: var(--text-color);
}

.news-details-form .news-details-form-wrap .news-details-form-btn {
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
    padding: 15px 34px;
    background-color: var(--primary-color);
    transition: .5s all ease;
}

.news-details-form .news-details-form-wrap .news-details-form-btn:hover
    {
    color: var(--white);
    background-color: var(--text-color);
}

.news-area-two {
    padding-bottom: 180px;
}

.news-area-two .section-title {
    margin-bottom: 0;
}

.news-area-two .section-title h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.news-area-two .section-title h2:before {
    display: none;
}

.announcement .inner-bx {
    background: var(--primary-color);
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.announcement .inner-bx::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--secondary-color);
    transform-origin: left;
    transition: width 0.5s ease;
    z-index: 0;
    border-radius: 10px;
}

.announcement .inner-bx:hover::after {
    width: 100%;
}

.announcement .inner-bx a {
    position: relative;
    z-index: 9;
    color: var(--white);
}

.find_more.style-one .insti_img.bx-1 {
    background: url('../images/iiph-img1.jpg');
}

.find_more.style-one .insti_img.bx-2 {
    background: url('../images/iiph-img2.jpg');
}

.find_more.style-one .insti_img.bx-3 {
    background: url('../images/iiph-img3.jpg');
}

.find_more.style-one .insti_img.bx-1, .find_more.style-one .insti_img.bx-2,
    .find_more.style-one .insti_img.bx-3 {
    align-items: end;
}

.find_more.style-one .insti_img.bx-1::before, .find_more.style-one .insti_img.bx-2::before,
    .find_more.style-one .insti_img.bx-3::before {
    background: linear-gradient(to bottom, rgba(0 0 0/ 0) 0%,
        rgba(0 0 0/ 100) 75%);
    height: 50%;
    bottom: 0;
    top: auto;
}

.report-sec.style-one .report-card {
    height: auto;
    min-height: 150px;
    padding: 25px 15px;
}

.report-sec.style-one .report-card h4 {
    margin: 0;
}

.iiph_box {
    width: 100%;
    min-height: 200px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.iiph_box .links a {
    border: 1px solid var(--black-color);
    background: none;
    color: var(--black-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 8px 5px 8px;
    text-decoration: none;
}

.iiph_box .links a:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white);
}

.right_box {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.right_box.contact_detail .institute {
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid #dedede;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.right_box.contact_detail .institute h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px 0;
}

.right_box.contact_detail .institute .name {
    font-weight: 600;
}

.right_box.contact_detail .institute .title {
    font-size: 13px;
    font-style: italic;
    margin: 0 0 5px 0;
}

.right_box.contact_detail .institute {
    font-size: 16px;
    line-height: 1.4;
}

.right_box.contact_detail .institute {
    font-size: 16px;
    line-height: 1.4;
}

.right_box.contact_detail .institute:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.iiph_detail ul li, .placement-content ul li {
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-light);
}

.iiph_detail ul li ul, .placement-content ul li ul {
    margin-top: 15px;
}

/* .iiph_detail ul li::after,
.placement-content ul li::after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    content: '';
    background: #ff9700;
} */
.iiph_detail .content_area h5, .block-heading {
    margin-bottom: 20px;
}

.e-learning .image_area {
    width: 100%;
    overflow: hidden;
    min-height: 250px;
}

.e-learning .image_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tabs CSS */
.tab_area .nav-tabs {
    border: 0;
    gap: 10px;
}

.tab_area .nav-tabs .nav-link {
    background: var(--tertiary-color);
    border: 1px solid transparent;
    color: var(--white);
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 35px;
}

.tab_area .nav-tabs .nav-item.show .nav-link, .tab_area .nav-tabs .nav-link.active
    {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.tab_area .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--border-color1);
}

.tab_area .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--black-color);
    text-align: left;
    background-color: var(--border-color1);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    box-shadow: none !important;
}

.tab_area .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: var(--border-color1);
    box-shadow: none !important;
}

.tab_area .accordion-item .accordion-body {
    background: var(--white);
}

.top_search_form {
    width: 100%;
    height: auto;
    background-color: var(--white);
    border-radius: 4px;
    padding: 30px 40px;
    box-shadow: 0 0px 10px 0 rgba(0 0 0/ 8%);
    position: relative;
    z-index: 9;
    text-align: start;
}

.training_main .result-headings {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0 20px;
}

.training_main .result-listings .item {
    margin: 0;
}

.item-course {
    border-top: 1px solid var(--border-color1);
    padding: 30px 20px;
    margin: 0 0 30px;
}

.training_main .result-listings .item .title {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.training_main .result-listings .item .duration {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-light);
}

.inner_wrapper .alumni-content .alumni-speaks h3 {
    color: var(--primary-color);
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.inner_wrapper .alumni-content .alumni-speaks .item {
    border-bottom: 1px solid var(--border-color1);
    padding: 30px 0;
}

.inner_wrapper .alumni-content .alumni-speaks .item .quote {
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
}

.inner_wrapper .alumni-content .alumni-speaks .item p {
    margin: 0 0 25px;
}

.inner_wrapper .alumni-content .alumni-speaks .item .quote-by {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 10px 0 10px 70px;
}

.inner_wrapper .alumni-content .alumni-speaks .item .quote-by__image {
    position: absolute;
    width: 56px;
    height: auto;
    left: 0;
    top: 0;
    border: 1px solid var(--primary-color);
}

.inner_wrapper .alumni-content t p {
    margin: 0 0 25px 0;
    padding: 0;
}

.team-detail-section {
    padding-top: 0;
    padding-bottom: 80px;
}

.team-detail-section .author-img-wrapper .team-fig {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.profile-img {
    box-shadow: 0px 0px 15px -5px #008f3938;
    height: fit-content;
    padding: 15px;
    border: 1px solid #cccccc96;
    border-radius: 4px;
    position: relative;
    top: 1%;
    z-index: 999;
    background: #fff;
}

/* .profile-img::before {
    content: '';
    background-color: #008F39;
    width: 100%;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */
.profile-img .team-fig {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    border-radius: 4px !important;
}

.author-bio-date .author-name {
    font-size: 32px !important;
    color: var(--primary-color);
}

.profile-img img {
    width: 100%;
    /*height: 159%;*/
    object-fit: cover;
    border-radius: 6px;
}

.profile-img blockquote {
    background: transparent !important;
    width: 100%;
    margin: 0 0 0 0 !important;
    border-bottom: 1px solid #008f3929;
    border-radius: 0 !important;
    padding: 15px 0 15px 0 !important;
}

.profile-img blockquote p {
    color: var(--text-light) !important;
}

.team-detail-section .author-img-wrapper .team-fig img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.team-detail-section .author-img-wrapper blockquote {
    background-color: var(--primary-color);
    border-radius: 10px;
    color: var(--white);
    text-align: left;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -70px;
    font-size: 16px;
    padding: 50px;
    position: relative;
    z-index: 9;
}

blockquote:before {
    color: #ff9700;
    content: "\f10d";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    font-style: normal;
    margin-bottom: 5px;
}

.team-detail-section .author-img-wrapper blockquote p {
    color: var(--white);
}

.team-detail-section .author-bio-date, .team-detail-section .content {
    padding-left: 15px;
}

.team-detail-section .author-bio-date .social-site-link {
    margin-bottom: 25px;
}

.team-detail-section .author-bio-date .social-site-link ul {
    padding: 0;
    margin: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li {
    margin: 0 4px;
    display: inline-block;
}

.team-detail-section .author-bio-date .social-site-link ul li:first-child
    {
    margin-left: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:last-child
    {
    margin-right: 0;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a {
    border-color: var(--primary-color);
    background-color: transparent;
}

.team-detail-section .author-bio-date .social-site-link ul li:hover a i
    {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.team-detail-section .author-bio-date .social-site-link ul li a {
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    transition: all 0.3s;
    width: 35px;
    height: 35px;
}

.team-detail-section .author-bio-date .social-site-link ul li a i {
    font-size: 16px;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
}

.team-detail-section .author-bio-date .author-disc {
    margin-bottom: 15px;
}

.team-detail-section .author-bio-date .author-disc p {
    color: var(--text-light);
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}

.team-detail-section .author-bio-date .contact_info .title {
    margin: 20px 0;
}

.team-detail-section .author-bio-date .contact_info .contact-item {
    margin-bottom: 15px;
}

.team-detail-section .author-bio-date .contact_info .contact-item:last-child
    {
    margin: 0;
}

.team-detail-section .info {
    margin-top: 20px;
}

.team-detail-section .info-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.people_main .team_box {
    height: 180px;
    margin-bottom: 30px;
    position: relative;
    /* margin-bottom: 60px; */
    width: 180px;
    margin: 0 auto 100px auto;
    padding: 5px;
    cursor:pointer;
}

.info .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.info .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: rgb(38 174 97/ 19%);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        var(--bs-accordion-border-color);
}

.info .accordion-button:focus {
    box-shadow: none;
}

/* .people_main .team_box::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 100) 75%);
    width: 100%;
    height: 50%;    
    bottom: 0;
    top: auto;
} */
/* Team Page CSS end */

/* Work Page CSS */
.work_box {
    width: 100%;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    box-shadow: 0 0px 10px 0 rgba(0 0 0/ 5%);
    position: relative;
    z-index: 9;
    text-align: start;
}

.work_box img {
    border-radius: 10px;
    width: 600px !important;
}

.tender_box {
    width: 100%;
    height: calc(100% - 20px);
    padding: 30px;
    border: 1px solid var(--border-color1);
    border-radius: 10px;
    background: var(--bs-gray-100);
    box-shadow: rgba(0 0 0/ 10%) 0 0 10px 0;
    margin-bottom: 20px;
}

.tender_box h6 {
    font-size: 16px;
    line-height: 30px;
}

.cta_area.donate_area {
    position: relative;
    z-index: 9;
}

.resaerch_area {
    background: #fff8ef;
}

.resaerch_area ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    color: var(--text-light);
}

.resaerch_area ul li::after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    content: '';
    background: #ff9700;
}

.resaerch_area ul li:last-child {
    margin: 0;
}

.resaerch_area ul li ul {
    margin-top: 20px;
}

.resaerch_area ul li ul li {
    padding-left: 15px;
}

.resaerch_area .tab_area .accordion-item {
    background-color: transparent;
    border: 0;
}

.resaerch_area .tab_area .accordion-button, .resaerch_area .tab_area .accordion-item .accordion-body
    {
    background-color: transparent;
}

.resaerch_area .tab_area .accordion-item {
    background-color: transparent;
    border: 0;
}

.accordin_area .accordion-item {
    border: 0;
    background-color: var(--white-color);
    border-radius: 10px;
    color: var(--black-color);
}

.accordin_area .accordion-item .accordion-header {
    border-radius: 10px;
    margin-bottom: 0;
    box-shadow: none !important;
}

.accordin_area .accordion-item .accordion-header .accordion-button::after
    {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url('../images/chevron-right.svg');
    color: var(--black-color);
}

.accordin_area .accordion-item .accordion-header .accordion-button.collapsed
    {
    background-color: transparent;
    border: 1px solid #008f58;
    padding: 25px 30px;
    color: var(--black-color);
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: -0.2px;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 20px;
}

.accordin_area .accordion-item .accordion-header .accordion-button:not(.collapsed)::after
    {
    background-image: url('../images/chevron-down.svg');
    font-weight: 500;
    color: var(--primary-color);
    transform: rotate(0);
    border-radius: 10px;
}

.accordin_area .accordion-item .accordion-header .accordion-button::after
    {
    transition: all 0.3s ease-in-out !important;
}

.accordin_area .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text-color);
    background-color: rgb(0 143 57/ 7%);
    border-radius: 0 0 10px 10px;
}

.accordin_area .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: -0.2px;
    box-shadow: none;
    background-color: rgb(0 143 57/ 7%);
    padding: 25px 30px 0;
    text-transform: capitalize;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
}

.accordin_area .accordion-item .accordion-collapse .accordion-body p {
    color: var(--black-color);
}

/* news tabs */
.bg-green {
    background: linear-gradient(to bottom, #f99804, var(--secondary-color));
    height: 60px;
}

.bg-green .nav-link {
    border: none;
    background: linear-gradient(to bottom, #f99804, var(--secondary-color));
    border-radius: 0;
    font-family: Arial;
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    font-weight: 600;
}

.bg-green .nav {
    border: 0;
}

.bg-green .nav-link.active {
    background: #d97f03;
    text-decoration: none;
    color: #fff;
}

.search_bar .form-control {
    background: transparent;
    color: #fff;
}

.search_bar .form-control::placeholder {
    color: #fff;
}

.search_bar {
    border: 1px solid #fff;
    height: 40px;
    width: 230px;
    line-height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    position: relative;
}

.search_bar i {
    position: absolute;
    right: 10px;
}

/***About Us New Pages Css Start***/

/***Team Management Page***/
.key-council {
    position: relative
}

.key-council::after {
    position: absolute;
    background: #008f39;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 48%;
    z-index: -1;
    border-radius: 0 4px 4px 0;
}

.key-council-card {
    position: relative;
    z-index: 9;
}

.abt-title h4 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.abt-title h4::after {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: '';
    background: #008f39;
    transform: translateX(-50%);
    bottom: -20px;
}

.abt-title h4.wht-bd::after {
    background: #fff;
    transform: inherit !important;
    left: 0;
}

.diagram-img img {
    width: 100%;
}

.diagram-img {
    border: 2px solid #ff9700;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.custom-list li {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    font-style: italic;
    font-family: "Noto Sans", sans-serif;
}

.custom-list li::after {
    position: absolute;
    left: 0;
    background: url('../images/icon-check.svg');
    top: 2px;
    content: '';
    width: 20px;
    height: 20px;
}

.custom-list-new li {
    color: #000;
}

.team-card h4 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.team-card img {
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.team-grid {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    gap: 20px;
    justify-content: center;
}

.team-card {
    flex: calc(25% - 20px);
    max-width: calc(25% - 20px);
    padding: 20px 20px;
    border-radius: 6px;
    box-shadow: rgb(99 99 99/ 11%) 0px 2px 8px 0px;
    min-height: 160px;
    background: #fff;
    text-align: center;
}

.team-card p {
    font-style: italic;
    font-family: "Noto Sans", sans-serif;
}

.team-title {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.manage-lft-dis h4 {
    line-height: 40px;
    font-weight: 700;
}

.manage-lft-dis p {
    line-height: 26px;
}

.manage-rt-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.manage-rt-img:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.manage-rt-img img {
    width: 100%;
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.manage-rt-img {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.bg-grey {
    background: #f4f4f4;
}

.text-green {
    color: #008f39;
}

/***Team Management Page***/
.financal-lft-info h4 {
    color: #000;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
}

.financal-lft-info p {
    margin-bottom: 8px;
    text-align: justify;
}

.finance-img img {
    width: 100%;
}

.finance-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
    position: relative;
    overflow: hidden;
}

.finance-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.finance-img:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.pdf-report-list {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    gap: 15px;
    justify-content: center;
}

.pdf-report-card {
    flex: calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    border: 1px solid #ff9700;
    transition: all .5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.pdf-report-card:hover {
    background: #ff9700;
}

.pdf-report-card h4 {
    color: #000;
    margin-bottom: 4px;
    font-size: 20px;
}

.pdf-report-card:hover h4 {
    color: #fff;
    transition: all .5s ease-in-out;
}

.pdf-report-card:hover p {
    color: #fff;
    transition: all .5s ease-in-out;
}

.pdf-report-card p {
    font-style: italic;
    font-size: 16px !important;
}

.report-icn {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid #fff;
}

.abt-sub-title h4 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    font-family: "DM Sans", sans-serif;
    line-height: 40px;
}

.abt-sub-title h4::after {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: '';
    background: #008f39;
    transform: translateX(-50%);
    bottom: -20px;
}

.pdf-report-second {
    flex: calc(25% - 15px);
    max-width: calc(25% - 15px);
}

.public-info {
    padding: 28px;
    background: #fff;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0;
}

.info-title {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    font-family: "DM Sans", sans-serif;
    line-height: 40px;
}

.info-title::after {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 3px;
    content: '';
    background: #008f39;
    transform: translateX(-50%);
    bottom: -10px;
}

.public-info-dis p {
    margin-bottom: 4px;
}

.public-info-dis>h4 {
    color: #000;
    font-weight: 600;
}

.public-info-dis {
    margin-bottom: 20px;
}

.contct-info p {
    margin-bottom: 5px;
}

.contct-info p b {
    color: var(--primary-color) !important;
}

.contct-info p a {
    color: var(--secondary-color) !important;
}

.award-img img {
    width: 100%;
}

.award-dis h4 {
    line-height: 34px;
    font-weight: 700;
    font-size: 22px;
}

.award-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.award-img img {
    width: 100%;
}

.award-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
}

.award-dis p {
    text-align: justify;
    line-height: 30px;
}

.award-ftr-dis {
    padding: 10px;
    background: #ff9700;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.award-ftr-dis p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.award-rt-img img {
    width: 100%;
}

.award-lft-dis h4 {
    line-height: 34px;
    margin-top:2.5rem;
}

.award-lft-dis p {
    text-align: justify;
}

.award-rt-img {
    border: 4px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.award-top-rt {
    position: relative;
}

.award-certifcate {
    width: 300px;
    overflow: hidden;
    height: 350px;
    position: absolute;
    bottom: -70px;
    right: 40px;
    left: inherit;
    border: 4px solid #ff9700;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}

.award-certifcate img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-info p {
    margin-bottom: 5px;
}

.title-divider .top-title {
    font-size: 16px;
    line-height: 25px;
}

.contact-txt h6, .contact-txt h6 a {
    font-size: 15px;
    line-height: 25px;
}

.contact-txt h6 {
    margin-bottom: 0;
}

.breadcrumb-menu {
    display: none;
}

.sub-menu {
    padding-left: 0;
}

.our-prople-banner {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 500px;
}
.our-people-detail-banner {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height:300px;
}


.custom-list-new {
    padding: 0;
    position: relative;
    text-align: start;
}

.custom-list-new li::after {
    position: absolute;
    left: 0;
    background-image: url('../images/check-mark-new.svg');
    top: 0;
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
}

.custom-list-new li {
    color: #616161;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 32px !important;
    background-color: unset !important;
    list-style: none;
}

.research-governance {
    background-color: #F0F8FF;
}

/* Management css Start  */
.team-card-new {
    background-color: #fff;
    border-radius: 4px;
    padding: 16px;
    max-width: calc(100% - 20px);
    box-shadow: rgb(99 99 99/ 11%) 0px 2px 8px 0px;
    text-align: center;
}

.team-card-new img {
    max-width: 100px;
    border-radius: 50%;
    height: 100px;
    object-fit: cover;
    width: 100px;
}

.team-card-new-absolute {
    background-color: #fff;
    border-radius: 4px;
    padding: 16px;
    max-width: calc(100% - 20px);
    box-shadow: rgb(99 99 99/ 11%) 0px 2px 8px 0px;
    text-align: center;
    padding-top: 75px;
    position: relative;
    height: 220px;
    margin-bottom: 60px;
    max-height: 220px;
    cursor: pointer;
}

.team-card-new-absolute img {
    max-width: 120px;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    max-height: 120px;
    object-fit: cover;
    position: absolute;
    top: -28%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #fff;
}

.team-card-new-absolute p {
    font-size: 15px;
}

.key-council-new {
    background: antiquewhite;
}

.key-council-new .abt-title h4.wht-bd::after {
    background-color: #000;
}

.w-40 {
    width: 40%;
}

/* Management css End  */

/* Financial Management css Start  */
.pdf-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 18px 24px;
    transition: box-shadow 0.2s;
}

.pdf-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.pdf-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-right: 18px;
}

.pdf-details h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.pdf-details span {
    font-size: 0.95rem;
    color: #888;
}

.pdf-download {
    margin-left: auto;
    color: var(--primary-color);
    font-size: 1.4rem;
    transition: color 0.2s;
    cursor: pointer;
}

.pdf-download:hover {
    color: #217dbb;
}

.bg-light-grey {
    background: #fbf9f9;
}

.modal-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #9bd8b3 !important;
}

.bg-light-green {
    background: rgba(240, 255, 255, 0.719);
}

/* iiph page css start  */
.iiph .iiphSwiper img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.iiphSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .iiphSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
    {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    padding: 8px;
}

.iiphSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
}

.swiper-pagination-bullet {
    background: #6366f1;
    opacity: 0.5;
}

.phfi-counters-section {
    background: antiquewhite;
}

.counter-box-pro {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.04);
    padding: 2rem 1rem;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter-box-pro .counter-icon {
    font-size: 2.2rem;
    color: var(--secondary-color);
    background: #eef2ff;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-box-pro .counter-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
}

.counter-box-pro .counter {
    display: flex;
    align-items: center;
    gap: 4px;
}

.counter-box-pro .counter-label {
    color: #334155;
    font-size: 1rem;
    font-weight: 500;
}

.counter-box-pro .text-theme {
    color: var(--primary-color) !important;
}

.counter-box-pro .plus {
    font-size: 2rem;
    vertical-align: super;
    color: var(--primary-color) !important;
}

.phfi-success-stories {
    background: #f8fafc;
}

.phfi-success-stories .testimonial-card {
    min-height: 320px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.phfi-success-stories .testimonial-card img {
    object-fit: cover;
}

.phfi-success-stories .swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.5;
}

.phfi-success-stories .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
}

.swiper.successStoriesSwiper {
    padding: 20px 0 60px;
}

.iiphSwiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
    border: 2px solid #eee;
}

.iiphSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
    opacity: 1;
}

.members-popup-img {
    min-height: 286px;
    max-width: 286px;
    object-fit: cover;
    border: 5px solid #fff;
}

/* iiph page css end  */

/* e-leaning css start  */
.e-leaning-box {
    padding: 20px;
    background: antiquewhite;
    border-radius: 4px;
}

.right-sidebar {
    padding: 16px;
    border-radius: 4px;
    background: #f0f0f0;

}

.right-sidebar-tabs {
    padding: 12px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.062) 1.95px 1.95px 2.6px;
    transition: all .3s ease-in-out;
}

.right-sidebar-tabs a {
    color: var(--dark-color);
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 140px;
    width: 100%;

}

.right-sidebar-tabs:hover {
    background-color: var(--tertiary-color);
}

.right-sidebar-tabs:hover.right-sidebar-tabs a {
    color: #fff;
}

.right-sidebar-tabs:hover.right-sidebar-tabs i {
    background-color: #fff;
    color: var(--tertiary-color);
}

.right-sidebar-tabs i {
    min-height: 50px;
    width: 50px;
    background: var(--tertiary-color);
    color: #fff;
    border-radius: 50%;
    border: 4px solid #eee;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donation-card img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 24px;
}

.awwards-img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #fff;
}

.bg-blue {
    background-color: aliceblue;
}

.achieved-single-item {
    background-color: #fff;
    border: 2px dashed #dbf0e7;
    padding: 20px 30px;
    position: relative;
    transition: all .3s ease-in-out;
    margin-bottom: 25px;
}

.achieved-single-item:hover {
    border-color: var(--primary-color);
}

.achieved-single-item img {
    margin-bottom: 25px;
}

.achieved-content ul li i {
    color: #e8b913;
    font-size: 20px;
}

.ramalingaswami-center {
    background-color: antiquewhite;
}

.ramalingaswami-center-tabs .nav-link {
    padding: 15px 20px !important;
}

.certificate-card {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.certificate-card .main-tag {
    padding: 8px 24px;
    color: #fff;
    border-radius: 4px;
}

.certificate-card .main-tag.pink {
    background-color: #FF5969;
}

.certificate-card .main-tag.green {
    background-color: #52CBBE;
}

.certificate-card .main-tag.yellow {
    background-color: #FEC630;
}

.certificate-card h6 {
    color: var(--primary-color);
}

.certificate-card p {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 0;
}

.certificate-card h5 {
    font-size: 18px;
    color: var(--text-color);
}

.certificate-card img {
    max-width: 300px;
    margin-bottom: 24px;
}

.chronic-box {
    text-align: center;
}

.chronic-box img {
    width: 100%;
    height: 100%;
    max-width: 100px;
}

.chronic-box h4 {
    margin-top: 16px;
    font-size: 20px;
}

.benefits-desc img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 4px;
}

.courses-section .card .card-img-top {
    height: 100%;
    max-height: 260px;
    object-fit: cover;
}

.courses-section .course-badge {
    display: inline-block;
    background-color: var(--tertiary-color);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
}

/* e-leaning css end  */

/* about us v2 css  */
.about_area_second_content .title span {
    color: var(--tertiary-color);
    font-size: 46px;
}

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

.about_area_second img {
    height: 100%;
    width: 100% !important;
    object-fit: contain;
    
}

.two-box-desc {
    padding: 24px;
    border-radius: 4px;
    background-color: #A8E5C6;
}

.measurable img {
    /*max-height: 600px;*/
    width: 100%;
    object-fit: cover;
}


.new-map-img {
    max-height: 550px;
    max-width: 90% !important;
}

.phfi-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    border: 1.5px solid #e3e8ee;
}

.phfi-table thead {
    background: linear-gradient(90deg, #007bff 0%, #00c6ff 100%);
    color: #fff;
    border: 1.5px solid #e3e8ee;
}

.phfi-table th,
.phfi-table td {
    padding: 1rem 1.5rem;
    text-align: left;
    border: 1px solid #ebebeb80;
}

.phfi-table th {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.phfi-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.phfi-table tbody tr:hover {
    background: #f8faff;
}

.phfi-table td {
    color: #333;
    vertical-align: middle;
}

.our-journey-cards .journey-card {
    background: #fff;
    border-radius: 4px;
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    border: 1.5px solid #e3e8ee;
    box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.06);
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.our-journey-cards .journey-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 123, 255, 0.12);
    border-color: #00c6ff;
}

.our-journey-cards .journey-card-icon {
    background: linear-gradient(135deg, #00c6ff 0%, #007bff 100%);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.08);
}

.our-journey-cards .journey-card-icon .iconify {
    color: #fff;
    font-size: 2rem;
}

.mb-20 {
    margin-bottom: 150px;
}

/* .partnership-collabe img {
    max-height: 380px;
    width: 100%;
    height: 500px;
    object-fit: cover;
} */

.map-box {
    text-align: center;
}


.profile-inf-modal .modal-body {
    height: 500px;
    overflow-y: scroll;
}

.profile-inf-modal .modal-body::-webkit-scrollbar {
    display: block;
    width: 5px;
}

.profile-inf-modal .modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.profile-inf-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #ff9700;
}



.partnership-img {
    width: 100%;
    height: 600px;
}

.partnership-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fac-box {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    /*background: var(--secondary-color);*/
     background: rgb(99, 99, 99);
    border-radius: 4px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.mb-80{
    margin-bottom: 80px;
}


/* --- Global & Utility Styles --- */

.journey-section {
    padding: 60px 0; /* Example padding */
    background-color: #f8f9fa; /* Light background for contrast */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

.mb-5 {
    margin-bottom: 3rem !important; /* Adjust as needed */
}

.title {
    font-size: 2.5rem;
    color: #343a40;
}


/* --- Timeline Structure --- */

.journey-timeline {
    position: relative;
    padding: 20px 0;
}

.timeline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Vertical Center Line */
.journey-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 50%; /* Center the line */
    width: 4px; /* Thickness of the line */
    background-color: #28a745; /* Green color */
    transform: translateX(-50%);
}

.timeline-entry {
    position: relative;
    /* margin-bottom: 40px; Space between entries */
    /* Remove default list styling */
}




/* --- Card Styling --- */

.entry-card {
    padding: 20px;
    /* background-color: #ffffff; */
    border: none;
    border-radius: 8px;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}

.entry-card h4 {
    margin-top: 0;
    color: #343a40; /* Example title color */
    font-size: 1.25rem;
}

.entry-card p {
    margin-bottom: 0;
    color: #6c757d;
}

/* --- Desktop Layout (Min-width 768px) --- */
@media (min-width: 768px) {
    .timeline-entry {
        width: 50%; /* Entries take up half the width */
        clear: both; /* Prevents floating elements from interfering */
    }

    /* Horizontal Line connector from the card to the center line */
    .timeline-entry::after {
        content: '';
        position: absolute;
        top: 30px; /* Aligns with the circle/dot */
        height: 4px; /* Thickness of the horizontal line */
        width: calc(10% - 10px); /* 50% width minus a little space for alignment */
        background-color: #28a745; /* Green color */
        z-index: 5;
    }

    /* Entries on the Left Side */
    .entry-left {
        float: left;
        padding-right: 50px; /* Space between card and center line */
    }

    .entry-left .entry-card {
        text-align: right;
    }

    /* Connector for Left Entries */
    .entry-left::after {
        right: 0; /* Positions the line to connect to the center */
        left: auto;
    }

    /* Entries on the Right Side */
    .entry-right {
        float: right;
        padding-left: 50px; /* Space between card and center line */
    }

    .entry-right .entry-card {
        text-align: left;
    }

    /* Connector for Right Entries */
    .entry-right::after {
        left: 0; /* Positions the line to connect to the center */
        right: auto;
    }

    /* Ensure dot is on the center line */
    .timeline-entry::before {
        left: 50%;
        transform: translateX(-50%);
    }

    /* Clear the floats after the timeline */
    .timeline-list::after {
        content: '';
        display: table;
        clear: both;
    }
    li.timeline-entry:not(:first-child) {
        margin-top: -60px;  
    }
}


/* --- Mobile Layout (Max-width 767px) --- */
@media (max-width: 767px) {
    /* Make the vertical line align to the left */
    .journey-timeline::before {
        left: 10px; /* Position the vertical line to the left */
        transform: none;
    }

    .timeline-entry {
        width: 100%;
        padding-left: 30px; /* Space for the line and dot */
        margin-bottom: 30px;
    }

    /* Remove floating */
    .entry-left,
    .entry-right {
        float: none;
        padding-right: 0;
        padding-left: 30px; /* Consistent left padding for all entries */
    }

    .entry-card {
        text-align: left !important; /* Ensure text is left-aligned on mobile */
    }

   
    /* Remove horizontal line connector on mobile */
    .timeline-entry::after {
        content: none;
    }
}

/*.ramalingaswami-center table {*/
/*    border-collapse: collapse;*/
/*}*/
/*.ramalingaswami-center td, .ramalingaswami-center tr, .ramalingaswami-center th {*/
   
/*    border-width:1px;*/
/*    border-color: inherit;*/
/*    border-style:solid;*/
/*    padding:20px;*/
/*}*/
/*.ramalingaswami-center table{*/
/*    width:100%;*/
/*}*/

#ramalingaswami2 table{
     border-collapse: collapse;
}

#ramalingaswami2  td, #ramalingaswami2  tr, #ramalingaswami2  th{
      border-width:1px;
    border-color: inherit;
    border-style:solid;
    padding:20px;
}

#ramalingaswami2  table{
    width:100%;
}



/*------------------------------------------------------- index page > video > inner page ----------------------------------------------------------------*/
/* Anchor styling */
.news_area .section_title a {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease;
}

.news_area .section_title a:hover {
    transform: scale(1.02);
}

/* H2 title styling */
.news_area .section_title h2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 32px;
    font-weight: 600;
    color: #1e1e1e;
    transition: color 0.3s ease;
}

.news_area .section_title a:hover h2 {
    color: #0a58ca; /* YouTube red */
}

/* YouTube icon styling */
.news_area .section_title h2 i {
    font-size: 34px;
    color: #ff0000;
    transition: transform 0.3s ease;
}

/* Icon animation on hover */
.news_area .section_title a:hover i {
    transform: scale(1.15);
}

