@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:400,600&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


element.style {
}
@media (min-width: 992px) {
    .pkp_page_index .additional_content {
        /* padding-left: 2.143rem; */
        /* padding-right: 2.143rem; */
    }
}
@media (min-width: 480px) {
    .pkp_page_index .additional_content {
        /* padding-left: 1.43rem; */
        /* padding-right: 1.43rem; */
    }
}



.pkp_structure_head {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}
.pkp_structure_head {
    /* background-color: #1e6292; */
    border-bottom: 1px solid #ddd;
    background-color: rgb(255 255 255);

}

@media (min-width: 1200px) {
    .pkp_structure_head {
        background-color: #fff;

        /* border-bottom: 1px solid #ddd; */
    }
}

.pkp_site_nav_toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.857rem;
    height: 2.857rem;
    border: 0;
    background: none;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
    z-index: 999;
    background-color: #fff;
}



.pkp_structure_head {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 1200px) {
    .pkp_structure_head {
        background-color: rgb(255 255 255);
        /* border-bottom: 1px solid #ddd; */
    }
}


.pkp_brand_footer {
    padding: 2.143rem;
    visibility: hidden;
}

.pkp_site_nav_menu a {
    display: inline-block;
    padding: .125rem 0;
    /* color: #fff; */
    text-decoration: none;
    font-weight: bolder;
}

.pkp_site_nav_menu--isOpen {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    left: 0;
    padding: 0.714rem;
    z-index: 9999;
}


body,
.pkp_structure_page,
.pkp_structure_main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.pkp_page_index .additional_content {
    /* padding: 2.143rem .714rem 0 .714rem; */
    /* border-top: 1px solid #ddd; */
}
@media (min-width: 992px) {
    .pkp_page_index .homepage_image, .pkp_page_index .additional_content {
        margin-left: -2.143rem;
        margin-right: -2.143rem;
    }
}
@media (min-width: 480px) {
    .pkp_page_index .homepage_image, .pkp_page_index .additional_content {
        /* margin-left: -1.43rem; */
        /* margin-right: -1.43rem; */
    }
}
.pkp_page_index .homepage_image, .pkp_page_index .additional_content {
    margin-left: -0.714rem;
    margin-right: -0.714rem;
}
* {
    /* box-sizing: border-box; */
    /* margin: 0; */
    /* padding: 0; */
}


@media (min-width: 1200px) {
    .pkp_site_nav_menu {
        width: 100%;
        top: 100%;
        background: #fff;
        left: 0;
        padding: .714rem;
        z-index: 9999;
    }
}

.pkp_structure_head {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
body {
    font-family: var(--font-body);
    color: var(--text);
    /* line-height: 1.6; */
    text-align: center;
}
html, body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    /* line-height: 1.43rem; */
    /* color: rgba(0, 0, 0, 0.87); */
    background: #fff;
}

@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: ''; 
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0px;
        background: #fff;
    } 
}

.pkp_page_index .additional_content {
    /* padding: 2.143rem .714rem 0 .714rem; */
     border-top: 0px solid #ddd; 
}

@media (min-width: 992px) {
    .pkp_structure_content {
        /* padding-top: 2.143rem; */
    }
}

@media (min-width: 1200px) {
    .pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        /* width: 1160px; */
    }



:root {
  --primary: #00A78D;
  --primary-dark: #004D43;
  --alt-light: rgba(0, 167, 141, 0.05);
  --alt-lighter: rgba(0, 167, 141, 0.1);
  --dark-bg: rgba(0, 79, 69, 0.9);
  --text: #1a1a1a;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.6;
  text-align: center;
}

/* Section base */
.section {
  width: 100%;
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
}


@media (min-width: 992px) {
    .pkp_structure_content {
        /* padding-top: 2.143rem; */
    }
}
@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .pkp_head_wrapper {
        padding-top: unset;
    }
}
.pkp_head_wrapper {
    position: relative;
}

.ium-logo {
  width: 20px;
  height: auto; /* keeps the aspect ratio */
}


/* Background variants */
.section.pattern-bg {
  background: url('') center/cover no-repeat;
}
.section.light-bg       { background: var(--alt-light); }
.section.light-alt-bg   { background: var(--alt-lighter); }
.section.dark-bg        { background: var(--dark-bg); color: #fff; }
.section.accent-bg      { background: var(--primary); color: #fff; }


.pkp_structure_main h1 {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.714rem;
    line-height: 2.143rem;
    font-weight: 700;
    color: #0e97a3;
}

/* Typography */
h1, h2, h3 {
  font-family: var(--font-heading);
  color: var(--primary);
  margin-bottom: 1rem;
}
a { color: var(--primary); text-decoration: none; }

.pkp_brand_footer {
  display: none !important;
}

.pkp_brand_footer {
    padding: 2.143rem;
    visibility: hidden;
}


.pkp_brand_footer,
.pkp_brand_footer *,
.pkp_structure_footer_wrapper {
  display: none !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.pkp_brand_footer {
    padding: 2.143rem;
    visibility: hidden;
}

.pkp_footer_content {
    padding: 2.143rem;
    text-align: center;
    margin: -30px 0px -200px;
}


/* Responsive images */
img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

/* Section‑specific tweaks */
/* Logo panel */
#logo-panel img { margin-bottom: 1rem; }
/* Location */
#location-venue img { margin: 1rem 0; }
/* Strands */
.icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 992px) {
    .pkp_structure_content {
        /* padding-top: 2.143rem; */
    }
}

@media (min-width: 1200px) {
    .pkp_structure_main {
        width: auto;
    }
}

cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #1b4b44;
    text-decoration: none;
}

.pkp_structure_head {
    background-color: rgb(255 255 255);

    /* background-color: rgb(0, 167, 141); */
    /* border-bottom: 1px solid #ddd; */
}

.page_search .search_advanced legend {
    padding: .714rem 1.43rem;
    margin: 0;
    font-weight: 400;
    color: #0f6e60;
}

.cmp_form .label {
    display: block;
    font-size: .93rem;
    font-weight: 400;
    color: #1a4b44;
}

.page_search .submit button {
    position: relative;
    padding-right: 3.2145rem;
    border-right: none;
    padding-right: 1em;
    padding-left: 3.2145rem;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    border-left: none;
}

.pkp_site_nav_menu {
    /* position: absolute; */
    width: 100%;
    top: 100%;
    background: #fff;
    left: 0;
    padding: .714rem;
    z-index: 9999;
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    margin-bottom: 2.857rem;
    background: #ddd;
    /* border-left: .357rem solid #01a78d; */
    font-size: 1rem;
    line-height: 1.43rem;
}


@media (min-width: 100px) {
    .pkp_structure_main:first-child:last-child {
        /* float: none; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* margin-top: 2.857rem; */
    }
}
.feature-icon-block {
  text-align: center;
  max-width: 180px;
}
.feature-icon-block img { filter: invert(0); }
.feature-icon-block p {
  margin-top: 0.5rem;
  color: #fff;
  font-weight: 600;
}
/* Buttons */
.buttons {
  margin-top: 2rem;
}
.buttons .btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.8rem 1.5rem;
  border: 2px solid #fff;
  border-radius: 2rem;
  background: transparent;
  color: #fff;
  font-family: var(--font-heading);
  text-transform: uppercase;
  transition: background 0.3s;
}
.buttons .btn:hover {
  background: rgba(255,255,255,0.2);
}

/* Highlights */
#highlights img {
  margin: 1rem auto;
  border-radius: 1rem;
}
.highlight-numbers {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: var(--primary-dark);
  font-weight: bold;
}

/* Submission categories */
.submission .icon-grid img { filter: none; }
.submission .feature-icon-block p {
  color: var(--text);
  font-weight: 600;
}

/* Workshop columns */
.workshop-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.workshop-columns .image,
.workshop-columns .content {
  flex: 1 1 280px;
}
.workshop-columns .content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 auto;
  text-align: left;
}

/* Important dates */
.dates-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.dates-list li {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.dates-list li strong {
  display: inline-block;
  width: 8rem;
  color: var(--primary);
}

/* More info */
.more-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.more-info i {
  font-size: 1.5rem;
}

/* Footer */
.footer {
  background: var(--dark-bg);
  color: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
}
.footer p { margin-bottom: 1rem; }
.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.footer-contacts div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.footer img {
  margin: 1rem auto;
  max-width: 120px;
}

/* Reset any native button styling and OJS overrides */
button.btn-gradient {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background-color: transparent !important;
  background-image: linear-gradient(45deg, #00A78D 0%, #008774 100%) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  padding: 0.6rem 1.4rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
  border-radius: 0.5rem !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  display: inline-block !important;
  transition: background 0.3s ease, transform 0.1s ease !important;
  margin: 5px 5px;

}

/* Hover & active states */
button.btn-gradient:hover {
  background-image: linear-gradient(45deg, #008774 0%, #00A78D 100%) !important;
  transform: scale(1.05) !important;
}
button.btn-gradient:active {
  transform: scale(0.98) !important;
}

/* If OJS has mobile resets at max-width:1199px, re‑assert inside that too */
@media (max-width: 1199px) {
  button.btn-gradient {
    background-image: linear-gradient(45deg, #00A78D 0%, #008774 100%) !important;
    color: #fff !important;
    padding: 0.6rem 1.4rem !important;
    border-radius: 0.5rem !important;
    display: inline-block !important;
  }
}