/* 
font-family: "Open Sans", sans-serif;
font-family: "Montserrat", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Roboto", sans-serif;
*/

*{ font-family: "Poppins", sans-serif;}
.about-section{ 
    background:#E9E9E9 url(https://jenamart.com/phdma/wp-content/uploads/2025/11/index-bg.jpg) no-repeat; 
    background-position: bottom center; 
    padding:50px 0px 50px 0px;
}
.about-content{
    background: #F6F6F6 url(https://jenamart.com/phdma/wp-content/uploads/2025/09/index-about-bg.jpg) no-repeat;
    background-position: bottom left;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px;
}
.member-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.member-section .memberBlock {
    border: 1px solid #e9eaf6;
    padding: 30px 20px 30px 36px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    transition: all 240ms linear 0ms;
    background-color: #fff;
}
.member-section .memberBlock:hover {
    border-bottom: 3px solid #36bcdc;
    -webkit-box-shadow: 0 13px 29px rgba(2, 21, 78, 0.17);
    -khtml-box-shadow: 0 13px 29px rgba(2, 21, 78, 0.17);
    -moz-box-shadow: 0 13px 29px rgba(2, 21, 78, 0.17);
    -ms-box-shadow: 0 13px 29px rgba(2, 21, 78, 0.17);
    -o-box-shadow: 0 13px 29px rgba(2, 21, 78, 0.17);
    box-shadow: 0 13px 29px rgba(2, 21, 78, 0.17);
}
.member-section .memberBlock img {
    height: 141px;
    margin-right: 16px;
}
.member-info h2 {
    font-size: 21px;
    font-weight: 700;
    color: #082680;
}
.about-content h2{
    font-size: 36px;
    font-weight: 700;
    color: #082680;
}
.member-info p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}
.objective-section{ background: #0A5EA6; padding: 50px 0px 50px 0px;}
.objective-content{ text-align: center;}
.objective-content h2{
    color: #F6A206;
    font-family: "Poppins", Sans-serif;
    font-size: 51px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.objective-content p {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #FFF;
    width: 80%;
    margin: 20px auto;
}
.objective-img img{ width: 100%;}
.footprint-section{ background: #13284E; padding: 50px 0px 50px 0px;}
.visionBlock-counter{padding: 50px 0px 50px 0px; background:#000000 url(https://jenamart.com/phdma/wp-content/uploads/2020/11/bg-counter.png) top center; background-size: cover;}
.footprint-counter h2{color: #FFF; font-size: 41px; font-weight: 600; margin-bottom: 30px; text-transform: uppercase;}
.counter-box-section {display: flex; gap: 20px; margin-bottom: 20px;}
.counter-box-section .counter-box {
    padding: 25px 15px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    width: 250px;
}
.innerBlock-counter .counter-box-section .counter-box{ width: 25%;}
.counter-box-section .counter-box.orng-colored{border: 1px solid #ffa400;}
.counter-box-section .counter-box.gren-colored{border: 1px solid #a7ad50;}
.counter-box-section .counter-box .counter-info span {
    color: #36BCDC;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}
.counter-box-section .counter-box .counter-info span.counterText {
    color: #36BCDC;
    font-size: 35px;
    font-weight: 600;
}
.counter-box-section .counter-box p{color: #FFFFFF; font-weight: 500; font-size: 19px; text-transform: uppercase;}
.visionBlock-counter .counter-box-section .counter-box p{ margin: 15px 0;}
.footprint-map-block img{ width: 100%;}


.ftr-slider-section, .vision-content-section{
    background-color: #13284E;
    background-image: url(https://jenamart.com/phdma/wp-content/uploads/2025/11/btm-bg.jpg);
    padding: 50px 0px 50px 0px;
    position: relative;
}
.owl-carousel.bbb_slider .owl-item{width: 100%;}
.bbb_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.bbb_container .bbb_slider_nav {
    display: flex;
    gap: 20px;
}
.bbb_container .bbb_slider_nav .bbb_nav i {
    font-size: 41px;
    cursor: pointer;
}
.owl-carousel.owl-drag .owl-item .bbb_image img {
    border-radius: 20px;
}
.bbb_container h2.bbb_title {
    text-transform: uppercase;
    font-size: 41px;
    font-weight: 600;
}
.social-box h2 {
    text-transform: uppercase;
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 30px;
}
.social-box img {
    width: 100%;
}
.vision-img img{ width: 100%;}
.vision-content h2, .about-content-box h2{color: #082680; font-size: 36px; font-weight: 700; margin-bottom: 30px; text-transform: uppercase;}
.vision-content p {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
}
.visionmission-content-section .qutBox {
    text-align: center;
    color: #082680;
    font-size: 23px;
    font-weight: 700;
    width: 70%;
    margin: 50px auto;
}
.visionmission-content-section .about-img img {
    width: 100%;
}
.visionmission-content-section .about-img {
    margin-right: 40px;
}
.visionmission-content-section{padding-bottom: 50px; position: relative;}
.visionmission-content-section:before {
    content: "";
    background: url(https://jenamart.com/phdma/wp-content/uploads/2025/10/Organogram-bg-1.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
}

.objective-content-section{ padding: 50px 0;}

.objective-content-section .item--inner {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(5, 28, 49, 0.07) 0px 2px 25px;
    margin-bottom: 47px;
    border-radius: 8px;
    padding: 37px 30px 40px 33px;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    border-top: 6px solid rgb(255, 255, 255);
}
.objective-content-section .item--holder{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.objective-content-section .item--image{
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
.objective-content-section .item--inner .item--holder .item--image img {
    width: 45px; height: auto;
}
.objective-content-section .item--inner .item--holder .item--title{
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 700;
    color: #082680;
}
.objective-content-section .item--inner .item--description {
    margin: 17px 0 0;
}

.objective-content-section .item--inner:hover{
    background-color: rgb(255, 255, 255);
    transform: translateY(-28px);
    box-shadow: rgba(5, 28, 49, 0.14) 0px 25px 25px;
    margin-bottom: 47px;
    border-radius: 8px;
    padding: 37px 30px 40px 33px;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    border-top: 6px solid #0431b8;
}
.objective-content-section, .governing-content-section, .amendments-content-section, .contact-content-section, .medl-content-section, .phdma-content-accordion {
    background-color: #F0F5F9;
    background-image: url("https://jenamart.com/phdma/wp-content/uploads/2020/10/get-good-review2.jpg");
    background-position: bottom center;
    background-repeat: repeat-x;
    position: relative;
    z-index: 1;
}
/* .objective-content-section .objective-background-overlay {
    background-image: url("https://jenamart.com/phdma/wp-content/uploads/2020/10/bg-section-review1.png");
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
} */
 .objective-content-section:before, .governing-content-section:before, .amendments-content-section:before, .medl-content-section:before, .phdma-content-accordion:before {
    content: "";
    background: url("https://jenamart.com/phdma/wp-content/uploads/2020/10/bg-section-review1.png") no-repeat top left;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.visionmission-content-section .qutBox p {
    font-size: 27px;
}
.governing-content-section h2 {
    text-align: center;
    color: #082680;
    font-size: 27px;
    font-weight: 700;
    width: 95%;
    margin: 50px auto;
    line-height: 47px;
}
.governing-table .president-block {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    border: 5px dashed #0a5ea6;
    border-radius: 10px;
    padding: 19px;
}
.president-block .image-box-wrapper .image-box-img {
    width: auto;
    margin: 0 auto;
}
.president-block .image-box-wrapper .image-box-img img {
    width: 25%;
    height: auto;
}
.president-block .image-box-wrapper .image-box-content h3 {
    margin-bottom: 0;
    font-size: 24px;
    color: #8cd102;
    margin-top: 10px;
}
.president-block .image-box-wrapper .image-box-content p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.members-info-box {
    display: flex;
    background-color: #F1F1F1;
    border-style: dashed;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    margin-bottom: 25px;
    height: 95px;
}
.members-info-box:hover {
    box-shadow: 1px 5px 10px #9b9b9b !important;
    cursor: pointer;
}
.members-info-box .image-box-wrapper{
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    padding: 10px;
}
.members-info-box .image-box-wrapper figure.image-box-img {
    margin: 0 15px 0 0;
}
.members-info-box .image-box-wrapper figure.image-box-img img {
    width: 72px;
    height: auto;
}
.members-info-box .image-box-wrapper .image-box-content h5{
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #0a5ea6;
}
.members-info-box .image-box-wrapper .image-box-content p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
.governing-table .members-block, .amendments-content-section {
    padding: 50px 0;
}
.amendments-content-section h2 {
    text-align: left;
    color: #082680;
    font-size: 27px;
    font-weight: 700;
}
.organogram-content-section{padding-top: 0px; position: relative;}
.organogram-content-section:before {
    content: "";
    background: url(https://jenamart.com/phdma/wp-content/uploads/2025/10/Organogram-bg-1.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
}
.organogram-content-section .organogram-content{padding-top: 50px; text-align: center;}
.organogram-content-section .organogram-content img{ width: 70%;}
.contact-content-section{padding: 50px 0 0;}

.contact-info-heading h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #082680;
}
.contact-info-title span {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #082680;
}
.contact-info-title span small{font-size: .875em; font-weight: 400;}
.contact-info-box {
    margin: 0px 0px 30px;
    padding: 0% 32% 0% 0%;
}
.contact-fancy-box {
    border: 1px solid #e9eaf6;
    padding: 30px 20px 30px 36px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    background-color: #fff;
    margin-bottom: 25px;
}
.contact-fancy-box .item--holder h3.item--title{
    font-size: 20px;
    color: #082680;
    font-weight: 700;
}
.contact-fancy-box .item--icon {
    margin-right: 20px;
}
.strategies-content-section, .medl-content-section, .phdma-content-section, .phdma-content-accordion{ padding: 50px 0;}
.strategies-content-section .strategies-heading{ margin-bottom: 50px;}
.strategies-content-section .strategies-heading h2{
    font-size: 31px;
    color: #ef2917;
    font-weight: 700;
    text-align: center;
}
.medl-content-section .medl-content-heading h2{
    font-size: 31px;
    color: #a73110;
    font-weight: 700;
    text-align: left;
    margin-bottom: 21px;
    margin-top: 15px;
}
.strategies-content-section .strategies-heading p{
    font-size: 20px;
    color: #a73110;
    font-weight: 700;
    text-align: center;
    font-style: italic;
}
.strategies-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 150px;
}
.strategies-box .item--holder h3 {
    font-size: 21px;
    font-weight: 600;
    color: #a73110;
    margin-bottom: 10px;
}
.strategies-box .item--holder .item--description {
    font-size: 16px;
}
.strategies-box.strg-center-img {
    height: auto;
}
.strg-center-img img{ width: 100%;}
.phdma-img img {width: 100%;}
.phdma-content-section .phdma-content-area {margin-bottom: 50px;}
.phdma-content-box h2 {
    font-size: 23px;
    font-weight: 700;
    color: #a73110;
}
.phdma-content-box p.sub-title {
    font-size: 16px;
    font-weight: 600;
}

.accordion {
	margin-top: 0px; /* Add space above accordion */
}
.accordion .card {
	border-radius: 0;
	border-width: 1px 0 1px 0;
	margin-bottom: 15px;
}
.accordion .card:first-child {
	border-top: none;
}
.accordion .card .card-header {
	background: #fff;
	padding:0px;
	border-radius: 0;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
}
.accordion .card-header:hover {
	background: #f8f8f8;
}
.accordion .card-header h2 span {
	float: left;
	margin-top: 10px;
}
.accordion .card-header .btn {
	font-size: 1.04rem;
	font-weight: 500;
	width: 100%;
	text-align: left;
	position: relative;
	top: -2px;
	background: none;
}
.accordion .card-header i {
	float: right;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
	top: 15px;
}
.accordion .card-header button:hover {
	color: #23384e;
}
.accordion .card-body {
	background: #FFFFFF;
	color: #595959;
}
.accordion .highlight {
	color: #fff;
	background: #FFF !important;
}
.card-header h2 a.btn:active {
    background: none !important;
    color: #082698 !important;
}
.strategies-box .item--icon img{max-width: unset; position: unset; transform: unset;}