body {
	background-color: #ffffff;
	color: #000000;
}

/*a:link {*/
/*	color: #000000;*/
/*}*/

a:active {
	color: #000000;
}

/*a:visited {*/
/*	color: #808080;*/
/*}*/

/*a:hover {*/
/*	color: red;*/
/*	background: #ffffff;*/
/*}*/

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main {
	background-color: #ffffff;
}

#main h2 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: red;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted red;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#content h4 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar a {
	background-color: red;
	padding: 5px;
	color: white;	
}
.pkp_structure_main .page>.cmp_edit_link {
    display: none;
}
#copyright1 {
    /*width: 1000px;*/
    /*margin: auto;*/
    /*margin: -23px;*/
    color: white;
    text-align: center;
    /*line-height: 30px !important;*/
    clear: both;
    font-family: "Humnst777 BT";
    font-size: 14px;
}
.pkp_structure_footer_wrapper {
    background: none;
 border-top: 0px solid #ddd;
 border-bottom: none;
}

.footer-col a:hover{
	background: #f0f8ff00;
}

.pkp_structure_footer {
border-radius: 5px;
background: #bfc2c7;
}
.has_site_logo .pkp_head_wrapper {
    padding-right: 0em;
}
.pkp_footer_content {
    padding: 0rem;
}
.pkp_brand_footer {
    display: none;
}
/* =========================================
   HEADER
========================================= */

.pkp_structure_head {
    background: #0d3b66;
    border-bottom: none;
}

/* =========================================
   TOP HEADER
========================================= */

.pkp_head_wrapper {
    width: 100%;
}

/* =========================================
   LOGO BAR
========================================= */

.pkp_site_name_wrapper {
    background: white;
    position: relative;
}

.pkp_site_name img {
    max-height: 60px;
    width: auto;
}
html {
    background: #225484;
}
.pkp_site_name .is_img img {
        max-height: 40px;
    }
/* =========================================
   NAVIGATION
========================================= */

.pkp_navigation_primary_row {
    background: #0d3b66;
    padding: 0 6px;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 15px;
}

.pkp_navigation_primary > li > a:hover {
    background: rgba(255,255,255,0.08);
}

/* =========================================
   HERO SECTION
========================================= */

/*.custom-hero-section {*/
/*    background:*/
/*        linear-gradient(rgba(4, 28, 55, 0.88),*/
/*        rgba(4, 28, 55, 0.88)*/
/*    ),*/
/*        url('../images/banner.jpg');*/

/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    width: 100%;*/
/*    padding: 41px 22px;*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
.custom-hero-section {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at top right,
            rgba(255,255,255,0.08) 0%,
            transparent 30%),

        radial-gradient(circle at bottom right,
            rgba(255,255,255,0.06) 0%,
            transparent 25%),

        radial-gradient(circle at center right,
            rgba(255,255,255,0.04) 0%,
            transparent 20%),

        linear-gradient(
            135deg,
            #06264a 0%,
            #0d3b66 50%,
            #124d87 100%
        );

    padding: 60px 40px;
    color: #fff;
}
.custom-hero-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border: 2px solid rgba(255,255,255,0.06);
    border-radius: 50%;
    right: -200px;
    top: -100px;
}

.custom-hero-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border: 2px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    right: -100px;
    bottom: -150px;
}
/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* =========================================
   JOURNAL LOGO
========================================= */

.journal-logo img {
    width: 130px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

/* =========================================
   JOURNAL DETAILS
========================================= */

.journal-details {
    flex: 1;
}

.journal-details h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 700;
}

.journal-desc {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.journal-index {
    color: #d7e8ff;
    margin-bottom: 25px;
    font-size: 15px;
}

/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-btn {
    background: #ffffff;
    color: #0d3b66 !important;
    text-decoration: none;
    padding: 11px 18px;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
}

.hero-btn:hover {
    background: #dbe9ff;
}

.primary-btn {
    background: #1b75d0;
    color: #ffffff !important;
}

.primary-btn:hover {
    background: #0e5cab;
}

/* =========================================
   MOBILE MENU BUTTON
========================================= */

.pkp_site_nav_toggle {
    top: 0px;
    right: 20px;
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media screen and (max-width: 768px) {

    .custom-hero-section {
        padding: 35px 20px;
        text-align: center;
    }

    .hero-content {
        flex-direction: column;
        gap: 20px;
    }

    .journal-logo img {
        width: 85px;
    }

    .journal-details h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .journal-desc {
        font-size: 14px;
        line-height: 1.5;
    }

    .journal-index {
        font-size: 13px;
    }

    .hero-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }

    .hero-btn {
        width: 100%;
        font-size: 13px;
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
    }

    .pkp_navigation_primary_row {
        padding: 0;
    }

    .pkp_navigation_primary_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .pkp_navigation_search_wrapper {
        width: 100%;
        padding: 10px 20px;
    }
    .pkp_navigation_user>li>a {
    color: white;
}
}

/* =========================================
   EXTRA SMALL DEVICES
========================================= */

@media screen and (max-width: 480px) {

    .journal-details h1 {
        font-size: 22px;
    }

    .hero-buttons {
        grid-template-columns: 1fr;
    }

    .hero-btn {
        font-size: 12px;
    }

    .custom-hero-section {
        padding: 25px 15px;
    }
    .pkp_site_name .is_img img {
    max-height: 32px;
}
.pkp_navigation_user>li>a {
    color: white;
}
}
.pkp_navigation_user>li>a {
        color: #0d3b66;
            font-size: 15px;
            border-left: 1px solid #225383;
    }
    .pkp_site_name .is_text{
    color: #0d3b66;
 }
 .pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after{
    background: #07294e;
 }
 .pkp_site_nav_toggle>span {
    border-bottom: 3px solid #07294e;
 }
 .pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
    color: #0a325a;
 }
.pkp_structure_page {
    box-shadow: 0 0 50px rgb(0 0 0 / 58%);
}
.card-section{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
}

.card{
    width: 245px;
    min-height: -11px !important;
    background:#f5f5f5;
    padding: 4px 15px;
    transition:0.4s ease;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}

/* Gradient Hover Effect */
.card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#3c36c7,#35b9f2);
    opacity:0;
    transition:0.4s ease;
    z-index:0;
}

.card:hover::before,
.card.active::before{
    opacity:1;
}

.card h2,
.card p,
.learn-btn{
    position:relative;
    z-index:2;
    transition:0.4s ease;
}

.card h2{
    font-size:28px;
    font-weight:400;
    line-height: 0.2;
    margin-bottom: 24px;
    color:#000;
}

.card p{
    font-size:16px;
    line-height:2;
    color:#000;
    margin-bottom:55px;
}

.learn-btn{
    text-decoration:none;
    color:#000;
    letter-spacing:2px;
    font-size:14px;
    display:inline-flex;
    align-items:center;
    gap:15px;
}

/* Hover Text Color */
.card:hover h2,
.card:hover p,
.card:hover .learn-btn,
.card.active h2,
.card.active p,
.card.active .learn-btn{
    color:#fff;
}

.learn-btn span{
    font-size:30px;
    line-height:1;
}

/* Mobile Responsive */
@media(max-width:768px){
    .card{
        width:100%;
    }

}