/*
Theme Name: Indian Journal of Pharmaceutical Sciences
Theme URI: 
Author: IJPS
Author URI:
Description: Custom WordPress theme for Indian Journal of Pharmaceutical Sciences.
Version: 1.0
Text Domain: ijps
*/
@import url("https://use.typekit.net/trk6mhb.css");

* {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
        font-family: "bc-civitas", sans-serif;

}
body {
    margin: 0;
    /* font-family: "jovie-glow", sans-serif; */
    font-family: "bc-civitas", sans-serif;
    color: #222;
    background: #ffffff;
}
div#mainHeader {
    max-width: 90%;
    margin: 30px auto;
    position: fixed;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    border-radius: 15px;
    background-color: #fff;
    left: 5%;
    z-index: 9999;
}
div#mainHeader:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 20%;
    background-color: #3368c6;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 15px 0px 0px 15px;
}
ul#menu-main-menu li a {
    font-size: 16px;
    font-weight: 600;
}
/* Footer */

.site-footer {
    background: #17365d;
   
    padding: 25px 0;
    text-align: center;
}
/* Banner  */
.hero-subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.hero-title {
    font-size: 35px;
    /* text-align: justify; */
    line-height: 45px;
    margin: 15px 0px;
    font-weight: 600;
}

p.hero-paragraph {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0px 50px 0px;
}
section.h-90vh {
    height: 90vh;  
}
section#bannerWrapper:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000063;
}
.btnGroup a {
    margin-right: 50px;
}

a.BtnDark {
    padding: 13px 26px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
}

a.BtnLight {
    background-color: #fff;
    color:#000;
    padding: 13px 26px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
}
a.BtnDark:before {
    content:'';
    position:absolute;
    height: 15px;
    width: 15px;
    top: 0px;
    right: 0px;
    border: 2px solid #fff;
    border-bottom: 0px;
    border-left: 0px;
    transition:0.5s ease-in;
}
a.BtnDark:after {
    content:'';
    position:absolute;
    height: 15px;
    width: 15px;
    left: 0px;
    bottom: 0px;
    border: 2px solid #fff;
    border-top: 0px;
    border-right: 0px;
    transition:0.5s ease-in;
}

a.BtnDark:hover:after,a.BtnDark:hover:before {
    height:100%;
    width:100%;
}


/* a.BtnLight:before {
    content:'';
    position:absolute;
    height: 15px;
    width: 15px;
    top: -5px;
    right: -5px;
    border: 2px solid #000;
    border-bottom: 0px;
    border-left: 0px;
    transition:0.5s ease-in;
}
a.BtnLight:after {
    content:'';
    position:absolute;
    height: 15px;
    width: 15px;
    left: -5px;
    bottom: -5px;
    border: 2px solid #000;
    border-top: 0px;
    border-right: 0px;
    transition:0.5s ease-in;
}

a.BtnLight:hover:after,a.BtnLight:hover:before {
    height:100%;
    width:100%;
} */

.cardItems {
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    border-radius: 15px;
    background-color: #fff;
    padding: 15px;
}
section#services .Mainrow {
    margin-top: -25px;
    z-index: 1030;
    position: relative;
}

section#services {
    padding-bottom: 50px;
}
.my-2 {
    margin: 10px 0px;
}

h2.wp-block-heading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

pre.wp-block-code code {
    font-family: 'bc-civitas';
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
    list-style-type: circle;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 15px;
}
.footer-widget .menu li {
    margin-bottom: 10px;
}
button#mobileMenuButton {
    position: fixed;
    bottom: 25px;
    background-color: #fff;
}


@media screen and (min-width: 320px) and (max-device-width: 992px) { 
   div#mainHeader:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #3368c6;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 15px 0px 0px 15px;
}
img.custom-logo {
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}
#mobileMenu {
    position: fixed;
    height: 100vh;
    top: 0px;
    background-color: #fff;
    left: 0px;
    padding: 15px;
    width: 50%;
}
button.closeIco {
    float: right;
}

/* =========================================================
   IJPS Desktop Dropdown Menu
   ========================================================= */

@media (min-width: 1024px) {

    /* Main menu item */
    #mainHeader .menu-item {
        position: relative;
    }

    /* Parent menu item */
    #mainHeader .menu-item-has-children > a {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    /* Dropdown arrow */
    #mainHeader .menu-item-has-children > a::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 10px;
        margin-top: 2px;
        transition: transform 0.2s ease;
    }

    /* Submenu */
    #mainHeader .sub-menu {
        position: absolute;
        top: calc(100% + 15px);
        left: 0;

        min-width: 210px;

        margin: 0;
        padding: 10px 0;

        list-style: none;

        background: #ffffff;

        border: 1px solid #e5e7eb;
        border-radius: 10px;

        box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);

        z-index: 9999;

        opacity: 0;
        visibility: hidden;

        transform: translateY(8px);

        transition:
            opacity 0.2s ease,
            visibility 0.2s ease,
            transform 0.2s ease;
    }

    /* Show submenu on hover */
    #mainHeader .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Dropdown links */
    #mainHeader .sub-menu li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #mainHeader .sub-menu li a {
        display: block;

        width: 100%;

        padding: 11px 18px;

        color: #1f2937;

        text-decoration: none;

        font-size: 14px;
        font-weight: 600;

        white-space: nowrap;

        box-sizing: border-box;

        transition:
            background-color 0.2s ease,
            color 0.2s ease;
    }

    /* Dropdown hover */
    #mainHeader .sub-menu li a:hover {
        background: #eff6ff;
        color: #2563eb;
    }

    /* Rotate arrow */
    #mainHeader
    .menu-item-has-children:hover
    > a::after {
        transform: rotate(180deg);
    }

}
/* =========================================================
   IJPS Mobile Dropdown
   ========================================================= */

@media (max-width: 1023px) {

    /* Parent menu item */
    #mobileMenu .menu-item-has-children {
        position: relative;
    }

    /* Parent link */
    #mobileMenu .menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    /* Arrow */
    #mobileMenu .menu-item-has-children > a::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 11px;
        transition: transform 0.2s ease;
    }

    /* Submenu hidden */
    #mobileMenu .sub-menu {
        display: none;

        margin: 8px 0 5px 0;
        padding: 5px 0 5px 18px;

        list-style: none;

        border-left: 2px solid #2563eb;
    }

    /* Submenu active */
    #mobileMenu .menu-item-has-children.mobile-submenu-open > .sub-menu {
        display: block;
    }

    /* Rotate arrow */
    #mobileMenu
    .menu-item-has-children.mobile-submenu-open
    > a::after {
        transform: rotate(180deg);
    }

    /* Submenu links */
    #mobileMenu .sub-menu a {
        display: block;

        padding: 8px 0;

        color: #475569;

        font-size: 14px;
        font-weight: 500;

        text-decoration: none;
    }

    #mobileMenu .sub-menu a:hover {
        color: #2563eb;
    }

}

.breadcrumWrapper {
    position: relative;
}
.BreadcrumItems {
    margin-top: 80px;
}