/* 
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/Untitled-design.png) 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: #a73110; 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: #a73110;
    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: #a73110;
}
.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 #a73110;
}
.objective-content-section, .governing-content-section, .amendments-content-section, .contact-content-section {
    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 {
    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: #a73110;
    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 #ef2917;
    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: #a73110;
    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;
    border-color: #ef2917 !important; 
}
.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: #a73110;
}
.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: #a73110;
    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;margin: 0 auto;}
.organogram-content-section .organogram-content img{ width: 100%;}
.lang-en .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: #a73110;
}
.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% 10% 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: #a73110;
    font-weight: 700;
}
.contact-fancy-box .item--icon {
    margin-right: 20px;
}
.governing-heading {
    width: 100%;
}
.lang-od .testimonial-card h3 {
    font-size: 21px;
    line-height: 25px;
}
.phdma-content-accordion .accordion-button:after {
    position: unset;
}
.phdma-content-accordion .accordion-button.collapsed:after {
    transform: none;
}
.phdma-content-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
    border: none;
}
.phdma-content-accordion .accordion .accordion-item .accordion-header button.accordion-button.collapsed{background: none;}

.socialBox{ position: absolute; top: 50%; right:0; background: rgba(255, 255, 255, 0.7); padding: 25px 15px; border-radius: 50px; transform: translate(-50px, -50%);}
.socialBox ul{margin: 0; padding: 0;}
.socialBox ul li{ list-style-type:none; margin: 0 0 15px; padding: 0;}
.socialBox ul li:last-child{ margin: 0;}
.socialBox ul li.zoom-in{transition: all 0.3s ease;}
.socialBox ul li.zoom-in:hover{transition: all 0.3s ease; transform: scale(1.15);}

.contact-fancy-box .item--icon img {
    max-width: initial;
}

@media screen and (max-width: 1199px) {
    #ct-header-wrap .ct-header-branding a.logo-mobile {
        opacity: 1;
        position: static;
        transform: none;
    }
}

.governing-heading, .governing-table {
    width: 100%;
    padding: 0 15px;
}
.amendments-content {
    padding: 0 15px;
}
@media screen and (max-width: 768px){
#pagetitle{padding: 50px 0;}
.strategies-content-section, .medl-content-section, .phdma-content-section, .phdma-content-accordion {padding: 30px 0;}
.governing-table .president-block{width: 100%;}
section.governing-content-section h2{margin: 15px auto;}
div.members-info-box{margin-bottom: 10px;}
div.governing-table .members-block, .amendments-content-section {padding: 15px 0;}
.mob-hide {display: none;}
div.strategies-box {height: auto; margin-bottom: 20px;}
div.medl-content-heading {padding: 0 15px;}
.phdma-content-area.mb-0 .row .col-xs-12:nth-child(1) {order: 1;}
.activities-content-ftr, .engaging-content-section {padding: 30px 0;}
.phdma-content-section .phdma-content-area {margin-bottom: 0;}
.contact-info-box {margin: 0; padding: 0;}
.contact-info-heading h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #082680;
    text-align: center;
}
.contact-content-section {
    padding: 20px 0 0;
}
}