                @media (min-width: 992px){
.pkp_site_name {
padding-bottom: 30px;

}
.board-container {
            width: 100%;
            max-width: 800px;
        }

        /* Editorial Board Card */
        .board-card {
            display: flex;
            background-image: linear-gradient(236deg, #006aca 0%, #006aca 100%);
            border-radius: 12px;
            overflow: hidden;
            padding: 20px;
            color: white;
            align-items: center;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 20px; /* Space between cards */
            width: 100%;
        }

        .board-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
        }

        /* Profile Image */
        .board-card img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            border: 4px solid white;
            object-fit: cover;
            margin-right: 20px;
        }

        /* Member Details */
        .member-info {
            flex: 1;
        }

        .member-name {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .member-affiliation {
            font-size: 14px;
            margin-bottom: 8px;
        }

        /* Contact Details */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
            font-size: 15px;
        }

        .contact-info i {
            margin-right: 8px;
            font-size: 18px;
        }

        .contact-info a {
            color: white;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .contact-info a:hover {
            opacity: 0.8;
        }

        /* Responsive Layout */
        @media (max-width: 768px) {
            .board-card {
                flex-direction: column;
                text-align: center;
                align-items: center;
                padding: 15px;
            }
            .board-card img {
                margin-bottom: 15px;
            }
        }


.form-control {
    width: 89%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.btn-block {
    display: block;
    width: 100% !important;
    font-size: 16px;
    font-weight: bold;
}
.btn-success {
    color: #fff;
    background-color: #006aca;
    border-color: #006aca;
}
.btn-block {
    width: 10%;
    font-size: 16px;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: bold;
    background: #006aca;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #006aca;
    color: white;
}
.omp-sum-divider {
    height: 2px;
    background: linear-gradient(to right, #006aca 0%, #006aca 50%, #006aca 90%);
    border: none;
    margin: 20px auto;
    width: 100%;
    position: relative;
}


.beautiful-span {
    color: #5C67F2;             /* Sets the text color */
    font-family: 'Arial', sans-serif; /* Sets the font family */
    font-size: 16px;            /* Sets the font size */
    background-color: #E0E0E0;  /* Sets the background color */
    padding: 8px 12px;          /* Adds space around the text */
    border: 2px solid #5C67F2;  /* Adds a solid border */
    border-radius: 8px;         /* Rounds the corners of the border */
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3); /* Adds a shadow effect */
    text-shadow: 1px 1px 2px #ffffff; /* Adds a subtle text shadow */
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 60px; /* Just above the screen bottom */
    right: 20px;
    background: #25D366; /* WhatsApp green */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

/* WhatsApp Icon */
.whatsapp-float .fa-whatsapp {
    font-size: 24px;
}

/* Hover Effect */
.whatsapp-float:hover {
    background: #1EBE57;
    transform: scale(1.05);
}
    
.pkp_site_name .is_text {
    
  font-size:30px;  
    
}
    
.pkp_navigation_primary>li>a {    
    
    font-size: 15px;
    font-weight: 600;}
    
    
    
    
}

.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    text-align: justify;
}

.pkp_block {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 0 4px 3px #cccccc;
}

.pkp_block {
    padding: 0px 0;
    background-color: #006aca;
}


.pkp_block .title {
    width: 100%;
    background-color: #006aca;
    height: 30px;
    font-size: 13px;
    color: #ecececec;
    padding-top: 0.4em;
    margin-bottom: 0px;
    border: 0px;
    text-align: center;
    
    
}


.pkp_block .content ul li {
    padding: 0px 0;
    background-color: #075499;
}


.pkp_block ul>li a {
    color: white;
    padding: 0.75rem 1rem;
    display: flex;
}


.pkp_block a {
    text-decoration: none;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    color: white;
}


h5, .h5 {
    font-size: 1.25rem;
}

.pkp_block {
    margin-bottom: 23px;
}


.p1s {
    margin: 0!important;
    padding: 0!important;
}

.pkp_site_nav_menu {
    
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}


@media (min-width: 992px){
.col-lg-35 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 37%;
}
}

.col-lg-35 {
position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}                