.popup-link a {
    font-weight: bold !important;
}

.elementor-9
    .elementor-element.elementor-element-5d79112
    .menu-item.current-menu-item
    a.hfe-menu-item,
.elementor-9
    .elementor-element.elementor-element-5d79112
    .menu-item.current-menu-ancestor
    a.hfe-menu-item {
    color: #fff !important;
}

.pum-theme-533 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 0;
    border-radius: 20px;
    border: 0;
    box-shadow: none;
    background-color: white;
}

.pum-theme-533,
.pum-theme-default-theme {
    background-color: #00000030 !important;
}

.pum-theme-533 .pum-container,
.pum-theme-default-theme .pum-container {
    background-color: transparent !important;
}

.dropdown-content a {
    text-decoration: none !important;
    font-family: "poppins", Sans-serif !important;
}

.form-text .wpcf7-form-control {
    width: 100% !important;
}

html {
    overflow-x: hidden;
}

/* dropdown css start */
.dropbtn {
    background-color: #2f929b;
    color: white;
    padding: 10px 20px;
    font-size: 25px;
    border: 1px solid #ddfcff;
    border-radius: 10px;
    display: flex;
}

img.header-button {
    width: 17px;
    margin: 0px 0px 0px 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: white;
    color: #167f89;
    border: 1px solid transparent;
}

/* ─── unified citation styling ───────────────────────────── */
/* applies to both <sup><a class="ykd-ref"> and plain <sup>   */
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup,
h1 sup .ykd-ref,
h2 sup .ykd-ref,
h3 sup .ykd-ref,
h4 sup .ykd-ref,
h5 sup .ykd-ref,
h6 sup .ykd-ref{
  font-size:0.65rem !important;   /* same visual height everywhere   */
  font-weight:400 !important;     /* cancel Elementor’s 500 on links */
  line-height:1 !important;       /* keeps vertical alignment tidy   */
}