*{
    box-sizing: border-box;
    outline: none;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Apertura-Bold Condensed", sans-serif;
    color: #231F20;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
header{
    background: rgba(35, 31, 32, 1) !important;
}
ul{
    list-style-type: none;
    padding: 0;

}
a{
    text-decoration: none;
}
.bk__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bk__menu ul {
    display: flex;
    list-style-type: none;
}

.bk__menu ul li:not(:first-child){
    margin-left: 20px;
}
.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;
    /* transition: all 0.3s ease; */
}
.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: 60px 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;
    font-family: "Apertura-Bold", Sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    border: 3px solid;
    letter-spacing: .9px;
    padding: 8px 20px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
/* .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: 50px 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: 100px 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: 15px 0 15px 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;
}
.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: 70px 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;
}