

/* Body background */
body {
    background: #f0f0f0;
    margin: 0;
    padding: 0;
}

/* Card wrapper for page */
.pkp_structure_page {
    max-width: 1200px;
    margin: 20px auto;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
}

/* Header */
.pkp_structure_head {
    background: url("https://globalsciencepublisher.com/img/ScientiaBG2.jpg") no-repeat center center;
    background-size: cover;
    height: 160px;  /* jitna space chahiye utna set karo */
    position: relative;
    padding-bottom: 0px; /* navigation ke liye jagah */
}

/* Content (single full section) */
.pkp_structure_main {
    padding: 30px;
}

/* Footer */
.pkp_site_footer {
    border-radius: 0 0 10px 10px;
    padding: 15px;
    background: #f8f8f8;
    text-align: center;
}

/* Remove unwanted borders/shadows */
.pkp_structure_content,
.pkp_block {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;

}


.pkp_site_name .is_text {
    display: none !important;   /* text/alt text hide */
}


/* Navigation ko block display de kar neeche bhejo */
.pkp_navigation_primary_wrapper {
    display: block;
    Margin-left: 15%;
    margin-top: 60px;   /* logo aur nav ke beech gap */
    font-weight: bold;
}

.pkp_page_index .additional_content {
    border-top: 0px;
}
.pkp_structure_content {
        padding-top: 0px; 
    }

.pkp_structure_main:first-child:last-child {
        
        margin-top: 0px;

    }
.pkp_structure_main {
    padding: 0px;
}

.page h1 {
    display: none !important;
}
.pkp_page_index .additional_content>p:last-child {
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0%;
}

.cmp_breadcrumbs ol {
    /* margin-bottom: 2.143rem; */
    /* padding: .357rem 0; */
    /* line-height: 1.43rem; */
    /* font-size: .93rem; */
    display: none;
}

.pkp_structure_main p, .pkp_structure_main ul {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    margin-left: 2%;
    margin-right: 2%;
}




@media (max-width: 768px) {
  /* Sirf logo aur site name hide */
  .pkp_site_name_wrapper {
    Background-Color: black;
  }
.pkp_structure_head {
    background: url("https://globalsciencepublisher.com/img/logo.png") no-repeat center center;
    background-size: cover;
    height: 2%;  /* jitna space chahiye utna set karo */
    position: relative;
    padding-bottom: 0px; /* navigation ke liye jagah */
}
}
