@font-face {
    font-family: 'Apertura Rg';
    src: url('../fonts/Apertura-Bold.eot');
    src: url('../fonts/Apertura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apertura-Bold.woff2') format('woff2'),
        url('../fonts/Apertura-Bold.woff') format('woff'),
        url('../fonts/Apertura-Bold.ttf') format('truetype'),
        url('../fonts/Apertura-Bold.svg#Apertura-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apertura Cn';
    src: url('../fonts/Apertura-BoldCondensed.eot');
    src: url('../fonts/Apertura-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apertura-BoldCondensed.woff2') format('woff2'),
        url('../fonts/Apertura-BoldCondensed.woff') format('woff'),
        url('../fonts/Apertura-BoldCondensed.ttf') format('truetype'),
        url('../fonts/Apertura-BoldCondensed.svg#Apertura-BoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apertura Cn';
    src: url('../fonts/Apertura-Condensed.eot');
    src: url('../fonts/Apertura-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apertura-Condensed.woff2') format('woff2'),
        url('../fonts/Apertura-Condensed.woff') format('woff'),
        url('../fonts/Apertura-Condensed.ttf') format('truetype'),
        url('../fonts/Apertura-Condensed.svg#Apertura-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apertura Md';
    src: url('../fonts/Apertura-Medium.eot');
    src: url('../fonts/Apertura-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apertura-Medium.woff2') format('woff2'),
        url('../fonts/Apertura-Medium.woff') format('woff'),
        url('../fonts/Apertura-Medium.ttf') format('truetype'),
        url('../fonts/Apertura-Medium.svg#Apertura-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apertura Rg';
    src: url('../fonts/Apertura-Regular.eot');
    src: url('../fonts/Apertura-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apertura-Regular.woff2') format('woff2'),
        url('../fonts/Apertura-Regular.woff') format('woff'),
        url('../fonts/Apertura-Regular.ttf') format('truetype'),
        url('../fonts/Apertura-Regular.svg#Apertura-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apertura Md';
    src: url('../fonts/Apertura-Black.eot');
    src: url('../fonts/Apertura-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Apertura-Black.woff2') format('woff2'),
        url('../fonts/Apertura-Black.woff') format('woff'),
        url('../fonts/Apertura-Black.ttf') format('truetype'),
        url('../fonts/Apertura-Black.svg#Apertura-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



* {
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Apertura md", sans-serif;
    color: #231F20;
}

html, body {     
    overflow-x: hidden;     
    width: 100%;     
    position: relative; 
}

.container {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    background: rgba(35, 31, 32, 1) !important;
    font-family: "Apertura Cn", sans-serif;
}

ul {
    list-style-type: none;
    padding: 0;

}

a {
    text-decoration: none;
}

.bk__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.bk__menu ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin-bottom: 0;
}

.bk__menu ul li{
    text-align: center;
}

.bk__menu ul li:not(:first-child) {
    margin-left: 40px;
}

.logo {
    /* padding: 10px 0; */
}

.logo a {
    display: block;
    line-height: 0;
}

.bk__menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bk__menu ul li.is-active a,
.bk__mobile--menu ul li.is-active > a {
    color: #00c2ff;
}

.menu__item--box a {
    padding-right: 15px;
}

.menu__item--box,
.menu__item {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 200px;
    visibility: hidden;
    padding-top: 25px !important;
    z-index: 9998;
    padding: 0;
    width: auto;
    display: block;
    z-index: 9999;
}

.menu__item--box:hover ul.sub-menu {
    visibility: visible;
}

ul.sub-menu li a {
    background: rgba(8, 8, 8, 0.9);
    font-family: "Apertura-Bold Condensed", Sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 15px 35px !important;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-align: left;
}

.bk__menu ul.sub-menu li:not(:first-child) {
    margin-left: 0;
}

ul.sub-menu li a:hover {
    color: #C72127 !important;
    background-color: #3f444b;
}

.menu__item::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: auto !important;
    content: "" !important;
    background-image: url(https://www.bktechnologies.com/wp-content/uploads/2025/03/down_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
    fill: #fff;
    filter: invert(99%) sepia(76%) saturate(2%) hue-rotate(252deg) brightness(108%) contrast(100%);
    display: block !important;
    /* transition-timing-function: cubic-bezier(.215,.61,.355,1); */
}

.menu__toggle--item span {
    width: 30px;
    display: block;
    background-color: #ffffff;
    height: 5px;
}

.menu__toggle--item span+span {
    margin-top: 5px;
}

.menu__toggle {
    cursor: pointer;
}

body.menu__active {
    overflow: hidden;
}

.bk__mobile--menu {
    position: absolute;
    /* top: 130px; */
    top: 117px;
    background-color: #231f20;
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    height: 0;
    transition: all 0.5s ease-in-out;
}

.bk__mobile--menu ul {
    list-style-type: none;
    padding: 0 15px;
}

.bk__mobile--menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Apertura-Bold Condensed", Sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 10px 0;
    padding-left: 20px;
    display: block;
}

.bk__mobile--menu.active {
    visibility: visible;
    opacity: 1;
    height: 100vh;
}

/* Footer CSS */
.footer__group {
    background-image: url('https://www.bktechnologies.com/wp-content/uploads/2025/03/footer_bg.png') !important;
    background: #2D292A;
    background-position: center;
    background-size: cover !important;
    padding: 50px 0 35px;
}

.footer__menu--item a {
    color: #ffffff;
    white-space: nowrap;
    margin-left: 15px !important;
}

.footer__group--item li {
    position: relative;
}

.footer__group--item li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    color: #ca1e28 !important;
    font-size: 20px !important;
}

footer h3.widget-title {
    font-family: "Apertura-Condensed", Sans-serif !important;
    font-size: 20px !important;
    font-weight: normal !important;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin: 0px 0 20px 0;
    text-transform: uppercase;
}

.footer__group--item {
    display: flex;
}

.footer__menu--list-left ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer__menu--list-left li.footer__menu--item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 0px;
    min-height: 29px;
}

.footer__menu--list-right ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 0 10px;
}

footer li.iso_logo {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 3;
}

.footer__group--item .footer__group--item--col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.footer__group--item--logo {
    text-align: center;
}

.footer__group--item--logo>a {
    display: block;
    margin-bottom: 30px;
}

.bk__social--icon a {
    display: inline-block;
    margin-right: 10px;
}

.bk__social--icon i {
    font-size: 12px;
    color: #ca1e28 !important;
    font-size: 30px !important;
}

li.iso_logo::before {
    display: none;
}

li.footer__menu--item.iso_logo a {
    margin-left: 0 !important;
}

.iso_logo img {
    height: 85px;
    width: auto;
}

@media(min-width: 991px) {

    .menu__toggle,
    .bk__mobile--menu {
        display: none;
    }

}

@media(max-width: 991px) {
    .bk__menu {
        display: none;
    }

    .footer__group--item {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .footer__group--item .footer__group--item--logo {
        order: 1;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: left;
    }

    .footer__group--item--col.footer__menu--list-left,
    .footer__group--item--col.footer__menu--list-right {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .footer__group--item--col.footer__menu--list-left {
        order: 2;
    }

    .footer__group--item--col.footer__menu--list-right {
        order: 3;
    }
}

@media(max-width: 767px) {
    .footer__group {
        background-image: url('https://www.bktechnologies.com/wp-content/uploads/2025/03/footer_mobile-min.png') !important;
    }

    .footer__group--item--col.footer__menu--list-left,
    .footer__group--item--col.footer__menu--list-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer__menu--list-left ul {
        flex-direction: column;
        align-items: start;
    }

    .footer__menu--list-right ul {
        display: block !important;
    }

    .footer__menu--list-right li {
        line-height: 28px;
    }
}

/* Question Section Start CSS */
.section__container .container {
    max-width: 1070px;
    /* max-width: 1140px; */
}


.bk__table--data {
    width: 100%;
    overflow: auto;
}

.bk__table--data::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.bk__table--data::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /* border-radius: 10px; */
}

/* Handle */
.bk__table--data::-webkit-scrollbar-thumb {
    background: #315371;
    border-radius: 10px;
}

/* Handle on hover */
.bk__table--data::-webkit-scrollbar-thumb:hover {
    background: #315371;
}

.bk__table--data+.bk__table--data {
    margin-top: 20px;
}

.bk__table--data table {
    min-width: 650px;
}

.bk__wuestion--section {
    padding: 50px 0;
    background-color: #305371;
    text-align: center;
}

.bk__wuestion--section h2 {
    font-size: 55px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
    /* font-family: Poppins; */
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px 0;
}

.bk__wuestion--section h3 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    /* font-family: Poppins; */
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;
}

.bk__btn a {
    background: transparent;
    border: 3px solid #ffffff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    padding: 10px 18px;
}

/* .bk__banner--section {
    background-color: #305371;
    position: relative;
    -webkit-mask-image: url('../service_images/herobgdesign.png');
    mask-image: url('../service_images/herobgdesign.png');
    webkit-mask-image: url('../service_images/herobgdesign.png');
    
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    webkit-mask-position: bottom;
} */
.bk__banner--section {
    background-color: #305371;
    position: relative;
    /* margin-bottom: 100px; */
    -webkit-mask-image: url('../service_images/herobgdesign.png');
    mask-image: url('../service_images/herobgdesign.png');
    webkit-mask-image: url('../service_images/herobgdesign.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    webkit-mask-position: bottom;
}

.bk__banner--section svg {
    display: block;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.bk__banner--section svg path {
    fill: #305371;
}

.bk__banner--section h1 {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
}

.bk__banner--section--content {
    position: relative;
    padding: 60px 0 110px;
    overflow: hidden;
}

.bk__banner--section--content .bk__bglogo--image {
    position: absolute;
    top: -35px;
    left: -10px;
    opacity: 0.2;
}

.bk__standard--warranty {
    padding: 70px 0;
}

.bk__standard--warranty .container {
    max-width: 1070px;
}

.bk__standard--warranty h2 {
    margin: 0 0 10px 0;
}

.bk__standard--warranty p {
    margin: 0;
    line-height: 1.4;
    margin: 0 auto;
}

.bk__standard--warranty h2,
.bk__standard--warranty p {
    font-size: 30px;
}

.bk__unit--section {
    padding: 50px 0;
    background-color: #F1F0F0;
}

.bk__data--table table {
    margin: 0 auto;
}

.bk__data--table table th:last-child {
    padding-left: 30px;
}

.bk__data--table table th {
    font-size: 30px;
    color: #231F20;
}

.bk__data--table th,
.bk__data--table td {
    font-size: 30px;
}

.bk__data--table td:not(:first-child) {
    text-align: center;
}

.bk__data--table th {
    padding-bottom: 10px;
}

.bk__data--table td {
    padding-bottom: 10px;
    vertical-align: top;
}

.bk__content--section {
    padding: 55px 0 75px;
}

.bk__content--section p {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    color: #231F20;

}

.bk__content--section p:not(:first-child) {
    margin-top: 30px;
}

.bk__content--btn {
    text-align: center;
    margin-top: 50px;
}

.bk__content--btn a+a {
    margin-left: 45px;
}

.blue__btn {
    width: fit-content;
    display: inline-block;
    color: #315371;
    border: 3px solid #315371;
    padding: 5px 20px;
    font-size: 23px;
    font-weight: bold;
}

.bk__extended--warranty {
    padding: 60px 0;
    background-color: #f1f0f0;
}

.bk__extended--warranty h2 {
    margin: 0;
    font-size: 47px;
    color: #315371;
    max-width: 1000px;
    margin-bottom: 42px;
}

.bk__data--table table+table {
    margin-top: 55px;
}

.bk__extended--warranty.bk__data--table table {
    width: 100%;
    max-width: 1145px;
    margin-left: 0;
}

.bk__extended--warranty.bk__data--table tr th:first-child {
    text-align: start;
}

.bk__extended--warranty.bk__data--table tr th {
    padding-left: 0;
    vertical-align: top;
}

.bk__extended--warranty p {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
    color: #231F20;
}

.bk__extended--warranty p:not(:first-child) {
    margin-top: 30px;
}

.bk__standard--warranty p a {
    color: #315371;
    text-decoration: underline;
}

.bk__address--data {
    padding-top: 45px;
}

.bk__repair--section {
    padding: 65px 0;
}

.bk__repair--section h2 {
    font-size: 42px;
    color: #315371;
    margin: 0;
}

.bk__repair--section p {
    font-size: 30px;
    margin: 0 0 40px 0;
}

.bk__repair--section p a {
    color: #315371;
    text-decoration: underline;
}

.bk__form--section {
    background-color: #F1F0F0;
    padding: 65px 0;
}

.bk__form--data {
    text-align: center;
}

.bk__form--data h3 {
    font-size: 25px;
    color: #231F20;
    margin-bottom: 10px;
}

.bk__service-menu__inner {
    padding-top: 50px;
}

.bk__form--row {
    display: flex;
    justify-content: center;
    gap: 90px;
}

.red--btn {
    border: 2px solid #C72127;
    background-color: transparent;
    padding: 8px 20px;
    font-size: 21px;
    font-weight: bold;
    color: #C72127;
    cursor: pointer;
}

.bk__service--section h2 {
    margin: 0;
    font-size: 30px;
}

.bk__service--section p {
    font-size: 30px;
    margin: 0;
    margin-top: 45px;
    line-height: 1.4;
}

.bk__service--section {
    padding: 40px 0;
}

.bk__nonwarranty--section {
    padding: 60px 0 86px;
    background-color: #F1F0F0;
}

.bk__non--title h2 {
    font-size: 48px;
    color: #315371;
    margin: 0;
}

.bk__non--title p {
    font-size: 30px;
    margin: 5px 0 37px 0;
}


.table__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    color: #333;
}

.data--table+.data--table {
    margin-top: 35px;
}

/* .section h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #333;
} */

.item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 4px;
    font-size: 30px;
}

.item p {
    width: 100%;
    margin-top: 0;
}

.item-name {
    min-width: max-content;
}

.dots {
    flex-grow: 2;
    border-bottom: 3px dotted #333333;
    margin: 0 5px;
    height: 1px;
    margin-bottom: 12px;
}

.price {
    /* font-weight: bold; */
    min-width: max-content;
    text-align: right;
}


.data--table h2 {
    margin: 0;
    /* margin-bottom: 15px; */
    font-size: 30px;
}

.data--table p {
    margin: 0;
    font-size: 30px;
}

.data--table .item span {
    font-size: 30px;
    line-height: 1.1;
}

@media(max-width: 1199px) {
    .table__content {
        display: flex;
        flex-direction: column;
        row-gap: 35px;
    }
}

@media(max-width: 991px) {
    .bk__banner--section h1 {
        font-size: 40px;
    }

    /* .bk__standard--warranty {
        padding-top: 0;
    } */

    .bk__standard--warranty h2,
    .bk__standard--warranty p {
        font-size: 26px;
    }

    .bk__extended--warranty h2 {
        font-size: 30px;
        margin-bottom: 42px;
    }

    .bk__content--section p,
    .bk__extended--warranty p {
        font-size: 22px;
    }

    .bk__data--table table th,
    .bk__data--table td {
        font-size: 22px;
        color: #231F20;
    }

    .bk__extended--warranty {
        padding: 50px 0;
    }

    .bk__extended--warranty p:not(:first-child) {
        margin-top: 20px;
    }

    .logo {
        padding: 20px 0;
    }

    .logo img {
        max-height: 94px !important;
    }

    

}

@media(max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .bk__wuestion--section h2 {
        font-size: 48px;
    }

    .bk__content--btn .blue__btn {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }

    .bk__content--btn .blue__btn+.blue__btn {
        margin-top: 20px;
    }

    .bk__wuestion--section h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .bk__form--row {
        gap: 15px;
    }

    .bk__form--data h3 {
        font-size: 18px;
    }

    .red--btn {
        font-size: 18px;
    }

    .bk__repair--section h2 {
        font-size: 30px;
    }

    .bk__non--title h2,
    .bk__non--title p,
    .bk__service--section h2,
    .bk__service--section p,
    .bk__repair--section p {
        font-size: 24px;
    }

    .bk__service--section p {
        margin-top: 20px;
    }

    .bk__nonwarranty--section {
        padding: 50px 0;
    }

    .data--table p,
    .data--table .item span,
    .data--table h2 {
        font-size: 22px;
    }

    .data--table+.data--table {
        margin-top: 20px;
    }

    .bk__banner--section--content .bk__bglogo--image {
        top: 0px;
        height: 100%;
        width: auto;
    }

    .bk__banner--section--content .bk__bglogo--image img {
        height: 100%;
    }

    .bk__banner--section--content {
        padding: 60px 0 60px;
    }

    
}

@media(max-width: 575px) {
    .bk__banner--section--content {
        padding: 60px 0 60px;
    }

    .bk__banner--section--content .bk__bglogo--image {
        left: 0;
        width: 100%;
    }

    .bk__banner--section--content .bk__bglogo--image img {
        width: 100%;
    }

    .bk__form--row {
        flex-direction: column;
        row-gap: 50px;
    }
}

mobile__menu--sub-menu li {
    list-style-type: disc;
    color: #ffffff;
}

.mobile__menu--sub-menu li a {
    padding-left: 0 !important;
}

ul.mobile__menu--sub-menu li a {
    padding-left: 65px !important;
}

.mobile__menu--item a:hover {
    background: rgba(63, 68, 75, 1);
    color: rgba(199, 33, 39, 1);
}

.mobile__menu--sub-menu li a {
    position: relative;
}

.mobile__menu--sub-menu li a::after {
    display: block !important;
    content: "•";
    position: absolute;
    top: 10px;
    left: 30px;
    color: #ffffff;
    font-family: "Apertura-Bold Condensed", Sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: .03em !important;
    font-weight: 600 !important;
}

.mobile__menu--sub-menu li a:hover::after {
    color: #c72127 !important;
}

.mobile__menu--sub-item a {
    padding-left: 50px !important;
}

p.bk__copyright--text {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 15px;
}

.logo img {
    height: 94px;
}

/* BK Service Menu (Flex layout override) */
.bk__service-menu {
    background-color: #f1f2f4;
    padding: 0px 0 70px;
}


.bk__service-menu__title {
    margin: 0 0 55px;
    text-align: center;
    color: #2f5578;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.1;
}

.bk__service-menu__grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 55px;
    justify-content: center;
}

.bk__service-menu__card {
    width: calc(25% - 50px);
    text-align: center;
}

.bk__service-menu__icon {
    color: #2f5578;
    font-size: 66px;
    line-height: 1;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk__service-menu__card-title {
    margin: 12px 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.bk__service-menu__btn {
    display: inline-block;
    border: 1px solid #2f5578;
    background-color: transparent;
    color: #2f5578;
    line-height: 1;
    transition: all 0.25s ease;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.9px;
    border-width: 3px;
    padding: 10px 12px 10px 12px;
}

.bk__service-menu__btn:hover,
.bk__service-menu__btn:focus,
a.blue__btn:hover, 
.bk__service-menu__btn:active{
    background:#2f5578 !important;
    color:#fff !important;
    border-color:#2f5578;
}

.bk__service-menu__icon img {
    height: 75px;
    width: auto;
}
.bk__service-menu__btn img {
    width: 70px;
    height: auto;
}
.bk__tech--hub  .bk__service-menu__grid {
    column-gap: 70px;
    row-gap: 30px;
}
.bk__tech--hub .bk__service-menu__card {
    width: calc(25% - 100px);
}
.bk__tech--hub .bk__service-menu__grid .bk__service-menu__card-title{
    margin-top: 0;
    font-weight: 500;
}
.bk__educationalinfo{
    padding: 70px 0;
    background-color: #f3f4f4;
}
@media (max-width: 991px) {
    .bk__service-menu__title {
        margin-bottom: 30px;
    }
    .bk__service-menu__grid {
        column-gap: 20px;
        row-gap: 40px;
    }

    .bk__service-menu__card {
        width: calc((100% / 3) - (20px * 2) / 3);
    }

   
}

@media (max-width: 767px) {
    /* .bk__service-menu {
        padding: 50px 0;
    } */

    .bk__service-menu__title {
        margin-bottom: 30px;
    }
    .bk__service-menu__card .bk__service-menu__card-title {
        font-size: 16px;        
    }
    .bk__service-menu__grid {
        column-gap: 20px;
        row-gap: 40px;
    }
    /* .bk__service-menu__card {
        width: calc((100% / 2) - (20px * 1) / 2);
    } */
    .bk__service-menu__icon img {
        height: 50px;
        width: auto;
    }
    .bk__service-menu__icon {
        min-height: auto;
        font-size: 50px;
    }

    .bk__service-menu__card-title {
        margin: 12px 0 10px;
    }

    .bk__service-menu__btn {
        padding: 8px 20px;
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    
    .bk__service-menu__card {
        width: calc((100% / 2) - (20px * 1) / 2);
    }
    
}
@media (max-width: 400px) {
    
    .bk__service-menu__card {
        width: 100%;
    }
    
}

/* BK Firmware / Software section */
.bk__firmware--software__top {
    padding: 0 0 70px;
    background-color: #f1f2f4;
}

.bk__firmware--software__top {
    padding: 40px 0;
}

.bk__firmware--software__top p {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 1.25;
    color: #2b2b2b;
    max-width: 1120px;
}

.bk__firmware--software__link {
    display: inline-block;
    color: #3f6381;
    text-decoration: underline;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bk__firmware--software__btn {
    display: inline-block;
    border: 2px solid #315371;
    color: #315371;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.1;
    padding: 10px 22px;
}

.bk__firmware--software__bottom {
    padding: 50px 0;
}

.bk__firmware--software__group h2 {
    margin: 0 0 15px;
    font-size: 30px;
    color: #231f20;
    line-height: 1.2;
}

.bk__firmware--software__group + .bk__firmware--software__group {
   margin-top: 30px;
}

.bk__firmware--software__columns {
    display: flex;
    flex-wrap: wrap;
}

.bk__firmware--software__columns--two {
    column-gap: 75px;
}

.bk__firmware--software__columns--two .bk__firmware--software__column {
    width: calc((100% / 4) - (75px * 3) / 4);
}

.bk__firmware--software__columns--three {
    column-gap: 12px;
}

.bk__firmware--software__columns--three .bk__firmware--software__column {
    width: calc((100% - 120px) / 3);
}

.bk__firmware--software__column h3 {
    margin: 0 0 8px;
    font-size: 28px;
    color: #2b2b2b;
    font-weight: 400;
}

.bk__firmware--software__column ul {
    margin: 0;
    padding: 0;
}

.bk__firmware--software__column li + li {
    margin-top: 4px;
}

.bk__firmware--software__column a {
    color: #3f6381;
    font-size: 25px;
    line-height: 1.2;
}

.bk__firmware--software__back {
    margin-top: 36px;
    text-align: center;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .bk__firmware--software__columns--three {
        row-gap: 20px;
    }

    .bk__firmware--software__columns--three .bk__firmware--software__column {
        width: calc((100% - 60px) / 2);
    }

    .bk__firmware--software__columns--three .bk__firmware--software__column:last-child {
        width: 100%;
    }
}

@media (max-width: 767px) {
   

    .bk__firmware--software__top {
        padding: 30px 0;
    }

    .bk__firmware--software__top p {
        font-size: 22px;
    }

    .bk__firmware--software__link {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .bk__firmware--software__btn {
        font-size: 24px;
    }

    .bk__firmware--software__group h2 {
        font-size: 24px;
    }

    .bk__firmware--software__columns--two,
    .bk__firmware--software__columns--three {
        row-gap: 14px;
        column-gap: 0;
    }

    .bk__firmware--software__columns--two .bk__firmware--software__column,
    .bk__firmware--software__columns--three .bk__firmware--software__column,
    .bk__firmware--software__columns--three .bk__firmware--software__column:last-child {
        width: 100%;
    }

    .bk__firmware--software__column h3 {
        font-size: 20px;
    }
    .bk__firmware--software__column a {
        font-size: 18px;
    }
}

/* BK KNGP firmware section */
.bk__khgp--section {
    padding: 70px 0;
}

.bk__khgp--section .container {
    max-width: 1200px;
    padding: 0;
}

.bk__khgp--tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #e6e6e6;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    overflow-x: auto;
}

.bk__khgp--tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3e3e3e;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding: 22px 36px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.bk__khgp--tab.active{
    color: #315371;
}

.bk__khgp--tab + .bk__khgp--tab::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 48px;
    background-color: #808080;
}



.bk__khgp--content {
    padding: 56px 15px 0;
}

.bk__khgp--utility-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
}

.bk__khgp--utility-title {
    margin: 0;
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.bk__khgp--utility-link {
    color: #3f6381;
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
}

.bk__khgp--table-wrap {
    overflow-x: auto;
}

.bk__khgp--table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.bk__khgp--table th {
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    color: #232323;
    padding: 4px 8px;
    padding-bottom: 12px;
    font-weight: 700;
}

.bk__khgp--table td {
    font-size: 20px;
    line-height: 1.25;
    color: #3a3a3a;
    padding: 4px 8px;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

.bk__khgp--table tbody tr + tr {
    border-top: 1px solid #8d8d8d;
}

.bk__khgp--table a {
    color: #3f6381;
}

.bk__khgp--back {
    text-align: center;
    margin-top: 48px;
}

.bk__khgp--back-btn {
    display: inline-block;
    border: 2px solid #315371;
    color: #315371;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    padding: 10px 22px;
}
@media(max-width: 991px){
    .bk__khgp--tab {
        font-size: 24px;
    }
    .bk__khgp--utility-row {
        flex-wrap: wrap;
    }
}
@media(max-width: 768px){
    .bk__khgp--tab.active {
        color: #315371;
        background-color: #d5d5d5;
    }
    .bk__khgp--tab {
        font-size: 18px;
    }

    .bk__khgp--table td {
        font-size: 20px;
        line-height: 1.25;
        color: #3a3a3a;
        padding: 4px 8px;
        vertical-align: baseline;
        vertical-align: -webkit-baseline-middle;
    }

    .bk__khgp--tabs {
        border-top: 0px solid #dfdfdf;
        border-bottom: 0px solid #dfdfdf;
        flex-direction: column;
    }
    .bk__khgp--tab {
        padding: 10px 36px;
    }
    .bk__khgp--tab::before{
        display: none;
    }
}
.bk__khgp--section.bk__service--bulletin{
    padding-top: 0;
}
.bk__technical .bk__service-menu__card {
    width: calc((100% / 3) - (40px * 2 / 3));
    text-align: center;
}
.bk__technical .bk__khgp--back {
    margin-top: 100px;
}
.bk__service--bulletin td:nth-child(1) {
    width: 30%;
}
.bk__service--bulletin td:nth-child(4) {
    width: 34%;
}
.bk__service--bulletin .bk__khgp--content {
    padding: 0;
}
.bk__bulletin a {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: #2f5578;
}

.bk__bulletin a + a {
    margin-top: 15px;
}

.bk__bulletin {
    margin-bottom: 30px;
}
.bk__service--bulletin .bk__khgp--load{
    margin: 40px auto 0;
    text-align: center;
}
.bk__service--bulletin .bk__khgp--back {
    margin-top: 80px;
}

/* BK service bulletin filter strip */
.bk__bulletin-filter {
    background-color: #f3f4f4;
    padding: 50px 15px;
    margin-bottom: 28px;
    padding-top: 100px !important;
}

.bk__bulletin-filter .container{
    width: 100%;
}

.bk__bulletin-filter__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;    
    gap: 30px;
    justify-content: center;
}
.bk__bulletin-filter__data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.bk__bulletin-filter__search {
    width: 240px;
}

.bk__bulletin-filter__search label {
    display: block;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.bk__bulletin-filter__search input {
    width: 100%;
    border: 1px solid #b8b8b8;
    height: 42px;
    background-color: #efefef;
    padding: 0 10px;
    font-size: 16px;
}


.bk__bulletin-filter__label {
    display: inline-block;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
}

.bk__bulletin-filter__control {
    position: relative;
    min-width: 190px;
}

.bk__bulletin-filter__select {
    border: 1px solid #b8b8b8;
    background-color: #efefef;
    color: #3e3e3e;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    height: 42px;
    width: 100%;
    min-width: 190px;
    text-align: left;
    padding: 0 34px 0 12px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width: 768px){
.bk__bulletin-filter__select {
    max-width: 100%;
}}

.bk__bulletin-filter__control--select::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #6f6f6f;
}

.bk__bulletin-filter__control--date {
    min-width: 190px;
}

.bk__bulletin-filter__date-input {
    width: 100%;
    min-width: 190px;
    height: 42px;
    border: 1px solid #b8b8b8;
    background-color: #efefef;
    color: #3e3e3e;
    font-size: 17px;
    font-weight: 600;
    padding: 0 10px;
}

.bk__bulletin-filter__date-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}
.bk__khgp--section.bk__service--bulletin .container{
    padding: 0 15px;
}
@media (max-width: 991px) {
    .bk__bulletin-filter {
        gap: 12px;
    }

    .bk__bulletin-filter__search {
        width: 100%;
    }

    .bk__bulletin-filter__label {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .bk__bulletin-filter {
        padding: 14px;
    }

    .bk__bulletin-filter__group {
        width: 100%;
    }

    .bk__bulletin-filter__control--date,
    .bk__bulletin-filter__date-input {
        width: 100%;
    }
    .bk__service--bulletin .bk__khgp--back {
        margin-top: 30px;
    }
}
.bk__manual .bk__bulletin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bk__manual input {
    background-color: transparent;
}

/* BK register product form */
.bk__register--product {
    background-color: #f1f2f4;
        padding: 70px 0;
}

.bk__register--product .container {
    max-width: 991px;
}

.bk__register__layout {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding-top: 20px;
}

.bk__register__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 35px;
}

.bk__register__row {
    display: flex;
    gap: 16px;
}
#bk__serial-rows .bk__register__row + .bk__register__row{
    margin-top: 25px;
}

.bk__register__field {
    flex: 1;
}

.bk__register__field label {
    display: block;
    margin-bottom: 4px;
    color: #231f20;
    font-size: 20px;
    line-height: 1.1;
}

.bk__register__field input, .bk__register__field select {
    width: 100%;
    /* height: 42px; */
    border: 1px solid #8f8f8f;
    background-color: transparent;
    color: #231f20;
    font-size: 16px;
    padding: 4px 10px;
}

.bk__register__title {
    margin: 28px 0 8px;
    color: #2f5578;
    font-size: 30px;
    line-height: 1.1;
}

.bk__register__count-btns {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
}

.bk__register__count-btns .bk__service-menu__btn {
    background: transparent;
    cursor: pointer;
}

.bk__register__row--serial .bk__register__field {
    flex: 1 1 33.33%;
}

.bk__register__add-line {
    color: #315371;
    line-height: 1.2;
    width: fit-content;
    font-size: 16px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.bk__register__line-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
}

.bk__register__delete-line {
    color: #315371;
    line-height: 1.2;
    width: fit-content;
    font-size: 16px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.bk__register__submit {
    text-align: center;
    margin-top: 6px;
}

.bk__register__submit .bk__service-menu__btn {
    background: transparent;
    cursor: pointer;
}

.bk__register__upload p {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.bk__register__upload p + p {
    margin-top: 30px;
}

.bk__register__upload p a {
    color: #2f5578;
    font-weight: 700;
}

.bk__register__upload label {
    display: block;
    margin: 10px 0 8px;
    font-size: 22px;
    line-height: 1.2;
}

.bk__register__upload input[type="file"] {
    font-size: 22px;
    line-height: 1.2;
    color: #231f20;
}

.bk__register__upload .bk__register__submit {
    margin-top: 22px;
}

.bk__register--product .bk__khgp--back {
    margin-top: 70px;
}
@media(max-width: 768px) {
    .bk__register--product {
        padding: 35px 0;
    }
    .bk__register--product .bk__khgp--back {
        margin-top: 35px;
    }
    .bk__register__title{
        font-size: 22px;
    }
    .bk__register__field label {
        font-size: 18px;
    }
}
@media(max-width: 575px) {
    .bk__register__row {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }
    .bk__register__upload p {
        margin: 0;
        font-size: 16px;
        line-height: 1.2;
    }
    .bk__register__upload p + p {
        margin-top: 15px;
    }
    .bk__register__upload label,
    .bk__register__upload input[type="file"] {
        font-size: 16px;
    }
}
.bk__notifications--updates{
    padding: 70px 0;
}
.bk__notifications--updates .bk__register__row{
    flex-direction: column;
}
.bk__notifications--updates .bk__register__form {
    flex-direction: row;
    gap: 25px;
}
.bk__notifications--updates .bk__register__row h2{
    margin: 0;
    color: #2f5578;
    font-size: 29px;
    line-height: 1.3;
}
.bk__notifications--updates .container {
    /* max-width: 1070px; */
    max-width: 991px;
}
.bk__service-menu__submit {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 24px;
    transition: all 0.25s ease;
    border: 0;
    width: fit-content;
    background-color: #5d5d5d;
    color: #ffffff;
    font-weight: 300;
}
.bk__service-menu__submit:hover{
    background-color: #2f5578;
    color: #ffffff;
}
.bk__tech--hub .bk__bulletin-filter__inner {
    justify-content: flex-start;
}

.bk__tech--hub-video__title {
    margin: 0 0 40px;
    color: #2f5578;
    font-size: 46px;
    line-height: 1.1;
    text-align: center;
}

.bk__tech--hub-video__list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
}

.bk__tech--hub-video__card {
    width: calc((100% / 4) - ((18px * 3) / 4));
}

.bk__tech--hub-video__card--hidden {
    display: none;
}

.bk__tech--hub-video__embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 6px;
    overflow: hidden;
    background-color: #000000;
}

.bk__tech--hub-video__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bk__tech--hub-video__name {
    margin: 8px 0 0;
    font-size: 23px;
    line-height: 1.2;
}

.bk__tech--hub-video__name a {
    color: #1f1f1f;
}

.bk__tech--hub-video__meta {
    margin: 6px 0 0;
    color: #5a5a5a;
    font-size: 18px;
    line-height: 1.2;
}

.bk__tech--hub-video__actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 24px;
}
.bk__tech--hub .bk__bulletin-filter {
    margin: 0;
}
.bk__tech--hub-video{
    padding: 70px 0;
}
.bk__tech--hub .bk__khgp--back {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .bk__educationalinfo {
        padding: 35px 0;
    }
    .bk__tech--hub-video__card {
        width: calc((100% / 2) - (18px / 2));
    }

    .bk__tech--hub-video__title {
        font-size: 38px;
    }
}
@media (max-width: 768px) {
.bk__tech--hub  .bk__service-menu__card {
    width: calc((100% / 3) - (20px * 2) / 3);
}
.bk__service-menu__title {
    margin: 0 0 40px;
    font-size: 28px;
}
}

@media (max-width: 600px) {
    .bk__tech--hub-video__card {
        width: 100%;
    }

    .bk__tech--hub-video__title {
        font-size: 30px;
    }

    .bk__tech--hub-video__actions {
        flex-wrap: wrap;
    }
}
.header-bar {
    /* background-color: #2d2727; */
    /* padding: 20px 40px; */
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.contact-text {
    color: #fff;
    font-weight: bold;
}

.search-box {
    position: relative;
    display: flex;
    border-style: solid;
    border-width: 2px 0px 2px 2px;
    border-color: #FFFFFF;
}

.search-box input {
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    padding: 5px;
    height: auto;
    min-height: 1px;
    min-width: 1px;
    width: auto;
    max-width: 150px;
}

.search-box input::placeholder {
    color: #ffffff;
    font-family: "Apertura md", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.search-box button {
    background: transparent;
    border: none;
    padding: 5px 12px;
    cursor: pointer;
    color: #fff;
    background-color: #231F20;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
}

.search-box svg {
    width: 20px;
}

.search-box svg path {
    fill: #ffffff;
}

.bk__margin-top {
    margin-top: -55px;
}

.bk__margin-top .bk__padding-top {
    padding-top: 40px;
}
article.bk__tech--hub-video__card.bk__video--frame {
    width: 50%;
    margin: 0 auto 50px;
}
@media(max-width: 600px) {
    .bk__header {
        flex-wrap: wrap;
    }
    .bk__header--search-menu {
        order: 3;
        width: 100%;
    }
    .header-bar {
        flex-wrap: wrap;
    }
    .logo img {
        height: 67px;
    }
    .logo {
        padding: 15px 0;
    }
}

.discontinued-link {
    font-size: 32px;
    font-weight: 700;
    color: #1f4e79;
    text-decoration: none;
    display: inline-block;
    margin-top: -20px;
}

.discontinued-link:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
article#featured-video-container {
        width: 100%;
    }
}

.bk__service-menu__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
 
.bk__service-menu__card h3 {
    flex: 1;
}
 
.bk__service-menu__card .bk__service-menu__btn {
    width: fit-content;
}

.bk__menu ul li:hover a {
    color: #00c2ff;
    transition: all ease-in-out 0.3s;
}

.bk__repair--section h2 sup{
    font-size: 26px;
}

.bk__service-menu__btn{
    font-family: "Apertura md", sans-serif;
}

.bk__padding-top.bk__firmware--software__top {
    padding-top: 120px;
    padding-bottom: 60px;
}

.bk__nonwarranty--section .container,
.bk__repair--section .container,
.bk__content--section .container {
    max-width: 1070px;
}

.bk__edu-content {
    max-width: 1070px;
    margin: 50px auto;
    color: #231f20;
}

.bk__edu-content.ck-content {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}

.bk__edu-content.ck-content p {
    margin: 0 0 1em;
}

.bk__edu-content.ck-content p:last-child {
    margin-bottom: 0;
}

.bk__edu-content.ck-content a {
    color: #2f5578;
}

.bk__edu-content.ck-content img {
    max-width: 100%;
    height: auto;
}

.bk__edu-content.ck-content table {
    border-collapse: collapse;
    width: 100%;
}

.bk__edu-content.ck-content table td,
.bk__edu-content.ck-content table th {
    border: 1px solid #bfbfbf;
    padding: 0.4em;
}

.bk__edu-actions {
    max-width: 1070px;
    margin: 0 0 20px 0;
    text-align: left;
}

@media (max-width: 767px) {
    .bk__edu-content.ck-content {
        font-size: 15px;
        margin: 32px auto;
    }
}

@media (max-width: 575px) {
    .bk__technical .bk__service-menu__card,
    .bk__tech--hub .bk__service-menu__card {
        width: 100%;
    }
}

.form-control {
    height: 34px !important;
}

.RProduct::-webkit-input-placeholder { font-size: 0.8em; }
.RProduct:-moz-placeholder { font-size: 1em; }
.RProduct::-moz-placeholder { font-size: 1em; }
.RProduct:-ms-input-placeholder { font-size: 1em; }

#more5 { display: none; }
#test textarea { width: 100%; margin-bottom: 10px; display: block; }
.text-danger { color: #dc3545; font-weight: bold; }
.text-success { color: #28a745; font-weight: bold; }
.bk__register__row--serial { margin-bottom: 15px; }
.remove-container { display: flex; align-items: flex-end; padding-bottom: 5px; }
.btn-remove { background: #dc3545; color: white; border: none; padding: 5px 15px; border-radius: 4px; cursor: pointer; }

.bk__register__notice { margin: 10px 0 }
.bk__register__notice p { margin: 0; font-size:18px;}
/* .bk__register__upload { margin-top: 20px; } */
.bk__register__upload p { margin-bottom: 10px; }
.bk__register__upload label { display: block; font-weight: bold; margin-top: 15px; margin-bottom: 5px; }
#bk_register_upload { margin-bottom: 15px; }
#test { margin-top: 20px; }

.bkr__manuals_section_table {
    padding-top: 50px !important;
}
 
.bkr__manuals_section_table input#bk__manual-search {
    background-color: transparent;
}

.bkr__manuals_section_table input#bk__manual-search::placeholder{
    font-weight: 600;
    color: #b9b9b9;
}
 
.bkr__manuals_section_table .bk__manual-controls {
    margin-bottom: 48px;
}
 
.bkr__manuals_section_table .bk__manual-search-strip .container {
    padding: 0;
}

.bk__manual-controls { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 20px; 
    margin-bottom: 24px; 
}

.bk__manual-controls .bk__bulletin { 
    margin-bottom: 0; 
}

.bk__manual-controls__right { 
    display: flex; 
    align-items: 
    center; gap: 12px; 
}

.bk__manual-search-strip { 
    padding: 0; 
    background: transparent; 
}

.bk__manual-search-strip .container { 
    width: auto; 
    padding: 0; 
}

.bk__manual-search-strip .bk__bulletin-filter__inner { 
    justify-content: flex-end; 
    gap: 0; 
}

.bk__manual-search-strip .bk__bulletin-filter__search { 
    width: 220px; 
}

@media (max-width: 767px) {
    .bk__manual-controls { 
        flex-direction: column; 
        align-items: stretch; 
    }
    
    .bk__manual-controls__right { 
        flex-direction: column; 
        align-items: stretch; 
    }

    .bk__manual-search-strip .bk__bulletin-filter__search { 
        width: 100%; 
    }
}

/* Notifications & Updates */
.bk__notifications {
    padding: 100px 0 24px;
    background-color: #ffffff;
}

.bk__notifications__alert {
    margin: 0 0 24px;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 4px;
}

.bk__notifications__alert--success {
    background-color: #e8f5e9;
    color: #1b5e20;
    border: 1px solid #a5d6a7;
}

.bk__notifications__alert--error {
    background-color: #ffebee;
    color: #b71c1c;
    border: 1px solid #ef9a9a;
}

.bk__notifications__alert--warning {
    background-color: #fff8e1;
    color: #5d4037;
    border: 1px solid #ffe082;
}

.bk__notifications__alert code {
    font-size: 14px;
}

.bk__notifications__grid {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.bk__notifications__col {
    flex: 1 1 0;
    min-width: 0;
}

.bk__notifications__heading {
    margin: 0 0 28px;
    color: #2f5578;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.bk__notifications__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bk__notifications__field label {
    display: block;
    margin-bottom: 6px;
    color: #231f20;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
}

.bk__notifications__required {
    color: #c72127;
}

.bk__notifications__note {
    margin: 32px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #5a5a5a;
    text-align: center;
}

#bk-notifications-feedback[hidden] {
    display: none;
}

.bk__notifications__field input {
    width: 100%;
    border: 1px solid #8f8f8f;
    background-color: #ffffff;
    color: #231f20;
    font-size: 16px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.bk__notifications__field input:focus {
    outline: 2px solid #2f5578;
    outline-offset: 1px;
}

.bk__notifications__actions {
    margin-top: 8px;
}

.bk__notifications__submit {
    display: inline-block;
    border: none;
    background-color: #3f444b;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 28px;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.bk__notifications__submit:hover,
.bk__notifications__submit:focus {
    background-color: #231f20;
    color: #ffffff;
}

.bk__notifications__honeypot {
    position: absolute;
    left: -5000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bk__notifications .bk__khgp--back {
    margin-top: 56px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .bk__notifications__grid {
        flex-direction: column;
        gap: 40px;
    }

    .bk__notifications__heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    /* .bk__notifications {
        padding: 32px 0 16px;
    } */

    .bk__notifications__field label {
        font-size: 18px;
    }

    .bk__notifications__submit {
        width: 100%;
        text-align: center;
    }
}

/* Radio Software Downloader (service layout) */
.bk__software-downloader {
    position: relative;
    z-index: 2;
    padding-bottom: 48px;
}

/* .bk__software-downloader__card {
    max-width: 920px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 48px 48px;
} */

.bk__software-downloader__card--message {
    text-align: center;
}

.bk__software-downloader__title {
    margin: 0 0 28px;
    font-size: 28px;
    line-height: 1.2;
    color: #231f20;
    font-weight: 700;
    text-align: center;
    padding: 70px;
}

.bk__software-downloader__intro,
.bk__software-downloader__support {
    margin: 0;
    font-size: 22px;
    line-height: 1.45;
    color: #231f20;
    text-align: center;
    padding: 70px;
}

.bk__software-downloader__support {
    margin-top: 28px;
}

.bk__software-downloader__support a {
    color: #2f5578;
    font-weight: 700;
    text-decoration: underline;
}

.bk__software-downloader__form {
    margin-top: 32px;
}

.bk__software-downloader__field {
    max-width: 520px;
    margin: 0 auto;
}

.bk__software-downloader__field label {
    display: block;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    color: #231f20;
    font-weight: 700;
    text-align: center;
}

.bk__software-downloader__serial-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bk__software-downloader__serial-input {
    width: 96px;
    max-width: 28vw;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    color: #231f20;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    padding: 12px 10px;
    background: #ffffff;
}

.bk__software-downloader__serial-dash {
    font-size: 28px;
    line-height: 1;
    color: #231f20;
    font-weight: 700;
}

.bk__software-downloader__submit {
    margin-top: 32px;
    text-align: center;
}

.bk__software-downloader__link {
    color: #2f5578;
    font-weight: 700;
    text-decoration: underline;
}

.bk__software-downloader__link:hover {
    color: #c72127;
}

.bk__software-downloader__message {
    font-size: 20px;
    line-height: 1.5;
    color: #231f20;
}

.bk__software-downloader__message a {
    color: #2f5578;
    font-weight: 700;
}

.bk__software-downloader .bk__khgp--back {
    margin-top: 56px;
}

@media (max-width: 767px) {
    .bk__software-downloader__card {
        padding: 28px 20px 32px;
    }

    .bk__software-downloader__title,
    .bk__software-downloader__intro,
    .bk__software-downloader__support,
    .bk__software-downloader__field label,
    .bk__software-downloader__serial-input {
        font-size: 18px;
    }

    .bk__software-downloader__serial-input {
        width: 76px;
        padding: 10px 8px;
    }

    .bk__software-downloader .bk__khgp--back {
        margin-top: 32px;
    }
}

.bk-global-search__form {
    display: flex;
    align-items: stretch;
    width: 100%;
}


.bk-global-search__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(360px, 90vw);
    max-height: 360px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    z-index: 1000;
}

.bk-global-search__dropdown-item {
    display: block;
    padding: 12px 14px;
    color: #231f20;
    text-decoration: none;
    border-bottom: 1px solid #efefef;
}

.bk-global-search__dropdown-item:hover,
.bk-global-search__dropdown-item:focus {
    background: #f5f5f5;
}

.bk-global-search__dropdown-type {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 4px;
}

.bk-global-search__dropdown-title {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

.bk-global-search__dropdown-meta {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #666;
}

.bk__global-search__form {
    margin-bottom: 24px;
    width: 100%;
    max-width: 720px;
}

.bk__global-search__form-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    width: 100%;
}

.bk__global-search__form-inner input {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.bk__global-search__form-inner button {
    min-width: 120px;
    min-height: 48px;
    padding: 0 24px;
    border: none;
    background: #1f4e79;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

.bk__global-search__message,
.bk__global-search__count {
    margin-bottom: 20px;
    font-size: 18px;
}

.bk__global-search__results {
    display: grid;
    gap: 12px;
    margin-bottom: 32px;
}

.bk__global-search__result {
    display: block;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #231f20;
}

.bk__global-search__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    align-items: center;
}

.bk__global-search__product-form {
    display: inline;
    margin: 0;
    padding: 0;
}

.bk__global-search__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 8px 16px;
    border: 1px solid #1f4e79;
    background: #fff;
    color: #1f4e79;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.bk__global-search__action:hover,
.bk__global-search__action:focus {
    background: #1f4e79;
    color: #fff;
}

.bk__global-search__action--download {
    background: #1f4e79;
    color: #fff;
}

.bk__global-search__action--download:hover,
.bk__global-search__action--download:focus {
    background: #163a5c;
    border-color: #163a5c;
    color: #fff;
}

.bk__global-search__result-type {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 6px;
}

.bk__global-search__result-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.bk__global-search__result-subtitle {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}

.bk__global-search .bk__padding-top{
    padding-block: 50px;
}

@media (max-width: 767px) {
    .bk__global-search__form {
        max-width: none;
    }

    .bk__global-search__form-inner {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .bk__global-search__form-inner input,
    .bk__global-search__form-inner button {
        width: 100%;
        min-width: 0;
    }

    .bk__global-search__form-inner button {
        white-space: normal;
    }

    .bk__global-search__message,
    .bk__global-search__count {
        font-size: 16px;
    }

    .bk__global-search__result {
        padding: 16px;
    }

    .bk__global-search__result-title {
        font-size: 18px;
    }

    .bk__global-search__action {
        width: 100%;
        min-width: 0;
    }

    .bk__global-search__product-form {
        display: block;
        width: 100%;
    }

    .bk__global-search__product-form .bk__global-search__action {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .bk-global-search__form {
        flex: 1;
        min-width: 0;
    }

    .search-box input {
        flex: 1;
        min-width: 0;
        max-width: none;
        width: 100%;
    }

    .search-box button {
        flex-shrink: 0;
    }

    .bk-global-search__dropdown {
        left: 0;
        right: 0;
        width: 100%;
    }
}