#bb-globalfooter {
    --global-green: #8b0;
    --breadcrumbs-home-icon-bg: rgba(0, 0, 0, .88);
    --footer-directory-title-color: rgba(0, 0, 0, 0.88);
    --footer-link-color: rgba(0, 0, 0, 0.72);
    --blue-link-color: rgb(0, 102, 221);
    --blue-link-color-hover: rgb(0, 119, 238);
    --footer-text-color: rgba(0, 0, 0, 0.56);
    --footer-pipe-color: rgba(0, 0, 0, 0.48);
    --footer-border-color: rgba(0, 0, 0, 0.16);
    --footer-directory-title-color-hover: #000;
    --contrast-color: #fff;
    --pipe-border: 1px;
    --bcrmb-bg: rgba(0, 0, 0, .72);
    --active-color: var(--footer-directory-title-color-hover);
    --gf-focus-color: #0070ee;

    font-family: 'BB Text';
    font-size: 14px;
    letter-spacing: -0.016em;
    line-height: 1.285715;
    font-weight: normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f7;
}


.theme-dark #bb-globalfooter {
    background-color: #1d1d1f;
    --global-green: #8b0;
    --breadcrumbs-home-icon-bg: rgba(255, 255, 255, .92);
    --footer-directory-title-color: rgba(255, 255, 255, 0.92);
    --footer-link-color: rgba(255, 255, 255, 0.8);
    --blue-link-color: rgb(0, 153, 255);
    --blue-link-color-hover: rgb(68, 170, 255);
    --footer-text-color: rgba(255, 255, 255, 0.56);
    --footer-pipe-color: rgba(255, 255, 255, 0.48);
    --footer-border-color: rgba(255, 255, 255, 0.24);
    --footer-directory-title-color-hover: #fff;
    --contrast-color: #000;
    --pipe-border: 1px;
    --active-color: var(--footer-directory-title-color-hover);
    --bcrmb-bg: rgba(255, 255, 255, 0.8);
    --gf-focus-color: #09f;
}



#bb-globalfooter :focus-visible {
    outline: 2px solid #f00;
    /* Default blue focus */
    outline-offset: 2px;
}

#bb-globalfooter .bb-gf-main-column-tab {
    flex-basis: 25%
}

.bb-gf-tab-title>.bb-gf-tab-title-text {
    display: none;
}

.bb-gf-tab-title {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    margin-inline-start: 4px;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .bb-gf-directory-cst-button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -4px;
        bottom: 0;
        left: -4px
    }
}

#bb-globalfooter .bb-gf-breadcrumbs {
    padding: 16px 0;
    position: relative;
    z-index: 1;
    color: var(--footer-link-color)
}

#bb-globalfooter .bb-gf-breadcrumbs::before,
#bb-globalfooter .bb-gf-breadcrumbs::after {
    content: " ";
    display: table
}

#bb-globalfooter .bb-gf-breadcrumbs::after {
    clear: both
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-breadcrumbs {
        border-bottom: 1px solid var(--footer-border-color);
    }
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-directory {
        border-top: 1px solid var(--footer-border-color);
    }
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-breadcrumbs {
        border-bottom: 1px solid var(--footer-border-color);
    }
}

#bb-globalfooter .bb-gf-breadcrumbs-home {
    position: absolute;
    inset-inline-start: 0;
    z-index: 2;
    top: 20px;
    left: 1px;
}

#bb-globalfooter .bb-gf-breadcrumbs-home-icon {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    z-index: 2;
    color: rgba(0, 0, 0, 0);
    background-color: var(--bcrmb-bg);
    -webkit-mask-image: url(/wp-content/uploads/svg/bayazid-bulbul-logo-icon.svg);
    mask-image: url(/wp-content/uploads/svg/bayazid-bulbul-logo-icon.svg)
}


#bb-globalfooter .bb-gf-breadcrumbs-home:hover {
    text-decoration: none;
}

#bb-globalfooter .bb-gf-breadcrumbs-home:hover .bb-gf-breadcrumbs-home-icon {
    background-color: var(--breadcrumbs-home-icon-bg);
}

#bb-globalfooter .bb-gf-breadcrumbs-home-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

#bb-globalfooter .bb-gf-breadcrumbs-path {
    position: relative;
    z-index: 1;
}

#bb-globalfooter .bb-gf-breadcrumbs-path::before,
#bb-globalfooter .bb-gf-breadcrumbs-path::after {
    content: " ";
    display: table;
}

#bb-globalfooter .bb-gf-breadcrumbs-path::after {
    clear: both;
}

#bb-globalfooter .bb-gf-breadcrumbs-list {
    max-height: 9999px;
    padding-inline-start: 28px;
    text-align: start;
    list-style: none
}

#bb-globalfooter .bb-gf-breadcrumbs-item {
    margin-inline-end: 8px;
    padding: 3px 3px 3px 3px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bb-globalfooter:not([dir=rtl]) .bb-gf-breadcrumbs-item {
    float: left
}

#bb-globalfooter .bb-gf-breadcrumbs-item:before {
    width: 10px;
    height: 12px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 10px;
    height: 12px;
    margin-inline-end: 11px;
    background-color: rgba(0, 0, 0, .48);
    -webkit-mask-image: url(/wp-content/uploads/svg/bb-breadcrumb-seperator.svg);
    mask-image: url(/wp-content/uploads/svg/bb-breadcrumb-seperator.svg)
}

.theme-dark #bb-globalfooter .bb-gf-breadcrumbs-item:before {
    background-color: rgba(255, 255, 255, .4);
}

#bb-gf-locationID.bb-gf-footer-legal-link:last-child {
    padding-right: 0;
    margin-right: 0;
}

#ac-globalfooter .ac-gf-footer-legal-link.ac-gf-footer-lang {
    padding-inline-end: 16px;
}

#bb-globalfooter h3 {
    font-size: 14px;
    letter-spacing: -0.016em;
    line-height: 1.285715;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#bb-fg-wrapper {
    min-width: 320px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 22px;
    padding-inline-start: max(22px, env(safe-area-inset-left));
    padding-inline-end: max(22px, env(safe-area-inset-right));
}

@media only screen and (max-width: 767px) {
    #bb-fg-wrapper {
        padding-inline-start: max(16px, env(safe-area-inset-left));
        padding-inline-end: max(16px, env(safe-area-inset-right));
    }
}

#bb-globalfooter .bb-gf-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

#bb-globalfooter .bb-gf-bottom {
    padding-top: 36px;
    padding-bottom: 8px;
    padding-bottom: calc(8px + constant(safe-area-inset-bottom))
}

@supports(padding: calc(max(0px))) {
    #bb-globalfooter .bb-gf-bottom {
        padding-bottom: max(8px, env(safe-area-inset-bottom))
    }
}

@media only screen and (max-width: 767px) {
    #bb-globalfooter .bb-gf-bottom {
        padding-top: 17px;
        padding-bottom: 8px;
        padding-bottom: calc(8px + constant(safe-area-inset-bottom))
    }

    @supports(padding: calc(max(0px))) {
        #bb-globalfooter .bb-gf-bottom {
            padding-bottom: max(8px, env(safe-area-inset-bottom))
        }
    }
}

#bb-globalfooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bb-globalfooter a {
    text-decoration: none;
    color: var(--footer-link-color);
}

#bb-globalfooter a:hover {
    text-decoration: underline;
    color: var(--footer-directory-title-color-hover);
}

#bb-globalfooter a:active {
    text-decoration: none;
}

#bb-gf-breadcrumbs {
    color: var(--footer-link-color)
}

.bb-gf-footer-legal a {
    color: var(--footer-link-color);
}

.bb-gf-footer-legal a:hover {
    color: var(--global-green);
    text-decoration: none;
}

.bb-gf-footer-legal a:active {
    color: var(--footer-link-color);
    text-decoration: none;
}

.bb-gf-footer-legal {
    padding: 20px 0 20px 0;
}

.bb-gf-tab-title-text {
    color: var(--footer-directory-title-color);
    font-family: 'BB Text Semibold';
}

.no-break {
    white-space: nowrap;
}

.bb-gf-clock {
    display: flex;
    flex-shrink: 0;
}

#bb-globalfooter .bb-gf-clock a:hover {
    text-decoration: none;
}

.bb-gf-footnotes {
    color: var(--footer-text-color);
    border-bottom: var(--pipe-border) solid var(--footer-border-color);
    padding: 18px 0 11px;
}

.bb-gf-footnotes li {
    padding-bottom: 10px;
}

.bb-gf-footnotes a {
    color: var(--footer-directory-title-color);
}

.bb-gf-footer-legal-links-item a {
    color: var(--footer-directory-title-color);
}

.bb-gf-footer-legal-links-item a:hover {
    color: var(--footer-directory-title-color-hover);
}


.bb-gf-footer-legal-links-item,
.bb-gf-copyright-text {
    margin-top: 3px;
    margin-bottom: 3px;
}

.bb-gf-directory-col-sect {
    flex: 1;
    margin-right: 16px;
    box-sizing: border-box;
}

.bb-gf-directory-col-sect~.bb-gf-directory-col-sect {
    padding-top: 24px;
}

button.bb-gf-directory-cst-button {
    cursor: text;
}

.bb-gf-directory-cst-button {
    all: unset;
    margin-bottom: 11px;
}

.bb-gf-tab-item {
    margin-bottom: 11px;
}

.bb-gf-tab-item:last-child {
    margin-bottom: 0px;
}

.bb-gf-toggle {
    display: none;
}

.bb-gf-all-directory {
    display: flex;
}

#bb-gf-contact-section {
    color: var(--footer-text-color);
}

#bb-gf-contact-section a {
    color: var(--blue-link-color);
}

#bb-gf-contact-section a:hover {
    color: var(--blue-link-color-hover);
}

.bb-gf-contact-main {
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: var(--pipe-border) solid var(--footer-border-color);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bb-gf-legal-section {
    padding-bottom: 7px;
}

.bb-gf-legal-section::before,
.bb-gf-legal-section::after {
    content: " ";
    display: table;
}

.bb-gf-legal-section::after {
    clear: both;
}

#bb-gf-device-and-location {
    float: right;
    display: flex;
    flex-direction: row;
}


.bb-gf-copyright-text,
.bb-gf-footer-legal-links-item-section {
    float: left;
}



.bb-gf-footer-legal-links-item:last-child {
    margin-inline-end: 0;
}

.bb-gf-footer-legal-links-item:last-child:after {
    display: none;
}

.bb-gf-footer-legal-links-item a {
    color: var(--footer-directory-title-color);
}

.bb-gf-footer-legal-links-item a:hover {
    color: var(--footer-directory-title-color-hover);
}

.bb-gf-copyright-text {
    color: var(--footer-text-color);
    margin-right: 30px;
}

.bb-gf-footer-legal-links-item {
    margin-inline-end: 6px;
    display: inline-block;
}

.bb-gf-footer-legal-links-item:after {
    content: "";
    position: absolute;
    height: 12px;
    width: var(--pipe-border);
    background-color: var(--footer-pipe-color);
    margin: 3px 0;
}

.bb-gf-footer-legal-link {
    padding: 0 9px;
    margin-inline-start: -9px;
    display: inline-block;
}



:root {
    --color-button-text: #fff;
}

body {
    --color-fill-blue: #0070ee;
    --color-figure-blue: #06d;
    --color-button-background-active: var(--color-fill-blue);
    --color-button-background-hover: rgb(0, 119, 237);
}

.bb-theme-changer .content .text:hover {
    border-color: #0070ee;
}

.bb-theme-changer .content .text:active {
    box-shadow: inset 0 0 0 2px #0070ee;
}

@media screen {
    body[data-color-scheme="dark"] {
        --color-fill-blue: #0070ee;
        --color-figure-blue: #09f;
    }
}

@media screen and (prefers-color-scheme: dark) {
    body[data-color-scheme="auto"] {
        --color-fill-blue: #0070ee;
        --color-figure-blue: #09f;
    }
}

body[data-supports-auto-color-scheme="false"] label[data-color-scheme-option="auto"] {
    display: none;
}

@media only screen and (max-width: 767px) {
    .bb-theme-changer {
        display: block;
    }
}

.bb-theme-changer .content {
    --toggle-border-radius-outer: 20px;
    --toggle-border-radius-inner: 20px;
    --toggle-color-fill: var(--color-button-background-active);
    --toggle-color-text: var(--color-fill-blue);
    flex-shrink: 0;
}

.bb-theme-changer .content .color-scheme-toggle {
    border: 1px solid var(--toggle-color-fill);
    border-radius: var(--toggle-border-radius-outer, 20px);
    display: inline-flex;
    padding: 1px;
}

@media screen {
    [data-color-scheme="dark"] .bb-theme-changer .content .color-scheme-toggle {
        --toggle-color-text: var(--color-figure-blue);
    }
}

@media screen and (prefers-color-scheme: dark) {
    [data-color-scheme="auto"] .bb-theme-changer .content .color-scheme-toggle {
        --toggle-color-text: var(--color-figure-blue);
    }
}


.bb-theme-changer .content input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bb-theme-changer .content .text {
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.285715;
    letter-spacing: -0.016em;
    padding: 0px 7px;
    min-width: 44px;
    border: 1px solid transparent;
    border-radius: var(--toggle-border-radius-inner, 20px);
    text-align: center;
    color: var(--toggle-color-text);
}

.bb-theme-changer .content .text:hover {
    cursor: pointer;
}

.bb-theme-changer .content input[type="radio"]:checked+.text {
    --toggle-color-text: var(--color-button-text);
    background: var(--toggle-color-fill);
    border-color: var(--toggle-color-fill);
}





.bb-gf-footer-legal-links-item {
    position: relative;
}

.bb-gf-footer-legal-links-item:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 9px;
    bottom: 0;
    inset-inline-start: 0;
    pointer-events: none
}


.bb-gf-footer-legal-links-item a:focus,
.bb-gf-footer-legal-links-item a:focus-visible {
    outline: none;
}

.device-sec .bb-gf-footer-legal-links-item:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 0px;
    bottom: 0;
    inset-inline-start: 0;
    pointer-events: none;
    padding-right: 9px;
}

#bb-globalfooter {
    --gf-focus-color: var(--sk-focus-color, #0070ee);
    --gf-focus-offset: 1px;
}

/* Universal focus-visible */
#bb-globalfooter :focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset);
}

@media only screen and (max-width: 767px) {

    #bb-globalfooter .bb-gf-directory-cst-button {
        position: relative;
        outline: none;
    }

    #bb-globalfooter .bb-gf-directory-cst-button:focus-visible::after {
        outline: 2px solid var(--gf-focus-color);
        outline-offset: -2px;
    }
}

@media only screen and (max-width: 767px) {

    #bb-globalfooter .bb-gf-directory-colu-se-list.open .bb-gf-column-links:focus-visible {
        outline: 2px solid var(--gf-focus-color);
        outline-offset: -6px;
    }
}

@media only screen and (max-width: 767px) {

    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a {
        pointer-events: none;
    }

    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a:focus,
    #bb-globalfooter .bb-gf-directory-colu-se-list:not(.open) a:focus-visible {
        outline: none !important;
    }
}

/* FOOTER LEGAL & LOCALE LINKS — MATCH REFERENCE */
#bb-globalfooter .bb-gf-footer-legal-link:focus-visible,
#bb-globalfooter .bb-gf-footer-locale-link:focus-visible {
    outline: none;
}

#bb-globalfooter .bb-gf-footer-legal-links-item:focus-within::before,
#bb-globalfooter .bb-gf-footer-locale-link:focus-visible::after {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset);
}

#bb-globalfooter select.gt_selector.notranslate:focus-visible {
    outline: 2px solid var(--gf-focus-color);
    outline-offset: var(--gf-focus-offset);
}

.bb-gf-directory-cst-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    left: -4px
}


#bb-globalfooter .bb-theme-changer {
    --gf-focus-color: var(--sk-focus-color, #0070ee);
}


#bb-globalfooter .bb-gf-breadcrumbs-home {
    outline-offset: 2px;
    border-radius: 2px;
}

#bb-globalfooter .bb-theme-changer label:focus-visible {
    outline-offset: 3px;
    border-radius: 80px;
}


.bb-theme-changer .content input[type="radio"]:focus-visible+.text {
    outline: 2px solid var(--gf-focus-color, #0070ee);
    outline-offset: 3px;
}


.lang-bb {
    align-content: center !important;
    float: right;
}

@media only screen and (max-width: 767px) {
    .lang-bb {
        float: right;
    }
}

.gtranslate_wrapper .gt_selector.notranslate {
    width: 120px;
    text-align-last: right;
    -moz-text-align-last: right;
    -webkit-text-align-last: right;
    -ms-text-align-last: right;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    padding: 0 16px 0 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555555' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: "BB Text Semibold" !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.285715;
    letter-spacing: -0.016em;
    color: #0070ee;
    cursor: pointer;
    z-index: 2;
    transition: none;
    white-space: normal;
    word-break: break;
    hyphens: auto;
}


/* Dropdown options */
.gtranslate_wrapper .gt_selector.notranslate option {
    direction: ;
    text-align: ;
    text-align-last: ;
}

/* Placeholder styling */
.gtranslate_wrapper .gt_selector.notranslate option[value=""] {
    color: #888;
}

/* Remove default arrow in IE/Edge */
.gtranslate_wrapper .gt_selector.notranslate::-ms-expand {
    display: block !important;
}


select.gt_selector.notranslate:hover {
    text-decoration: underline;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230070ee' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}




/* =========================================
   MODAL
   ========================================= */

#bb-globalfooter .bb-url-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
    transition:
        opacity 0.5s ease,
        visibility 0s linear 0.5s;
}

#bb-globalfooter .bb-url-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 0.5s ease,
        visibility 0s linear 0s;
}

#bb-globalfooter .bb-url-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px) saturate(180%);
    -webkit-backdrop-filter: blur(0px) saturate(180%);
    transition:
        background 0.5s ease,
        backdrop-filter 0.5s ease,
        -webkit-backdrop-filter 0.5s ease;
    will-change: background, backdrop-filter, -webkit-backdrop-filter;
}

#bb-globalfooter .bb-url-modal.is-open .bb-url-modal__backdrop {
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
}

#bb-globalfooter .bb-url-modal__dialog {
    position: relative;
    width: min(820px, calc(100vw - 48px));
    max-width: 100%;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.18),
        0 8px 24px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    transform: translateY(12px) scale(0.985);
    opacity: 0;
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
    box-sizing: border-box;
    font-family: 'BB Text', sans-serif;
}

#bb-globalfooter .bb-url-modal.is-open .bb-url-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.theme-dark #bb-globalfooter .bb-url-modal__dialog,
#bb-globalfooter.theme-dark .bb-url-modal__dialog {
    background: rgba(29, 29, 31, 0.82);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.26);
}

#bb-globalfooter .bb-url-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

#bb-globalfooter .bb-url-modal__title-wrap {
    min-width: 0;
    flex: 1;
}

#bb-globalfooter .bb-url-modal__eyebrow {
    margin: 0 0 4px 0;
    font-size: 12px;
    line-height: 1.33337;
    letter-spacing: -0.01em;
    color: var(--footer-text-color);
    font-family: 'BB Text', sans-serif;
}

#bb-globalfooter .bb-url-modal__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.14286;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--footer-directory-title-color);
    font-family: 'BB Text Semibold', 'BB Text', sans-serif;
}

#bb-globalfooter .bb-url-modal__body {
    width: 100%;
}

#bb-globalfooter .bb-url-modal__urlbox {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 16px 18px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: var(--footer-directory-title-color);
    font-size: 15px;
    line-height: 1.6;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'BB Text', sans-serif;
}

.theme-dark #bb-globalfooter .bb-url-modal__urlbox,
#bb-globalfooter.theme-dark .bb-url-modal__urlbox {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

#bb-globalfooter .bb-url-modal__fulltext {
    display: block;
    margin: 0;
    padding: 0;
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Monaco, Consolas, monospace;
    font-size: 13.5px;
    line-height: 1.7;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: inherit;
    background: transparent;
}

#bb-globalfooter .bb-url-modal__icon-button {
    all: unset;
    box-sizing: border-box;
    min-height: 44px;
    min-width: 44px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--footer-directory-title-color);
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
    box-shadow: none !important;
    text-transform: none !important;
    min-width: 44px !important;
}

#bb-globalfooter .bb-url-modal__icon-button:hover {
    background: rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.theme-dark #bb-globalfooter .bb-url-modal__icon-button,
#bb-globalfooter.theme-dark .bb-url-modal__icon-button {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.10);
}

.theme-dark #bb-globalfooter .bb-url-modal__icon-button:hover,
#bb-globalfooter.theme-dark .bb-url-modal__icon-button:hover {
    background: rgba(255, 255, 255, 0.10);
}

#bb-globalfooter .bb-url-modal__icon-button svg {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

#bb-globalfooter .bb-url-modal__icon-button::before,
#bb-globalfooter .bb-url-modal__icon-button::after {
    content: none !important;
}

#bb-globalfooter .bb-url-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

#bb-globalfooter .bb-url-modal__action {
    all: unset;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.285715;
    letter-spacing: -0.016em;
    font-family: 'BB Text Semibold', 'BB Text', sans-serif;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none !important;
    text-transform: none !important;
    min-width: 0 !important;
}

#bb-globalfooter .bb-url-modal__action:hover {
    transform: translateY(-1px);
}

#bb-globalfooter .bb-url-modal__action svg {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

#bb-globalfooter .bb-url-modal__action--primary {
    background: #0070ee;
    color: #fff;
}

#bb-globalfooter .bb-url-modal__action--primary:hover {
    background: rgb(0, 119, 238);
    color: #fff;
}

#bb-globalfooter .bb-url-modal__action--secondary {
    background: rgba(0, 0, 0, 0.05);
    color: var(--footer-directory-title-color);
    border-color: rgba(0, 0, 0, 0.08);
}

#bb-globalfooter .bb-url-modal__action--secondary:hover {
    background: rgba(0, 0, 0, 0.08);
    color: var(--footer-directory-title-color);
}

.theme-dark #bb-globalfooter .bb-url-modal__action--secondary,
#bb-globalfooter.theme-dark .bb-url-modal__action--secondary {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.10);
}

.theme-dark #bb-globalfooter .bb-url-modal__action--secondary:hover,
#bb-globalfooter.theme-dark .bb-url-modal__action--secondary:hover {
    background: rgba(255, 255, 255, 0.10);
}

#bb-globalfooter .bb-url-modal__action::before,
#bb-globalfooter .bb-url-modal__action::after {
    content: none !important;
}

#bb-globalfooter .bb-url-modal button:focus-visible,
#bb-globalfooter .bb-url-modal a:focus-visible {
    outline: 2px solid var(--gf-focus-color, #0070ee);
    outline-offset: 3px;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .bb-gf-copyright-text,
    .bb-gf-footer-legal-links-item-section {
        float: none;
    }

    .bb-gf-copyright-text {
        margin-right: 0;
    }
}


@media only screen and (max-width: 767px) {

    .bb-theme-toggler {
        padding-top: 0;
        padding-bottom: 0;
    }

    .bb-gf-footer-legal {
        padding: 16px 0 16px 0;
    }

    .bb-gf-contact-main {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: block;
    }

    .bb-gf-clocks-container {
        flex-grow: 0;
    }

    .bb-gf-clock {
        padding-top: 21px;
    }

    .bb-gf-all-directory {
        display: block;
        border-top: var(--pipe-border) solid var(--footer-border-color);
    }

    .bb-gf-directory-col-sect {
        margin-right: 0;
        z-index: 1;
    }

    .bb-gf-directory-col-sect~.bb-gf-directory-col-sect {
        padding-top: 0;
    }

    .bb-gf-tab-item {
        margin-bottom: 0;
    }

    .bb-gf-directory-cst-button {
        display: block;
        margin: 0;
        width: 100%;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        user-select: none;
        z-index: 2
    }

    .bb-gf-toggle {
        display: inline-block;
        position: absolute;
        right: 0;
        margin-top: 2px;
        width: 14px;
        height: 14px;
        cursor: pointer;
        fill: var(--footer-directory-title-color);
        transform: scaleY(1);
        transition: fill 0s, transform 0.5s ease;
    }

    .bb-gf-toggle.active {
        fill: var(--active-color);
        transform: scaleY(-1);
        transition: fill 0s, transform 0.5s ease;
    }

    .bb-gf-directory-cst-button:hover .bb-gf-toggle {
        fill: var(--footer-directory-title-color-hover);
    }

    .bb-gf-tab-title-text {
        font-family: 'BB Text';
        margin-bottom: 0;
    }

    .bb-gf-tab-title-text.active {
        color: var(--active-color);
    }

    .bb-gf-directory-cst-button:hover .bb-gf-tab-title-text {
        color: var(--footer-directory-title-color-hover);
    }

    .bb-gf-directory-colu-se-list {
        border-bottom: var(--pipe-border) solid var(--footer-border-color);
        display: block;
        height: 0;
        overflow: hidden;
        transition: border-bottom 0s, height 0.4s ease;
    }

    .bb-gf-column-links {
        display: block;
        padding: 6px 15px;
    }

    .bb-gf-tab-group {
        padding: 6px 0 19px;
        opacity: 1;
        transform: translateY(-100px);
        transition: margin-right 0s, padding 0s, transform 0.5s ease, opacity 0.32s ease;
    }

    .bb-gf-tab-group.open {
        transform: translateY(0px);
        opacity: 1;
        transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    }

    #bb-gf-device-and-location {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 17px;
        justify-content: flex-start;
    }

    button.bb-gf-directory-cst-button {
        cursor: pointer;
        padding: 9px 0 9px !important;
    }

    .device-sec {
        flex-grow: 1;
    }

    #bb-globalfooter .bb-url-modal {
        padding: 16px;
        align-items: flex-end;
    }

    #bb-globalfooter .bb-url-modal__dialog {
        width: 100%;
        padding: 20px;
        border-radius: 22px;
    }

    #bb-globalfooter .bb-url-modal__title {
        font-size: 22px;
        line-height: 1.2;
    }

    #bb-globalfooter .bb-url-modal__urlbox {
        padding: 14px 15px;
        border-radius: 16px;
        font-size: 14px;
        line-height: 1.6;
    }

    #bb-globalfooter .bb-url-modal__fulltext {
        font-size: 12.5px;
        line-height: 1.65;
    }

    #bb-globalfooter .bb-url-modal__footer {
        flex-direction: column;
        gap: 10px;
    }

    #bb-globalfooter .bb-url-modal__action {
        width: 100%;
        min-height: 46px;
    }
}