:root {
	--wd-text-font: YekanBakhFaNum;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: YekanBakhFaNum;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: YekanBakhFaNum;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: YekanBakhFaNum;
	--wd-widget-title-font: YekanBakhFaNum;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: YekanBakhFaNum;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(28,97,231);
	--wd-alternative-color: rgba(28,97,231,0.2);
	--btn-default-bgcolor: rgb(225,235,255);
	--btn-default-bgcolor-hover: rgb(219,227,249);
	--btn-default-color: rgb(28,97,231);
	--btn-default-color-hover: rgb(28,97,231);
	--btn-accented-bgcolor: rgb(28,97,231);
	--btn-accented-bgcolor-hover: rgb(28,97,231);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(255,255,255,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 1000px;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(15,23,42);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-size: 18px;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
html .btn.wd-buy-now-btn {
	background: rgb(107,163,49);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(95,158,44);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1400px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(28,97,231);
}

.shop_attributes tr
{
	justify-content: right;
}
/* ==========================================================
   BK Product Specs V2
   BehzadKala.com
========================================================== */

.bk-product-specs{
    margin:24px 0;
}

/* عنوان */

.bk-product-specs-header h3{
    margin:0 0 18px;
    font-size:22px;
    font-weight:700;
    color:#222;
    line-height:1.4;
}

/* گرید */

.bk-product-specs-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}

/* کارت */

.bk-spec-item{

    display:flex;
    flex-direction:column;
    justify-content:flex-start;

    height:100%;

    padding:14px;

    border:1px solid #ececec;
    border-radius:14px;

    background:#fff;

    transition:all .25s ease;

    box-shadow:0 2px 6px rgba(0,0,0,.04);

}


/* هاور */

.bk-spec-item:hover{

    transform:translateY(-2px);

    border-color:#d8d8d8;

    box-shadow:0 8px 18px rgba(0,0,0,.08);

}

/* عنوان ویژگی */

.bk-spec-title{

    margin-bottom:6px;

    font-size:13px;

    font-weight:700;

    color:#222;

    line-height:1.6;

}

/* مقدار ویژگی */

.bk-spec-value{

    color:#666;

    font-size:13px;

    line-height:1.8;

    overflow-wrap:anywhere;

    word-break:break-word;

}

.bk-spec-value span{

    display:block;

}

/* مشاهده همه مشخصات */

.bk-product-specs-footer{

    display:flex;

    align-items:center;

    gap:14px;

    margin-top:22px;

}

/* دو خط طرفین */

.bk-product-specs-footer::before,

.bk-product-specs-footer::after{

    content:"";

    flex:1;

    height:1px;

    background:#e5e5e5;

}

/* دکمه */

.bk-show-all-specs{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    white-space:nowrap;

    text-decoration:none;

    padding:9px 18px;

    border-radius:999px;

    border:1px solid #e4e4e4;

    background:#fbfbfc;

    color:#333;

    font-size:13px;

    font-weight:600;

    transition:all .25s ease;

    box-shadow:0 1px 3px rgba(0,0,0,.04);

}

.bk-show-all-specs:hover{

    background:#fafafa;

    border-color:#d4d4d4;

    color:#111;

    transform:translateY(-1px);

    box-shadow:0 6px 14px rgba(0,0,0,.08);

}

/* ==========================
   Tablet
========================== */

@media (max-width:768px){

    .bk-product-specs-grid{

        grid-template-columns:repeat(2,minmax(0,1fr));

    }

}

/* ==========================
   Mobile
========================== */

@media (max-width:480px){

    .bk-product-specs-grid{

        grid-template-columns:1fr;

    }

    .bk-product-specs-header h3{

        font-size:20px;

    }

    .bk-show-all-specs{

        width:100%;

    }

}

/*==================================
      نوار 4 کارت بالای فوتر
===================================*/

.bk-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.bk-service {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff, #fbfcfe);
    border: 1px solid #eef2f7;
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(25, 45, 72, .05);
    transition: all .28s ease;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.bk-service:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #2F6DF6;
    opacity: 0;
    transition: .28s;
}

.bk-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(47, 109, 246, .12);
    border-color: #2F6DF6;
}

.bk-service:hover:before {
    opacity: 1;
}

.bk-service-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F6DF6;
    flex-shrink: 0;
    transition: .3s;
}

.bk-service-icon svg {
    width: 32px;
    height: 32px;
    display: block;
}

.bk-service:hover .bk-service-icon {
    background: #2F6DF6;
    color: #fff;
    transform: scale(1.08);
}

.bk-service-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bk-service-text strong {
    font-size: 17px;
    font-weight: 700;
    color: #1d2433;
    margin-bottom: 6px;
    line-height: 1.5;
}

.bk-service-text span {
    font-size: 14px;
    color: #70798a;
    line-height: 1.9;
}


/*==================================
              Tablet
===================================*/

@media (max-width: 991px) {

    .bk-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

}


/*==================================
              Mobile
===================================*/

@media (max-width: 576px) {

    .bk-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bk-service {
        gap: 9px;
        padding: 14px 10px;
        min-height: 72px;
        border-radius: 14px;
    }

    .bk-service-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .bk-service-icon svg {
        width: 22px;
        height: 22px;
    }

    .bk-service-text {
        flex: 1;
        min-width: 0;
    }

    .bk-service-text strong {
        font-size: 12px;
        margin-bottom: 2px;
        white-space: nowrap;
    }

    .bk-service-text span {
        font-size: 10px;
        line-height: 1.5;
        white-space: nowrap;
    }

}


/*==================================
         موبایل خیلی کوچک
===================================*/

@media (max-width: 380px) {

    .bk-services {
        gap: 8px;
    }

    .bk-service {
        gap: 7px;
        padding: 12px 8px;
    }

    .bk-service-icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .bk-service-icon svg {
        width: 19px;
        height: 19px;
    }

    .bk-service-text strong {
        font-size: 11px;
    }

    .bk-service-text span {
        font-size: 9px;
    }

}
/*==================================
            کدهای اینماد
===================================*/

.bk-enamad{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:auto;
    margin:auto;
}

.bk-enamad a{
    display:inline-block;
    flex:0 0 auto;
}

.bk-enamad img{
    width:90px;
    height:auto;
    display:block;
}

/*==================================
            کدهای فوتر پایین
===================================*/

.bk-footer-contact{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:16px;
    flex-wrap:nowrap;
    width:100%;
}

.bk-footer-contact .bk-contact{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
    padding-left:0;
    padding-inline-end:12px;
}

.bk-footer-contact .bk-contact:not(:first-child)::after{
    content:"";
    position:absolute;
    right:-6px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:26px;
    background:rgba(255,255,255,.15);
}

.bk-contact-text{
    display:flex;
    flex-direction:column;
    line-height:1.5;
}

.bk-contact-text strong{
    font-size:15px;
    font-weight:700;
    color:#fff;
}

.bk-contact-text span{
    font-size:13px;
    color:rgba(255,255,255,.65);
    margin-top:2px;
}

/* ---------- موبایل ---------- */

@media(max-width:768px){

.bk-footer-contact{

display:flex;
flex-direction:column;
align-items:flex-start;
gap:18px;

}

.bk-footer-contact .bk-contact{

width:100%;
padding:0;
margin:0;

}

.bk-footer-contact .bk-contact::after{

display:none;

}

}

/*==============================
      آیکون های شبکه اجتماعی
==============================*/

.bk-socials{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;

    margin-top:10px;

    flex-wrap:wrap;

}

.bk-social{

    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    transition:all .28s ease;

    text-decoration:none;

}

.bk-social img{

    width:27px;
    height:27px;

    object-fit:contain;

    display:block;

    transition:.28s ease;

}

/* Hover */

.bk-social:hover{

    transform:translateY(-4px);

    box-shadow:0 12px 30px rgba(0,0,0,.22);

}

/* Brand Colors */

.bk-social.whatsapp:hover{

    background:#25D366;

    border-color:#25D366;

}

.bk-social.instagram:hover{

    background:#E4405F;

    border-color:#E4405F;

}

.bk-social.eitaa:hover{

    background:#1E88E5;

    border-color:#1E88E5;

}

.bk-social.bale:hover{

    background:#00A884;

    border-color:#00A884;

}

.bk-social.telegram:hover{

    background:#405DE6;

    border-color:#405DE6;

}

/* کمی تنظیم اندازه برای هماهنگی بصری */

.bk-social.whatsapp img{

    width:27px;

}

.bk-social.instagram img{

    width:27px;

}


.bk-social.bale img{

    width:26px;

}

.bk-social.telegram img{

    width:27px;

}

/* Mobile */

@media(max-width:767px){

.bk-socials{

    gap:10px;

}

.bk-social{

    width:46px;
    height:46px;

    border-radius:14px;

}

.bk-social img{

    width:24px;
    height:24px;

}

}

.bk-social{

backdrop-filter:blur(8px);

-webkit-backdrop-filter:blur(8px);

}

/* ===== درباره بهزاد کالا ===== */

.bk-about{

background:#fff;
border-radius:22px;
padding:35px 40px;
border:1px solid #edf2f7;
box-shadow:0 8px 30px rgba(15,23,42,.05);
transition:.3s;

}

.bk-about:hover{

transform:translateY(-3px);
box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.bk-about__header{

display:flex;
align-items:center;
justify-content:center;
gap:18px;
margin-bottom:28px;
flex-wrap:wrap;

}

.bk-about__logo{

width:72px;
height:auto;
display:block;

}

.bk-about__header h2{

margin:0;
font-size:36px;
font-weight:800;
color:#1e293b;
line-height:1.5;

}

.bk-about__header h2 span{

font-size:.85em;
font-weight:700;
color:#1e293b;

}

.bk-about__text{

max-width:1050px;
margin:auto;

}

.bk-about__text p{

margin:0 0 18px;
font-size:17px;
line-height:2.3;
color:#52607a;
text-align:justify;
text-align-last:center;

}

.bk-about__more{

display:none;

}

.bk-about__more.active{

display:block;

}

.bk-about__toggle{

display:inline-flex;
align-items:center;
justify-content:center;

margin-top:10px;

padding:12px 30px;

background:#2563eb;

color:#fff;

border:none;

border-radius:40px;

font-size:15px;

font-weight:700;

cursor:pointer;

transition:.3s;

}

.bk-about__toggle:hover{

background:#1d4ed8;

transform:translateY(-2px);

}

@media(max-width:768px){

.bk-about{

padding:25px 18px;

}

.bk-about__header{

flex-direction:column;

gap:14px;

}

.bk-about__header h2{

font-size:26px;
text-align:center;

}

.bk-about__text p{

font-size:15px;
line-height:2;

text-align:right;
text-align-last:right;

}

.bk-about__toggle{

width:100%;

}

}

/* رفع وسط‌چین شدن متن */

.bk-about__text{
    text-align:right !important;
}

.bk-about__text p{
    text-align:justify !important;
    text-align-last:right !important;
    direction:rtl;
}

.bk-about__more{
    text-align:right !important;
}

.bk-about__more p{
    text-align:justify !important;
    text-align-last:right !important;
}
/*==================================================
=            اسم بهزاد کالا با لوگو پایین سایت
==================================================*/
.bk-brand{

display:flex;
align-items:center;
justify-content:center;
gap:18px;
margin:0 auto 30px;
direction:rtl;

}

.bk-brand__logo{

width:90px;
height:auto;
flex-shrink:0;
display:block;

}

.bk-brand__text{

display:flex;
align-items:center;
gap:12px;
flex-wrap:wrap;

}

.bk-brand__text h2{

margin:0;
font-size:30px;
font-weight:800;
line-height:1;
color:#ffffff;

}

.bk-brand__text span{

margin:0;
font-size:14px;
font-weight:500;
color:#d1d9e6;

}

/* موبایل */

@media (max-width:768px){

.bk-brand{

flex-direction:column;
gap:16px;

}

.bk-brand__text{

flex-direction:column;
text-align:center;
gap:8px;

}

.bk-brand__text h2{

font-size:28px;

}

.bk-brand__text span{

font-size:15px;

}

}

/*==================================
      دسته بندی فوتر محصولات
==================================*/

.bk-footer-links{

list-style:none;

padding:0;

margin:0;

}

.bk-footer-links li{

margin-bottom:14px;

}

.bk-footer-links li:last-child{

margin-bottom:0;

}

.bk-footer-links a{

display:flex;

align-items:center;

gap:12px;

text-decoration:none;

color:rgba(255,255,255,.78);

font-size:15px;

font-weight:500;

transition:all .25s ease;

}

.bk-footer-links img{

width:18px;

height:18px;

display:block;

flex-shrink:0;

filter:brightness(0) invert(1);

opacity:.85;

transition:all .25s ease;

}

.bk-footer-links a:hover{

color:#ffffff;

transform:translateX(-4px);

}

.bk-footer-links a:hover img{

opacity:1;

transform:scale(1.12);

}

.bk-footer-links span{

line-height:1.8;

}

/*==================================================
  BehzadKala Mega Menu V1
==================================================*/

.bk-mega-column{
    min-width:220px;
    padding:0 18px;
}

.bk-mega-title{
    margin:0 0 18px;
    padding-bottom:10px;
    border-bottom:2px solid #2563EB;
    font-size:17px;
    font-weight:700;
    line-height:1.4;
}

.bk-mega-title a{
    color:#111827;
    text-decoration:none;
    transition:.25s ease;
}

.bk-mega-title a:hover{
    color:#2563EB;
}

.bk-mega-links{
    list-style:none;
    margin:0;
    padding:0;
}

.bk-mega-links li{
    margin-bottom:10px;
}

.bk-mega-links li:last-child{
    margin-bottom:0;
}

.bk-mega-links a{
    display:inline-block;
    color:#4B5563;
    font-size:14px;
    text-decoration:none;
    transition:all .25s ease;
    line-height:1.8;
}

.bk-mega-links a:hover{
    color:#2563EB;
    padding-right:6px;
    font-weight:600;
}

/* مشاهده همه */

.bk-mega-links li:last-child a{

    color:#2563EB;
    font-weight:600;

}

.bk-mega-links li:last-child a:hover{

    padding-right:10px;

}

/* آیتم های نوار بالای هدر */

.bk-top-item{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#2f3542;
    font-weight:500;
    white-space:nowrap;
}

.bk-top-item img{
    width:18px;
    height:18px;
    flex-shrink:0;
}

.bk-top-item span{
    line-height:1;
}
.bk-top-item strong{
    font-weight:700;
    color:#111827;
}

.bk-divider{
    color:#c5cbd6;
    margin:0 8px;
}
/* شبکه های اجتماعی هدر */

.bk-top-social{
    display:flex;
    align-items:center;
    gap:10px;
    white-space:nowrap;
}

.bk-social-title{
    font-size:14px;
    font-weight:500;
    color:#2f3542;
}

.bk-top-social a{
    display:flex;
    align-items:center;
    transition:all .25s ease;
}

.bk-top-social img{
    width:18px;
    height:18px;
    display:block;
}

.bk-top-social a:hover{
    transform:translateY(-2px);
    opacity:.85;
}

/* =====================================================
   Behzad Kala - Repair Request Process
===================================================== */

.bk-repair-flow,
.bk-repair-flow * {
    box-sizing: border-box;
}

.bk-repair-flow {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 48px 20px 20px;
    direction: rtl;
    font-family: inherit;
}

/* عنوان بخش */

.bk-repair-flow__heading {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.bk-repair-flow__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-bottom: 12px;
    padding: 6px 16px;
    border: 1px solid rgba(28, 101, 230, 0.14);
    border-radius: 100px;
    background: rgba(28, 101, 230, 0.07);
    color: #1764dc;
    font-size: 13px;
    font-weight: 700;
}

.bk-repair-flow__heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    color: #0b2147;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.5;
}

.bk-repair-flow__heading h2::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    background: #1764dc;
    transform: translateX(50%);
}

.bk-repair-flow__heading p {
    margin: 18px 0 0;
    color: #6c7788;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

/* مراحل */

.bk-repair-flow__steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
}

.bk-repair-flow__step {
    position: relative;
    min-width: 0;
    min-height: 250px;
    padding: 32px 16px 24px;
    overflow: hidden;
    border: 1px solid #e6edf8;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(17, 45, 91, 0.07);
    text-align: center;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.bk-repair-flow__step::before {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgba(23, 100, 220, 0.04);
    pointer-events: none;
}

.bk-repair-flow__step:hover {
    transform: translateY(-5px);
    border-color: rgba(23, 100, 220, 0.24);
    box-shadow: 0 17px 42px rgba(17, 45, 91, 0.12);
}

.bk-repair-flow__number {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1764dc;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 7px 16px rgba(23, 100, 220, 0.24);
}

.bk-repair-flow__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 8px auto 18px;
    border: 1px solid rgba(23, 100, 220, 0.12);
    border-radius: 22px;
    background: linear-gradient(
        145deg,
        rgba(23, 100, 220, 0.13),
        rgba(23, 100, 220, 0.035)
    );
    color: #1764dc;
}

.bk-repair-flow__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-repair-flow__step h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #0b2147;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.7;
}

.bk-repair-flow__step p {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #707b8b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.95;
}

/* نوار مزایا */

.bk-repair-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 26px;
    padding: 22px 20px;
    border: 1px solid #e5edf9;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        rgba(23, 100, 220, 0.075),
        rgba(23, 100, 220, 0.025)
    );
    box-shadow: 0 10px 28px rgba(17, 45, 91, 0.05);
}

.bk-repair-benefits__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 0;
    padding: 6px 18px;
}

.bk-repair-benefits__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: rgba(23, 100, 220, 0.18);
}

.bk-repair-benefits__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    background: #ffffff;
    color: #1764dc;
    box-shadow: 0 6px 16px rgba(17, 45, 91, 0.06);
}

.bk-repair-benefits__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-repair-benefits__item div:last-child {
    min-width: 0;
}

.bk-repair-benefits__item strong {
    display: block;
    margin-bottom: 4px;
    color: #0b2147;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
}

.bk-repair-benefits__item span {
    display: block;
    color: #717c8c;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

/* نمایش لپ‌تاپ کوچک و تبلت */

@media (max-width: 1100px) {
    .bk-repair-flow__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bk-repair-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 0;
    }

    .bk-repair-benefits__item:nth-child(2)::after {
        display: none;
    }
}

/* نمایش تبلت */

@media (max-width: 800px) {
    .bk-repair-flow {
        padding-top: 38px;
    }

    .bk-repair-flow__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bk-repair-flow__step {
        min-height: 235px;
    }
}

/* نمایش موبایل */

@media (max-width: 600px) {
    .bk-repair-flow {
        padding: 30px 12px 12px;
    }

    .bk-repair-flow__heading {
        margin-bottom: 26px;
    }

    .bk-repair-flow__heading h2 {
        font-size: 23px;
    }

    .bk-repair-flow__heading p {
        font-size: 14px;
        line-height: 1.9;
    }

    .bk-repair-flow__steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bk-repair-flow__step {
        min-height: auto;
        padding: 28px 22px 24px;
        border-radius: 17px;
    }

    .bk-repair-flow__icon {
        width: 67px;
        height: 67px;
        border-radius: 19px;
    }

    .bk-repair-flow__step h3 {
        font-size: 17px;
    }

    .bk-repair-flow__step p {
        max-width: 300px;
        font-size: 13px;
    }

    .bk-repair-benefits {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 18px;
        padding: 8px 18px;
        border-radius: 17px;
    }

    .bk-repair-benefits__item {
        justify-content: flex-start;
        padding: 15px 4px;
    }

    .bk-repair-benefits__item:not(:last-child)::after {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        display: block;
        width: 100%;
        height: 1px;
    }
}

/* =====================================================
   Behzad Kala - Contact Form 7 Repair Request
===================================================== */

.bk-repair-form,
.bk-repair-form * {
    box-sizing: border-box;
}

.bk-repair-form {
    width: 100%;
    max-width: 1240px;
    margin: 25px auto 60px;
    padding: 38px;
    direction: rtl;
    border: 1px solid #e7edf7;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 42, 84, 0.08);
    font-family: inherit;
}

/* هدر فرم */

.bk-repair-form__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
    text-align: right;
}

.bk-repair-form__header-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(
        145deg,
        rgba(23, 100, 220, 0.15),
        rgba(23, 100, 220, 0.04)
    );
    color: #1764dc;
}

.bk-repair-form__header-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-repair-form__header h2 {
    margin: 0 0 5px;
    color: #0b2147;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
}

.bk-repair-form__header p {
    margin: 0;
    color: #6e7989;
    font-size: 14px;
    line-height: 1.9;
}

.bk-repair-form__required-note {
    margin: 0 0 25px;
    color: #7a8492;
    font-size: 12px;
    text-align: center;
}

.bk-repair-form__required-note span,
.bk-repair-field label > span,
.bk-repair-contact-method legend > span {
    color: #e12929;
}

/* گرید فرم */

.bk-repair-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.bk-repair-field {
    min-width: 0;
}

.bk-repair-field--full {
    width: 100%;
    margin-top: 22px;
}

.bk-repair-field label,
.bk-repair-contact-method legend {
    display: block;
    margin-bottom: 9px;
    color: #14284a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.bk-repair-field label small {
    margin-right: 5px;
    color: #7b8593;
    font-size: 11px;
    font-weight: 500;
}

/* ورودی‌ها */

.bk-repair-form input[type="text"],
.bk-repair-form input[type="tel"],
.bk-repair-form input[type="email"],
.bk-repair-form select,
.bk-repair-form textarea {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid #dfe6f1;
    border-radius: 12px;
    outline: none;
    background: #ffffff;
    color: #17243a;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.7;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.bk-repair-form textarea {
    min-height: 145px;
    resize: vertical;
}

.bk-repair-form input::placeholder,
.bk-repair-form textarea::placeholder {
    color: #9aa3b0;
    opacity: 1;
}

.bk-repair-form select {
    cursor: pointer;
}

.bk-repair-form input[type="text"]:focus,
.bk-repair-form input[type="tel"]:focus,
.bk-repair-form input[type="email"]:focus,
.bk-repair-form select:focus,
.bk-repair-form textarea:focus {
    border-color: #1764dc;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(23, 100, 220, 0.08);
}

/* توضیح کمکی */

.bk-repair-field__help {
    margin: -2px 0 10px;
    color: #7b8594;
    font-size: 12px;
    line-height: 1.8;
}

/* روش اطلاع‌رسانی */

.bk-repair-contact-method {
    margin: 24px 0 0;
    padding: 22px;
    border: 1px solid #e4ebf6;
    border-radius: 18px;
    background: #f9fbff;
}

.bk-repair-contact-method legend {
    padding: 0 8px;
    font-size: 15px;
}

.bk-repair-contact-method > p {
    margin: 0 0 16px;
    color: #737e8d;
    font-size: 12px;
    line-height: 1.8;
}

.bk-repair-contact-method .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bk-repair-contact-method .wpcf7-list-item {
    margin: 0;
}

.bk-repair-contact-method .wpcf7-list-item label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid #dfe6f1;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-repair-contact-method .wpcf7-list-item label:hover {
    border-color: rgba(23, 100, 220, 0.45);
    background: #f5f9ff;
}

.bk-repair-contact-method input[type="radio"] {
    width: 17px;
    height: 17px;
    margin: 0 0 0 9px;
    accent-color: #1764dc;
}

.bk-repair-contact-method input[type="radio"]:checked + .wpcf7-list-item-label {
    color: #1764dc;
    font-weight: 700;
}

/* آپلود فایل */

.bk-repair-form input[type="file"] {
    width: 100%;
    padding: 13px;
    border: 1px dashed #bfcce0;
    border-radius: 13px;
    background: #f9fbff;
    color: #626d7c;
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
}

.bk-repair-form input[type="file"]::file-selector-button {
    margin-left: 12px;
    padding: 9px 15px;
    border: 0;
    border-radius: 9px;
    background: #1764dc;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

/* پیام احراز مالکیت */

.bk-repair-form__notice {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 22px;
    padding: 17px 19px;
    border: 1px solid #dce8fb;
    border-radius: 15px;
    background: #f4f8ff;
}

.bk-repair-form__notice-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 11px;
    background: #ffffff;
    color: #1764dc;
}

.bk-repair-form__notice-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-repair-form__notice p {
    margin: 0;
    color: #536177;
    font-size: 13px;
    line-height: 1.9;
}

/* تأیید حذف اطلاعات */

.bk-repair-field--consent {
    margin-top: 20px;
    padding: 15px 17px;
    border: 1px solid #e4e9f1;
    border-radius: 13px;
    background: #fcfcfd;
}

.bk-repair-field--consent .wpcf7-list-item {
    margin: 0;
}

.bk-repair-field--consent label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    color: #5d6877;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
    cursor: pointer;
}

.bk-repair-field--consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 5px;
    accent-color: #1764dc;
}

/* دکمه ثبت */

.bk-repair-form__submit {
    margin-top: 28px;
    text-align: center;
}

.bk-repair-form input[type="submit"] {
    width: 100%;
    min-height: 56px;
    padding: 13px 25px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #1764dc, #0849be);
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(23, 100, 220, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.bk-repair-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(23, 100, 220, 0.28);
}

.bk-repair-form input[type="submit"]:active {
    transform: translateY(0);
}

.bk-repair-form input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

/* خطاها و پیام‌های Contact Form 7 */

.bk-repair-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #d7263d;
    font-size: 11px;
}

.bk-repair-form .wpcf7-not-valid {
    border-color: #e45b6b !important;
    box-shadow: 0 0 0 3px rgba(228, 91, 107, 0.08) !important;
}

.wpcf7 form .wpcf7-response-output {
    max-width: 1240px;
    margin: 20px auto !important;
    padding: 14px 18px !important;
    border-width: 1px !important;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.9;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #36a269 !important;
    background: #f0fff6;
    color: #237348;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: #e0a32e !important;
    background: #fffaf0;
    color: #825c14;
}

/* اسپینر */

.bk-repair-form .wpcf7-spinner {
    margin: 12px auto 0;
}

/* تبلت */

@media (max-width: 900px) {
    .bk-repair-form {
        padding: 30px 24px;
    }

    .bk-repair-form__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* موبایل */

@media (max-width: 600px) {
    .bk-repair-form {
        margin-top: 15px;
        padding: 24px 15px;
        border-radius: 18px;
    }

    .bk-repair-form__header {
        flex-direction: column;
        text-align: center;
    }

    .bk-repair-form__header h2 {
        font-size: 23px;
    }

    .bk-repair-form__header p {
        font-size: 13px;
    }

    .bk-repair-form__header-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .bk-repair-contact-method {
        padding: 18px 14px;
    }

    .bk-repair-contact-method .wpcf7-form-control {
        grid-template-columns: 1fr;
    }

    .bk-repair-contact-method .wpcf7-list-item label {
        justify-content: flex-start;
    }

    .bk-repair-form__notice {
        padding: 15px;
    }

    .bk-repair-form input[type="submit"] {
        min-height: 54px;
    }
}

/* =====================================================
   Behzad Kala - Contact Page Hero
===================================================== */

.bk-contact-hero,
.bk-contact-hero * {
    box-sizing: border-box;
}

.bk-contact-hero {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1240px;
    min-height: 390px;
    margin: 28px auto 0;
    padding: 34px;
    overflow: hidden;
    border: 1px solid #e4ecf8;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(29, 101, 230, 0.11),
            transparent 25%
        ),
        linear-gradient(135deg, #f9fbff 0%, #eef5ff 100%);
    box-shadow: 0 16px 45px rgba(14, 44, 92, 0.08);
}

.bk-contact-hero::before,
.bk-contact-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.bk-contact-hero::before {
    top: -170px;
    right: -130px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(29, 101, 230, 0.07);
    border-radius: 50%;
    box-shadow:
        0 0 0 30px rgba(29, 101, 230, 0.025),
        0 0 0 65px rgba(29, 101, 230, 0.018);
}

.bk-contact-hero::after {
    right: 42%;
    bottom: -190px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48);
}

.bk-contact-hero__content,
.bk-contact-hero__media {
    position: relative;
    z-index: 1;
}

.bk-contact-hero__content {
    flex: 1 1 55%;
    min-width: 0;
}

.bk-contact-hero__media {
    flex: 1 1 45%;
    min-width: 0;
}

.bk-contact-intro {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: 0;
    text-align: right;
}

.bk-contact-intro__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-bottom: 18px;
    padding: 7px 14px;
    border: 1px solid rgba(29, 101, 230, 0.13);
    border-radius: 100px;
    background: rgba(29, 101, 230, 0.08);
    color: #1764dc;
    font-size: 13px;
    font-weight: 700;
}

.bk-contact-intro__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bk-contact-intro__badge-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-intro h1 {
    margin: 0;
    color: #0a2149;
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 900;
    line-height: 1.35;
}

.bk-contact-intro__line {
    display: block;
    width: 58px;
    height: 4px;
    margin: 17px 0 18px auto;
    border-radius: 10px;
    background: #1764dc;
}

.bk-contact-intro__description {
    max-width: 610px;
    margin: 0;
    color: #5f6d81;
    font-size: 15px;
    line-height: 2.1;
}

.bk-contact-intro__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 27px;
}

.bk-contact-feature {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(29, 101, 230, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 22px rgba(20, 48, 90, 0.045);
}

.bk-contact-feature__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: rgba(29, 101, 230, 0.1);
    color: #1764dc;
}

.bk-contact-feature__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-feature div {
    min-width: 0;
}

.bk-contact-feature strong {
    display: block;
    margin-bottom: 2px;
    color: #13284b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.bk-contact-feature span:last-child {
    display: block;
    color: #758092;
    font-size: 11px;
    line-height: 1.6;
}

/* تصویر */

.bk-contact-hero__image,
.bk-contact-hero__image .elementor-widget-container,
.bk-contact-hero__image img {
    width: 100%;
    height: 100%;
}

.bk-contact-hero__image .elementor-widget-container {
    overflow: hidden;
    border-radius: 21px;
    box-shadow: 0 15px 36px rgba(13, 39, 78, 0.13);
}

.bk-contact-hero__image img {
    display: block;
    min-height: 315px;
    object-fit: cover;
    object-position: center;
}

/* تبلت */

@media (max-width: 1024px) {
    .bk-contact-hero {
        width: calc(100% - 28px);
        padding: 28px;
    }

    .bk-contact-intro__features {
        grid-template-columns: 1fr;
    }

    .bk-contact-feature {
        max-width: 430px;
    }
}

/* موبایل */

@media (max-width: 767px) {
    .bk-contact-hero {
        width: calc(100% - 20px);
        min-height: 0;
        margin-top: 16px;
        padding: 22px 15px;
        border-radius: 20px;
    }

    .bk-contact-hero > .e-con-inner,
    .bk-contact-hero {
        flex-direction: column;
    }

    .bk-contact-hero__content,
    .bk-contact-hero__media {
        flex-basis: 100%;
        width: 100%;
    }

    .bk-contact-hero__content {
        order: 1;
    }

    .bk-contact-hero__media {
        order: 2;
        margin-top: 22px;
    }

    .bk-contact-intro {
        max-width: none;
        text-align: center;
    }

    .bk-contact-intro__badge {
        margin-bottom: 14px;
    }

    .bk-contact-intro h1 {
        font-size: 32px;
    }

    .bk-contact-intro__line {
        margin-right: auto;
        margin-left: auto;
    }

    .bk-contact-intro__description {
        font-size: 14px;
        line-height: 2;
    }

    .bk-contact-intro__features {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .bk-contact-feature {
        justify-content: flex-start;
        max-width: none;
        text-align: right;
    }

    .bk-contact-hero__image img {
        min-height: 245px;
    }
}

/* =====================================================
   Behzad Kala - Contact Channels
===================================================== */

.bk-contact-channels,
.bk-contact-channels * {
    box-sizing: border-box;
}

.bk-contact-channels {
    width: calc(100% - 40px);
    max-width: 1240px;
    margin: 0 auto;
    padding: 55px 0 20px;
    direction: rtl;
    font-family: inherit;
}

/* عنوان */

.bk-contact-channels__header {
    max-width: 740px;
    margin: 0 auto 34px;
    text-align: center;
}

.bk-contact-channels__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-bottom: 12px;
    padding: 6px 15px;
    border: 1px solid rgba(23, 100, 220, 0.13);
    border-radius: 100px;
    background: rgba(23, 100, 220, 0.07);
    color: #1764dc;
    font-size: 13px;
    font-weight: 700;
}

.bk-contact-channels__header h2 {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    color: #0b2147;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.5;
}

.bk-contact-channels__header h2::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 10px;
    background: #1764dc;
    transform: translateX(50%);
}

.bk-contact-channels__header p {
    margin: 17px 0 0;
    color: #6e7989;
    font-size: 14px;
    line-height: 2;
}

/* گرید */

.bk-contact-channels__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

/* کارت */

.bk-contact-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 330px;
    padding: 24px 21px 20px;
    overflow: hidden;
    border: 1px solid #e5ecf6;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 13px 35px rgba(17, 45, 91, 0.07);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.bk-contact-card::before {
    content: "";
    position: absolute;
    top: -75px;
    left: -75px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(23, 100, 220, 0.045);
    pointer-events: none;
}

.bk-contact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(23, 100, 220, 0.23);
    box-shadow: 0 20px 45px rgba(17, 45, 91, 0.12);
}

.bk-contact-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 19px;
}

.bk-contact-card__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(23, 100, 220, 0.11);
    border-radius: 18px;
    background: linear-gradient(
        145deg,
        rgba(23, 100, 220, 0.14),
        rgba(23, 100, 220, 0.035)
    );
    color: #1764dc;
}

.bk-contact-card__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-card__status {
    padding: 5px 9px;
    border-radius: 50px;
    background: #f3f7fd;
    color: #6d7888;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.bk-contact-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 9px;
    color: #0b2147;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.7;
}

.bk-contact-card > p {
    position: relative;
    z-index: 1;
    min-height: 82px;
    margin: 0 0 17px;
    color: #707b8b;
    font-size: 13px;
    line-height: 1.9;
}

.bk-contact-card__value {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 19px;
    color: #1764dc;
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.bk-contact-card__value--email {
    font-size: 14px;
}

.bk-contact-card__action {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 44px;
    margin-top: auto;
    padding: 10px 14px;
    border: 1px solid rgba(23, 100, 220, 0.15);
    border-radius: 11px;
    background: #f5f9ff;
    color: #1764dc;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.bk-contact-card__action:hover {
    border-color: #1764dc;
    background: #1764dc;
    color: #ffffff;
}

.bk-contact-card__action svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ساعات کاری */

.bk-contact-card__schedule {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-top: 1px;
}

.bk-contact-card__schedule > div {
    padding: 10px 12px;
    border: 1px solid #e8edf5;
    border-radius: 11px;
    background: #fafcff;
}

.bk-contact-card__schedule span,
.bk-contact-card__schedule strong {
    display: block;
}

.bk-contact-card__schedule span {
    margin-bottom: 3px;
    color: #798392;
    font-size: 10px;
}

.bk-contact-card__schedule strong {
    color: #172c4d;
    font-size: 12px;
    line-height: 1.7;
}

/* تفاوت جزئی واتساپ */

.bk-contact-card--whatsapp .bk-contact-card__icon {
    color: #138b58;
    background: rgba(19, 139, 88, 0.08);
    border-color: rgba(19, 139, 88, 0.12);
}

.bk-contact-card--whatsapp .bk-contact-card__value {
    color: #138b58;
}

.bk-contact-card--whatsapp .bk-contact-card__action {
    color: #138b58;
    background: rgba(19, 139, 88, 0.055);
    border-color: rgba(19, 139, 88, 0.15);
}

.bk-contact-card--whatsapp .bk-contact-card__action:hover {
    border-color: #138b58;
    background: #138b58;
    color: #ffffff;
}

/* تبلت */

@media (max-width: 1050px) {
    .bk-contact-channels__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bk-contact-card {
        min-height: 310px;
    }
}

/* موبایل */

@media (max-width: 600px) {
    .bk-contact-channels {
        width: calc(100% - 20px);
        padding-top: 38px;
    }

    .bk-contact-channels__header {
        margin-bottom: 26px;
    }

    .bk-contact-channels__header h2 {
        font-size: 23px;
    }

    .bk-contact-channels__header p {
        font-size: 13px;
        line-height: 1.9;
    }

    .bk-contact-channels__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bk-contact-card {
        min-height: auto;
        padding: 21px 18px 18px;
        border-radius: 17px;
    }

    .bk-contact-card > p {
        min-height: 0;
    }

    .bk-contact-card__value {
        font-size: 17px;
    }

    .bk-contact-card__value--email {
        font-size: 14px;
    }
}

/* =====================================================
   Behzad Kala - Contact Information Panel
===================================================== */

.bk-contact-info,
.bk-contact-info * {
    box-sizing: border-box;
}

.bk-contact-info {
    width: 100%;
    height: 100%;
    padding: 30px;
    direction: rtl;
    border: 1px solid #e5ecf6;
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(23, 100, 220, 0.09),
            transparent 25%
        ),
        linear-gradient(145deg, #f9fbff, #f1f6ff);
    box-shadow: 0 15px 40px rgba(17, 45, 91, 0.07);
}

.bk-contact-info__header {
    margin-bottom: 25px;
}

.bk-contact-info__label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 11px;
    padding: 5px 13px;
    border: 1px solid rgba(23, 100, 220, 0.13);
    border-radius: 100px;
    background: rgba(23, 100, 220, 0.08);
    color: #1764dc;
    font-size: 12px;
    font-weight: 700;
}

.bk-contact-info__header h2 {
    margin: 0 0 9px;
    color: #0b2147;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.6;
}

.bk-contact-info__header > p {
    margin: 0;
    color: #6e7989;
    font-size: 13px;
    line-height: 2;
}

.bk-contact-info__items {
    display: grid;
    gap: 13px;
}

.bk-contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px;
    border: 1px solid rgba(23, 100, 220, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.78);
}

.bk-contact-info__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 13px;
    background: rgba(23, 100, 220, 0.1);
    color: #1764dc;
}

.bk-contact-info__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-info__item strong {
    display: block;
    margin-bottom: 3px;
    color: #14284a;
    font-size: 13px;
    font-weight: 800;
}

.bk-contact-info__item p,
.bk-contact-info__item a {
    display: block;
    margin: 0;
    color: #667285;
    font-size: 12px;
    line-height: 1.9;
    text-decoration: none;
}

.bk-contact-info__item a:hover {
    color: #1764dc;
}

.bk-contact-info__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px solid rgba(23, 100, 220, 0.12);
}

.bk-contact-info__social > span {
    color: #14284a;
    font-size: 13px;
    font-weight: 800;
}

.bk-contact-info__social-links {
    display: flex;
    gap: 9px;
}

.bk-contact-info__social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid rgba(23, 100, 220, 0.12);
    border-radius: 12px;
    background: #ffffff;
    color: #1764dc;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.bk-contact-info__social-links a:hover {
    transform: translateY(-2px);
    background: #1764dc;
    color: #ffffff;
}

.bk-contact-info__social-links svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-info__help {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 21px;
    padding: 17px;
    border: 1px solid rgba(23, 100, 220, 0.13);
    border-radius: 16px;
    background: #ffffff;
}

.bk-contact-info__help-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(23, 100, 220, 0.1);
    color: #1764dc;
}

.bk-contact-info__help-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-info__help strong {
    display: block;
    margin-bottom: 4px;
    color: #14284a;
    font-size: 13px;
    font-weight: 800;
}

.bk-contact-info__help p {
    margin: 0;
    color: #6c7788;
    font-size: 11px;
    line-height: 1.9;
}

.bk-contact-info__help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 11px;
}

.bk-contact-info__help-actions a {
    padding: 7px 11px;
    border-radius: 9px;
    background: #f2f6fd;
    color: #1764dc;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.bk-contact-info__help-actions a:hover {
    background: #1764dc;
    color: #ffffff;
}

@media (max-width: 767px) {
    .bk-contact-info {
        padding: 23px 16px;
        border-radius: 18px;
    }

    .bk-contact-info__header h2 {
        font-size: 23px;
    }

    .bk-contact-info__social {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================================
   Behzad Kala — Contact Form 7
   Woodmart + Elementor Compatible
========================================================= */

/* =========================================================
   Reset
========================================================= */

.bk-contact-form,
.bk-contact-form *,
.bk-contact-form *::before,
.bk-contact-form *::after {
    box-sizing: border-box;
}

.bk-contact-form {
    --bk-primary: #1764dc;
    --bk-primary-dark: #0b4ebd;
    --bk-heading: #0b2147;
    --bk-text: #657286;
    --bk-muted: #8993a1;
    --bk-border: #dfe7f1;
    --bk-soft-border: #e8eef6;
    --bk-soft-bg: #f7faff;
    --bk-danger: #df2638;

    width: 100%;
    margin: 0;
    padding: 34px;
    direction: rtl;
    overflow: hidden;
    border: 1px solid var(--bk-soft-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(15, 42, 84, 0.07);
    font-family: inherit;
    text-align: right;
}

.bk-contact-form p,
.bk-contact-form h2 {
    padding: 0;
}

.bk-contact-form br {
    line-height: 0;
}

/* =========================================================
   Header
========================================================= */

.bk-contact-form__head {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
    gap: 17px;
    width: 100%;
    margin: 0 0 22px;
}

.bk-contact-form__head-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(23, 100, 220, 0.09);
    border-radius: 19px;
    background: linear-gradient(
        145deg,
        rgba(23, 100, 220, 0.14),
        rgba(23, 100, 220, 0.035)
    );
    color: var(--bk-primary);
}

.bk-contact-form__head-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-form__head-content {
    min-width: 0;
    padding-top: 1px;
}

.bk-contact-form__eyebrow {
    display: block;
    margin: 0 0 5px;
    color: var(--bk-primary);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-contact-form__head h2 {
    margin: 0 0 8px;
    color: var(--bk-heading);
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 850;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: right;
}

.bk-contact-form__head p {
    max-width: 680px;
    margin: 0;
    color: var(--bk-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    text-align: right;
}

/* =========================================================
   Required notice
========================================================= */

.bk-contact-form__required {
    width: 100%;
    margin: 0 0 25px;
    padding: 11px 14px;
    border-radius: 11px;
    background: #fafcff;
    color: #7d8795;
    font-size: 11px;
    line-height: 1.8;
}

.bk-contact-form__required span,
.bk-contact-field__head label > span,
.bk-contact-method__title > span {
    color: var(--bk-danger);
}

/* =========================================================
   Main form grid
========================================================= */

.bk-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 22px 24px;
    width: 100%;
}

.bk-contact-field {
    display: flex;
    flex-direction: column;
    align-self: start;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.bk-contact-field--full {
    grid-column: 1 / -1;
}

/* =========================================================
   Field heading
   Label and tag always remain on one line
========================================================= */

.bk-contact-form .bk-contact-field__head {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;

    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 30px;

    margin: 0 0 8px !important;
    padding: 0 !important;

    direction: rtl !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.bk-contact-form .bk-contact-field__head > br {
    display: none !important;
}

.bk-contact-form .bk-contact-field__head > label {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    color: var(--bk-heading);
    font-family: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.6;

    white-space: nowrap !important;
    overflow: visible !important;
}

.bk-contact-form .bk-contact-field__head > label > span {
    display: inline !important;
    width: auto !important;
    margin: 0 4px 0 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

/* Optional/help label */

.bk-contact-form .bk-contact-field__head > .bk-contact-field__tag {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 21px !important;

    margin: 0 !important;
    padding: 2px 8px !important;

    border: 1px solid rgba(23, 100, 220, 0.04);
    border-radius: 100px;
    background: #f1f5fb;

    color: #7c8795;
    font-family: inherit;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;

    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* جلوگیری از دخالت استایل لیبل‌های وودمارت */

.bk-contact-form label {
    float: none;
}

.bk-contact-form .bk-contact-field__head label::before,
.bk-contact-form .bk-contact-field__head label::after,
.bk-contact-form .bk-contact-field__tag::before,
.bk-contact-form .bk-contact-field__tag::after {
    display: none;
}

/* =========================================================
   Contact Form 7 wrappers
========================================================= */

.bk-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.bk-contact-form .wpcf7-form-control-wrap > br {
    display: none;
}

/* =========================================================
   Inputs
========================================================= */

.bk-contact-form input[type="text"],
.bk-contact-form input[type="tel"],
.bk-contact-form input[type="email"],
.bk-contact-form select,
.bk-contact-form textarea {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 54px;

    margin: 0;
    padding: 12px 16px;

    border: 1px solid var(--bk-border);
    border-radius: 13px;
    outline: none;

    background: #ffffff;
    color: #17253b;

    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;

    direction: rtl;
    text-align: right;

    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.bk-contact-form textarea {
    min-height: 175px;
    padding-top: 15px;
    resize: vertical;
}

.bk-contact-form select {
    cursor: pointer;

    background-image:
        linear-gradient(45deg, transparent 50%, #778397 50%),
        linear-gradient(135deg, #778397 50%, transparent 50%);

    background-position:
        left 19px center,
        left 14px center;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;
    padding-left: 42px;
}

.bk-contact-form input::placeholder,
.bk-contact-form textarea::placeholder {
    color: #99a3b0;
    opacity: 1;
}

.bk-contact-form input[type="text"]:hover,
.bk-contact-form input[type="tel"]:hover,
.bk-contact-form input[type="email"]:hover,
.bk-contact-form select:hover,
.bk-contact-form textarea:hover {
    border-color: #cbd7e6;
}

.bk-contact-form input[type="text"]:focus,
.bk-contact-form input[type="tel"]:focus,
.bk-contact-form input[type="email"]:focus,
.bk-contact-form select:focus,
.bk-contact-form textarea:focus {
    border-color: var(--bk-primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(23, 100, 220, 0.08);
}

/* ایمیل لاتین */

.bk-contact-form input[type="email"] {
    direction: ltr;
    text-align: right;
}

/* =========================================================
   Preferred contact method
========================================================= */

.bk-contact-method {
    width: 100%;
    margin: 24px 0 0;
    padding: 21px;

    border: 1px solid #e1e9f4;
    border-radius: 18px;

    background: linear-gradient(145deg, #f9fbff, #f5f9ff);
}

.bk-contact-method__title {
    margin: 0 0 5px;
    color: var(--bk-heading);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
}

.bk-contact-method > p {
    margin: 0 0 15px;
    color: #768192;
    font-size: 11px;
    line-height: 1.8;
}

.bk-contact-method .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.bk-contact-method .wpcf7-list-item {
    display: block;
    margin: 0;
    padding: 0;
}

.bk-contact-method .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 52px;

    margin: 0;
    padding: 10px 12px;

    border: 1px solid #dce5f0;
    border-radius: 12px;

    background: #ffffff;
    color: #34435a;

    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;

    cursor: pointer;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-contact-method .wpcf7-list-item label:hover {
    border-color: rgba(23, 100, 220, 0.45);
    background: #f2f7ff;
}

.bk-contact-method input[type="radio"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0 0 0 8px;
    accent-color: var(--bk-primary);
    cursor: pointer;
}

.bk-contact-method input[type="radio"]:checked
+ .wpcf7-list-item-label {
    color: var(--bk-primary);
    font-weight: 750;
}

.bk-contact-method .wpcf7-list-item label:has(
    input[type="radio"]:checked
) {
    border-color: var(--bk-primary);
    background: rgba(23, 100, 220, 0.055);
    box-shadow: 0 0 0 3px rgba(23, 100, 220, 0.06);
}

/* =========================================================
   Attachment
========================================================= */

.bk-contact-field--attachment {
    width: 100%;
    margin-top: 24px;
}

.bk-contact-field--attachment .bk-contact-field__head {
    margin-bottom: 8px !important;
}

.bk-contact-form input[type="file"] {
    display: block;
    width: 100%;
    min-height: 58px;

    margin: 0;
    padding: 12px;

    border: 1px dashed #b9c9df;
    border-radius: 13px;

    background: #f9fbff;
    color: #697587;

    font-family: inherit;
    font-size: 12px;

    cursor: pointer;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.bk-contact-form input[type="file"]:hover {
    border-color: var(--bk-primary);
    background: #f4f8ff;
}

.bk-contact-form input[type="file"]::file-selector-button {
    min-height: 36px;

    margin-left: 11px;
    padding: 8px 14px;

    border: 0;
    border-radius: 9px;

    background: var(--bk-primary);
    color: #ffffff;

    font-family: inherit;
    font-size: 11px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.bk-contact-form input[type="file"]::file-selector-button:hover {
    background: var(--bk-primary-dark);
}

/* =========================================================
   Privacy notice
========================================================= */

.bk-contact-form__privacy {
    display: flex;
    align-items: center;
    gap: 12px;

    width: 100%;
    margin-top: 22px;
    padding: 16px 18px;

    border: 1px solid #dbe7f8;
    border-radius: 15px;

    background: #f4f8ff;
}

.bk-contact-form__privacy-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    border-radius: 11px;
    background: #ffffff;
    color: var(--bk-primary);

    box-shadow: 0 5px 13px rgba(20, 48, 90, 0.05);
}

.bk-contact-form__privacy-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-form__privacy p {
    margin: 0;
    color: #59667a;
    font-size: 12px;
    line-height: 1.9;
}

/* =========================================================
   Acceptance checkbox
========================================================= */

.bk-contact-form__consent {
    width: 100%;
    margin-top: 17px;
    padding: 15px 17px;

    border: 1px solid #e2e8f0;
    border-radius: 13px;

    background: #fcfcfd;
}

.bk-contact-form__consent .wpcf7-list-item {
    display: block;
    margin: 0;
    padding: 0;
}

.bk-contact-form__consent label {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin: 0;

    color: #5f6978;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.9;

    cursor: pointer;
}

.bk-contact-form__consent input[type="checkbox"] {
    flex: 0 0 auto;

    width: 18px;
    height: 18px;

    margin: 3px 0 0;

    accent-color: var(--bk-primary);
    cursor: pointer;
}

/* =========================================================
   Submit button
========================================================= */

.bk-contact-form__submit {
    position: relative;
    width: 100%;
    margin-top: 24px;
}

.bk-contact-form input[type="submit"] {
    display: block;
    width: 100%;
    min-height: 56px;

    margin: 0;
    padding: 13px 24px;

    border: 0;
    border-radius: 13px;

    background: linear-gradient(
        135deg,
        var(--bk-primary),
        var(--bk-primary-dark)
    );

    color: #ffffff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;

    cursor: pointer;

    box-shadow: 0 11px 24px rgba(23, 100, 220, 0.23);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.bk-contact-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 31px rgba(23, 100, 220, 0.29);
}

.bk-contact-form input[type="submit"]:active {
    transform: translateY(0);
}

.bk-contact-form input[type="submit"]:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* =========================================================
   Contact Form 7 spinner
========================================================= */

.bk-contact-form .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

/* =========================================================
   Validation messages
========================================================= */

.bk-contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 6px;
    color: #d7263d;
    font-size: 10px;
    line-height: 1.7;
}

.bk-contact-form .wpcf7-not-valid {
    border-color: #e45b6b !important;
    box-shadow: 0 0 0 3px rgba(228, 91, 107, 0.08) !important;
}

.bk-contact-main .wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 13px 16px !important;

    border-width: 1px !important;
    border-radius: 12px;

    font-size: 12px;
    line-height: 1.9;
}

.bk-contact-main .wpcf7 form.sent .wpcf7-response-output {
    border-color: #35a269 !important;
    background: #effcf5;
    color: #27764d;
}

.bk-contact-main .wpcf7 form.invalid .wpcf7-response-output,
.bk-contact-main .wpcf7 form.unaccepted .wpcf7-response-output,
.bk-contact-main .wpcf7 form.failed .wpcf7-response-output,
.bk-contact-main .wpcf7 form.spam .wpcf7-response-output {
    border-color: #e0a32e !important;
    background: #fff9ec;
    color: #825c14;
}
/* =========================================================
   Contact section columns
========================================================= */

.bk-contact-main {
    display: flex;
    align-items: stretch;
    gap: 24px;

    width: calc(100% - 40px);
    max-width: 1240px;

    margin: 0 auto;
}

/*
 * هر دو ستون به‌صورت Flex تنظیم می‌شوند تا
 * ارتفاع ستون کوتاه‌تر با ستون بلندتر برابر شود.
 */

.bk-contact-main__form,
.bk-contact-main__info {
    display: flex;
    flex-direction: column;
    align-self: stretch;

    min-width: 0;
}

.bk-contact-main__form {
    flex: 1 1 60%;
}

.bk-contact-main__info {
    flex: 1 1 40%;
}

/* =========================================================
   Form column height chain
========================================================= */

.bk-contact-main__form > .elementor-widget-shortcode,
.bk-contact-main__form
> .elementor-widget-shortcode
> .elementor-widget-container,
.bk-contact-main__form .wpcf7 {
    width: 100%;
}

.bk-contact-main__form > .elementor-widget-shortcode {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.bk-contact-main__form
> .elementor-widget-shortcode
> .elementor-widget-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.bk-contact-main__form .wpcf7,
.bk-contact-main__form .wpcf7-form,
.bk-contact-main__form .bk-contact-form {
    flex: 1 1 auto;
}

/* =========================================================
   FIX — Stretch left HTML column
========================================================= */

/*
 * کانتینر سمت چپ فقط یک ابزارک HTML دارد.
 * این قسمت زنجیره ارتفاع را از کانتینر المنتور
 * تا محتوای داخل HTML ادامه می‌دهد.
 */

.bk-contact-main__info {
    height: auto;
}

/* سازگار با کانتینرهای معمولی و کانتینرهای Nested المنتور */

.bk-contact-main__info > .e-con-inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;

    width: 100%;
    min-height: 0;
}

.bk-contact-main__info > .elementor-widget-html,
.bk-contact-main__info .elementor-widget-html {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column;

    width: 100% !important;
    min-height: 0 !important;

    margin-bottom: 0 !important;
}

/* کانتینر داخلی ابزارک HTML */

.bk-contact-main__info
.elementor-widget-html
> .elementor-widget-container {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column;

    width: 100% !important;
    min-height: 0 !important;
}

/*
 * اولین عنصر اصلی داخل کد HTML سمت چپ
 * تا انتهای ارتفاع فرم کشیده می‌شود.
 */

.bk-contact-main__info
.elementor-widget-html
> .elementor-widget-container
> :first-child {
    flex: 1 1 auto;

    width: 100% !important;
    min-height: 100% !important;
    height: 100% !important;

    box-sizing: border-box;
}

/* جلوگیری از ایجاد فاصله اضافی توسط پاراگراف‌های خودکار */

.bk-contact-main__info
.elementor-widget-html
> .elementor-widget-container
> p:empty {
    display: none !important;
    margin: 0 !important;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {
    .bk-contact-main {
        gap: 18px;
    }

    .bk-contact-form {
        padding: 28px 22px;
    }

    .bk-contact-method .wpcf7-form-control {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bk-contact-form .bk-contact-field__head {
        flex-wrap: nowrap !important;
    }

    .bk-contact-form
    .bk-contact-field__head
    > .bk-contact-field__tag {
        max-width: none !important;
        white-space: nowrap !important;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {
    .bk-contact-main {
        flex-direction: column;

        width: calc(100% - 20px);
        gap: 18px;
    }

    .bk-contact-main__form,
    .bk-contact-main__info {
        flex: 0 0 auto;
        flex-basis: 100%;

        width: 100%;
        height: auto !important;
        min-height: 0 !important;
    }

    .bk-contact-main__form {
        order: 1;
    }

    .bk-contact-main__info {
        order: 2;
    }

    /*
     * در موبایل ارتفاع اجباری ستون اطلاعات حذف می‌شود
     * تا فضای خالی غیرضروری ایجاد نشود.
     */

    .bk-contact-main__info > .e-con-inner,
    .bk-contact-main__info > .elementor-widget-html,
    .bk-contact-main__info .elementor-widget-html,
    .bk-contact-main__info
    .elementor-widget-html
    > .elementor-widget-container {
        display: block !important;
        flex: none !important;

        height: auto !important;
        min-height: 0 !important;
    }

    .bk-contact-main__info
    .elementor-widget-html
    > .elementor-widget-container
    > :first-child {
        height: auto !important;
        min-height: 0 !important;
    }

    .bk-contact-form {
        padding: 23px 15px;
        border-radius: 18px;
    }

    .bk-contact-form__head {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;

        text-align: center;
    }

    .bk-contact-form__head-content {
        text-align: center;
    }

    .bk-contact-form__head h2,
    .bk-contact-form__head p {
        text-align: center;
    }

    .bk-contact-form__head h2 {
        font-size: 24px;
    }

    .bk-contact-form__required {
        text-align: center;
    }

    .bk-contact-form__grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .bk-contact-field--full {
        grid-column: auto;
    }

    .bk-contact-method {
        padding: 17px 14px;
    }

    .bk-contact-method .wpcf7-form-control {
        grid-template-columns: 1fr;
    }

    .bk-contact-method .wpcf7-list-item label {
        justify-content: flex-start;
    }

    /* عناوین و برچسب‌ها در موبایل تک‌خطی هستند */

    .bk-contact-form .bk-contact-field__head {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;

        gap: 7px !important;
        min-height: 28px;

        white-space: nowrap !important;
    }

    .bk-contact-form .bk-contact-field__head > label {
        flex: 0 0 auto !important;

        font-size: 12px;
        white-space: nowrap !important;
    }

    .bk-contact-form
    .bk-contact-field__head
    > .bk-contact-field__tag {
        flex: 0 0 auto !important;

        width: auto !important;
        max-width: none !important;

        padding: 2px 7px !important;

        font-size: 9px;
        white-space: nowrap !important;

        overflow: visible !important;
        text-overflow: clip !important;
    }

    .bk-contact-form__privacy {
        align-items: flex-start;
        padding: 15px;
    }
}

/* =========================================================
   Very small screens
========================================================= */

@media (max-width: 420px) {
    .bk-contact-form {
        padding-right: 13px;
        padding-left: 13px;
    }

    .bk-contact-form__head-icon {
        width: 55px;
        height: 55px;

        border-radius: 17px;
    }

    .bk-contact-form__head h2 {
        font-size: 22px;
    }

    .bk-contact-form .bk-contact-field__head {
        gap: 5px !important;
        flex-wrap: nowrap !important;
    }

    .bk-contact-form .bk-contact-field__head > label {
        font-size: 11.5px;
    }

    .bk-contact-form
    .bk-contact-field__head
    > .bk-contact-field__tag {
        padding: 2px 6px !important;

        font-size: 8.5px;
        letter-spacing: -0.15px;
        white-space: nowrap !important;
    }

    .bk-contact-form input[type="text"],
    .bk-contact-form input[type="tel"],
    .bk-contact-form input[type="email"],
    .bk-contact-form select,
    .bk-contact-form textarea {
        font-size: 12px;
    }
}

/* =========================================================
   Extra-small screens
========================================================= */

@media (max-width: 350px) {
    .bk-contact-form .bk-contact-field__head {
        gap: 4px !important;
    }

    .bk-contact-form .bk-contact-field__head > label {
        font-size: 11px;
    }

    .bk-contact-form
    .bk-contact-field__head
    > .bk-contact-field__tag {
        padding: 2px 5px !important;
        font-size: 8px;
    }
}

/* =========================================================
   FIX — CF7 automatic P and BR tags
========================================================= */

.bk-contact-form .bk-contact-field__head {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;

    gap: 8px !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 30px !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    direction: rtl !important;
    text-align: right !important;
}

/* خنثی‌کردن تگ‌های خودکار Contact Form 7 */

.bk-contact-form .bk-contact-field__head p {
    display: contents !important;

    margin: 0 !important;
    padding: 0 !important;
}

.bk-contact-form .bk-contact-field__head br {
    display: none !important;
}

/* عنوان فیلد */

.bk-contact-form .bk-contact-field__head label {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    color: var(--bk-heading) !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.6 !important;

    white-space: nowrap !important;
    float: none !important;
}

/* برچسب اختیاری و توضیح سفارش */

.bk-contact-form
.bk-contact-field__head
.bk-contact-field__tag {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 21px !important;

    margin: 0 !important;
    padding: 3px 9px !important;

    border: 1px solid rgba(23, 100, 220, 0.05) !important;
    border-radius: 100px !important;
    background: #f1f5fb !important;

    color: #7c8795 !important;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    float: none !important;
}

/* جلوگیری از حاشیه‌های قالب وودمارت */

.bk-contact-form .bk-contact-field__head > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .bk-contact-form .bk-contact-field__head {
        flex-wrap: nowrap !important;
        gap: 6px !important;
    }

    .bk-contact-form .bk-contact-field__head label {
        font-size: 12px !important;
    }

    .bk-contact-form
    .bk-contact-field__head
    .bk-contact-field__tag {
        padding: 2px 7px !important;

        font-size: 9px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 380px) {
    .bk-contact-form .bk-contact-field__head {
        gap: 4px !important;
    }

    .bk-contact-form .bk-contact-field__head label {
        font-size: 11px !important;
    }

    .bk-contact-form
    .bk-contact-field__head
    .bk-contact-field__tag {
        padding: 2px 5px !important;
        font-size: 8px !important;
    }
}
/* ========================================
   Behzad Kala - Google Map
======================================== */

.behzad-map-section {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
}

.behzad-map-box {
    width: 100%;
    overflow: hidden;
    border: 5px solid #ffffff;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 14px 40px rgba(20, 63, 124, 0.10);
}

.behzad-map-box iframe {
    display: block;
    width: 100% !important;
    height: 430px;
    border: 0;
}

/* تبلت */

@media (max-width: 1024px) {

    .behzad-map-section {
        margin-top: 40px;
    }

    .behzad-map-box iframe {
        height: 380px;
    }
}

/* موبایل */

@media (max-width: 767px) {

    .behzad-map-section {
        margin-top: 32px;
    }

    .behzad-map-box {
        border-width: 4px;
        border-radius: 18px;
    }

    .behzad-map-box iframe {
        height: 310px;
    }
}
/* ========================================
   Behzad Kala - Map Heading
======================================== */

.behzad-map-content {
    width: 100%;
}

.behzad-map-heading {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 30px;
    padding: 0 20px;
    text-align: center;
}

.behzad-map-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 7px 17px;
    border: 1px solid #cfe0ff;
    border-radius: 50px;
    background-color: #edf4ff;
    color: #1764df;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.behzad-map-heading h2 {
    margin: 0;
    color: #0b2855;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.6;
}

.behzad-map-line {
    display: block;
    width: 46px;
    height: 4px;
    margin: 12px auto 15px;
    border-radius: 20px;
    background-color: #216be5;
}

.behzad-map-heading p {
    margin: 0;
    color: #7a879a;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

/* تبلت */

@media (max-width: 1024px) {

    .behzad-map-heading {
        margin-bottom: 26px;
    }

    .behzad-map-heading h2 {
        font-size: 29px;
    }
}

/* موبایل */

@media (max-width: 767px) {

    .behzad-map-heading {
        margin-bottom: 22px;
        padding: 0 8px;
    }

    .behzad-map-label {
        margin-bottom: 11px;
        padding: 6px 14px;
        font-size: 12px;
    }

    .behzad-map-heading h2 {
        font-size: 23px;
        line-height: 1.7;
    }

    .behzad-map-line {
        width: 40px;
        height: 3px;
        margin: 10px auto 12px;
    }

    .behzad-map-heading p {
        font-size: 13px;
        line-height: 2;
    }
}

/* =========================================================
   Contact sidebar location banner
========================================================= */

/*
 * Wrapper اصلی کد HTML ستون چپ را به Flex ستونی تبدیل می‌کند
 * تا بنر بتواند در پایین ستون قرار بگیرد.
 */

.bk-contact-main__info
.elementor-widget-html
> .elementor-widget-container
> :first-child {
    display: flex !important;
    flex-direction: column !important;
}

/* بنر موقعیت فروشگاه */

.bk-contact-location-banner {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;

    width: 100%;
    margin-top: auto;
    padding: 22px;

    overflow: hidden;

    border: 1px solid rgba(31, 105, 225, 0.13);
    border-radius: 20px;

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(32, 105, 229, 0.13),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #edf4ff 100%
        );

    box-shadow: 0 12px 30px rgba(24, 70, 135, 0.08);
}

/* دایره تزئینی پس‌زمینه */

.bk-contact-location-banner::before {
    content: "";
    position: absolute;

    width: 130px;
    height: 130px;

    left: -55px;
    bottom: -65px;

    border: 22px solid rgba(31, 105, 225, 0.045);
    border-radius: 50%;

    pointer-events: none;
}

/* آیکن */

.bk-contact-location-banner__icon {
    position: relative;
    z-index: 1;

    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    border: 1px solid #d2e2ff;
    border-radius: 15px;

    background: #e6f0ff;
    color: #1765dc;
}

/* محتوای بنر */

.bk-contact-location-banner__content {
    position: relative;
    z-index: 1;

    flex: 1;
    min-width: 0;
}

.bk-contact-location-banner__label {
    display: inline-flex;
    align-items: center;

    margin-bottom: 8px;
    padding: 4px 10px;

    border-radius: 100px;
    background: rgba(31, 105, 225, 0.09);

    color: #1765dc;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
}

.bk-contact-location-banner h3 {
    margin: 0 0 7px;

    color: #0b2855;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.7;
}

.bk-contact-location-banner p {
    margin: 0 0 15px;

    color: #728097;
    font-size: 12px;
    line-height: 1.9;
}

/* دکمه مشاهده نقشه */

.bk-contact-location-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 40px;
    padding: 8px 15px;

    border: 1px solid #cfe0ff;
    border-radius: 11px;

    background: #ffffff;
    color: #1765dc !important;

    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;

    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease;
}

.bk-contact-location-banner__button:hover {
    border-color: #1765dc;
    background: #1765dc;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.bk-contact-location-banner__button span {
    font-size: 16px;
    line-height: 1;
}

/* توقف مناسب هنگام انتقال به نقشه */

#behzad-store-map {
    scroll-margin-top: 120px;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {
    .bk-contact-location-banner {
        gap: 12px;
        padding: 18px;
    }

    .bk-contact-location-banner__icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    .bk-contact-location-banner h3 {
        font-size: 15px;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {
    .bk-contact-location-banner {
        margin-top: 20px;
        padding: 18px;
        border-radius: 17px;
    }

    .bk-contact-location-banner__button {
        width: 100%;
    }

    #behzad-store-map {
        scroll-margin-top: 85px;
    }
}

/* =========================================================
   Fill empty space in contact sidebar
========================================================= */

.bk-contact-sidebar-fill {
    display: flex;
    flex: 1 1 280px;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    min-height: 280px;
    margin-top: 24px;
    padding: 28px 24px;

    border: 1px solid rgba(31, 105, 225, 0.10);
    border-radius: 20px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 105, 225, 0.08),
            transparent 35%
        ),
        rgba(255, 255, 255, 0.55);
}

/* عنوان بخش */

.bk-contact-sidebar-fill__head {
    margin-bottom: 20px;
    text-align: right;
}

.bk-contact-sidebar-fill__label {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 4px 11px;

    border-radius: 100px;
    background: #e5efff;

    color: #1765dc;
    font-size: 10px;
    font-weight: 700;
}

.bk-contact-sidebar-fill__head h3 {
    margin: 0 0 7px;

    color: #0b2855;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.7;
}

.bk-contact-sidebar-fill__head p {
    margin: 0;

    color: #748198;
    font-size: 12px;
    line-height: 2;
}

/* آیتم‌ها */

.bk-contact-sidebar-fill__items {
    display: grid;
    gap: 11px;
}

.bk-contact-sidebar-fill__item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px 14px;

    border: 1px solid rgba(31, 105, 225, 0.08);
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.88);
}

.bk-contact-sidebar-fill__icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 13px;
    background: #e8f1ff;
    color: #1765dc;
}

.bk-contact-sidebar-fill__icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-contact-sidebar-fill__item > div {
    min-width: 0;
}

.bk-contact-sidebar-fill__item strong {
    display: block;
    margin-bottom: 3px;

    color: #0b2855;
    font-size: 13px;
    font-weight: 750;
}

.bk-contact-sidebar-fill__item span:not(.bk-contact-sidebar-fill__icon) {
    display: block;

    color: #7b8799;
    font-size: 10.5px;
    line-height: 1.7;
}

/*
 * بنر نقشه دیگر با margin-top:auto
 * فضای خالی جداگانه ایجاد نمی‌کند.
 */

.bk-contact-location-banner {
    flex: 0 0 auto;
    margin-top: 22px !important;
}

/* تبلت */

@media (max-width: 1024px) {
    .bk-contact-sidebar-fill {
        min-height: 240px;
        padding: 22px 18px;
    }

    .bk-contact-sidebar-fill__head h3 {
        font-size: 17px;
    }

    .bk-contact-sidebar-fill__item {
        padding: 11px;
    }
}

/* موبایل */

@media (max-width: 767px) {
    .bk-contact-sidebar-fill {
        flex: none;
        min-height: 0;
        margin-top: 20px;
        padding: 20px 16px;
        border-radius: 17px;
    }

    .bk-contact-location-banner {
        margin-top: 18px !important;
    }
}

/* =========================================================
   FIX — Why us and location banner spacing
========================================================= */

/*
 * جلوگیری از فشرده‌شدن بخش «چرا بهزاد کالا»
 * و بیرون‌زدن کارت آخر
 */

.bk-contact-sidebar-fill {
    flex: 0 0 auto !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin-top: 26px !important;
    margin-bottom: 0 !important;
    padding: 28px 24px !important;

    justify-content: flex-start !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.bk-contact-sidebar-fill__items {
    display: grid !important;
    gap: 14px !important;

    width: 100% !important;
    margin: 0 !important;
}

.bk-contact-sidebar-fill__item {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* ایجاد فاصله مشخص بین دو بخش پایینی */

.bk-contact-location-banner {
    flex: 0 0 auto !important;

    width: 100% !important;
    height: auto !important;

    margin-top: 30px !important;
    margin-bottom: 0 !important;

    position: relative;
    z-index: 1;
    box-sizing: border-box !important;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1024px) {
    .bk-contact-sidebar-fill {
        margin-top: 22px !important;
        padding: 23px 19px !important;
    }

    .bk-contact-location-banner {
        margin-top: 26px !important;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {
    .bk-contact-sidebar-fill {
        margin-top: 20px !important;
        padding: 20px 16px !important;
    }

    .bk-contact-sidebar-fill__items {
        gap: 12px !important;
    }

    .bk-contact-location-banner {
        margin-top: 22px !important;
    }
}

/* =========================================================
   FINAL FIX — Equal-height contact columns
========================================================= */

/* کانتینر اصلی دو ستون */
.bk-contact-main {
    display: flex !important;
    align-items: stretch !important;
}

/* هر دو ستون */
.bk-contact-main__form,
.bk-contact-main__info {
    align-self: stretch !important;
    min-width: 0 !important;
}

/* =========================================================
   Right form column
========================================================= */

/*
 * خود ستون راست به کارت سفید تبدیل می‌شود.
 * بنابراین ارتفاع ظاهری آن دقیقاً برابر ستون چپ خواهد بود.
 */

.bk-contact-main__form {
    display: flex !important;
    flex-direction: column !important;

    height: auto !important;
    min-height: 0 !important;

    overflow: hidden !important;

    border-radius: 28px !important;
    background-color: #ffffff !important;

    box-shadow:
        0 14px 35px rgba(20, 55, 105, 0.08) !important;
}

/* پوشش ساختارهای مختلف کانتینر المنتور */

.bk-contact-main__form > .e-con-inner,
.bk-contact-main__form > .elementor-element,
.bk-contact-main__form .elementor-widget-shortcode {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
}

/* Wrapper داخلی ابزارک شورت‌کد */

.bk-contact-main__form
.elementor-widget-shortcode
> .elementor-widget-container {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
}

/* Wrapper افزونه Contact Form 7 */

.bk-contact-main__form .wpcf7 {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
}

/* خود فرم Contact Form 7 */

.bk-contact-main__form .wpcf7-form {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
}

/*
 * کارت داخلی فرم شفاف می‌شود؛
 * پس‌زمینه، گردی و سایه را ستون اصلی کنترل می‌کند.
 * Paddingهای داخلی فرم حذف نمی‌شوند.
 */

.bk-contact-main__form .bk-contact-form {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 100% !important;

    margin: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
}

/* جلوگیری از فاصله اضافه انتهای ابزارک */

.bk-contact-main__form
.elementor-widget-shortcode:last-child,
.bk-contact-main__form
.elementor-widget-container:last-child,
.bk-contact-main__form
.wpcf7:last-child,
.bk-contact-main__form
.wpcf7-form:last-child,
.bk-contact-main__form
.bk-contact-form:last-child {
    margin-bottom: 0 !important;
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .bk-contact-main {
        align-items: stretch !important;
    }

    .bk-contact-main__form,
    .bk-contact-main__info {
        height: auto !important;
        min-height: 0 !important;
    }

    .bk-contact-main__form {
        border-radius: 18px !important;
    }

    .bk-contact-main__form > .e-con-inner,
    .bk-contact-main__form > .elementor-element,
    .bk-contact-main__form .elementor-widget-shortcode,
    .bk-contact-main__form
    .elementor-widget-shortcode
    > .elementor-widget-container,
    .bk-contact-main__form .wpcf7,
    .bk-contact-main__form .wpcf7-form,
    .bk-contact-main__form .bk-contact-form {
        flex: 0 0 auto !important;

        height: auto !important;
        min-height: 0 !important;
    }
}

/* =========================================================
   ABOUT PAGE — CONSOLIDATED STYLES
   Replace the previous About-page CSS with this file.
========================================================= */

:root {
    --bk-about-blue: #1765dc;
    --bk-about-blue-dark: #1259c6;
    --bk-about-navy: #0b2855;
    --bk-about-text: #67758c;
    --bk-about-muted: #8490a2;
    --bk-about-border: #e7edf6;
    --bk-about-border-blue: rgba(31, 105, 225, 0.10);
    --bk-about-soft: #edf4ff;
    --bk-about-bg: #f7f9fc;
}

/* =========================================================
   ELEMENTOR OUTER WRAPPERS
   Give the Elementor containers these classes:
   Hero:  bk-about-hero-wrap
   Intro: bk-about-intro-wrap
========================================================= */

.bk-about-hero-wrap,
.bk-about-intro-wrap {
    --widgets-spacing: 0px !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.bk-about-hero-wrap {
    position: relative;
    z-index: 2;
}

.bk-about-intro-wrap {
    position: relative;
    z-index: 1;
    background: #ffffff !important;
}

.bk-about-hero-wrap > .e-con-inner,
.bk-about-intro-wrap > .e-con-inner,
.bk-about-hero-wrap .elementor-widget-html,
.bk-about-intro-wrap .elementor-widget-html,
.bk-about-hero-wrap .elementor-widget-html > .elementor-widget-container,
.bk-about-intro-wrap .elementor-widget-html > .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

/* Fallback for current browsers, even if the wrapper class is omitted. */
.elementor-widget-html:has(.bk-about-hero-section),
.elementor-widget-html:has(.bk-about-intro-section),
.elementor-widget-html:has(.bk-about-hero-section) > .elementor-widget-container,
.elementor-widget-html:has(.bk-about-intro-section) > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   SHARED RESET
========================================================= */

.bk-about-hero-section,
.bk-about-intro-section,
.bk-about-hero-section *,
.bk-about-intro-section * {
    box-sizing: border-box;
}

.bk-about-hero-section,
.bk-about-intro-section {
    display: block;
    width: 100%;
    margin: 0 !important;
}

/* =========================================================
   HERO SECTION
========================================================= */

.bk-about-hero-section {
    padding: 24px 22px 34px !important;
    background: #f7f9fc;
}

.bk-about-hero {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto !important;
}

.bk-about-hero__content {
    position: relative;

    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(380px, 0.92fr);

    align-items: center;
    gap: 54px;

    width: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 54px 64px;

    overflow: hidden;

    border: 1px solid #e8edf5;
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 7% 13%,
            rgba(31, 105, 225, 0.075),
            transparent 30%
        ),
        radial-gradient(
            circle at 94% 88%,
            rgba(31, 105, 225, 0.055),
            transparent 31%
        ),
        #ffffff;

    box-shadow:
        0 18px 48px rgba(17, 52, 94, 0.065),
        0 3px 10px rgba(17, 52, 94, 0.025);
}

/* Hero text */

.bk-about-hero__text {
    position: relative;
    z-index: 4;

    width: 100%;
    min-width: 0;
}

.bk-about-hero__eyebrow {
    display: inline-flex;
    align-items: center;

    margin: 0 0 18px;
    padding: 7px 14px;

    border: 1px solid var(--bk-about-border-blue);
    border-radius: 100px;

    background: var(--bk-about-soft);

    color: var(--bk-about-blue);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-about-hero__text h1 {
    max-width: 720px;
    margin: 0;

    color: var(--bk-about-navy);
    font-size: clamp(37px, 3.4vw, 49px);
    font-weight: 850;
    line-height: 1.5;
    letter-spacing: -0.9px;
}

.bk-about-hero__text h1 span {
    display: block;
    margin-top: 1px;

    color: var(--bk-about-blue);
}

.bk-about-hero__description {
    max-width: 720px;
    margin: 20px 0 0;

    color: var(--bk-about-text);
    font-size: 14.5px;
    line-height: 2.2;
}

/* Hero categories */

.bk-about-hero__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    width: 100%;
    max-width: 680px;
    margin: 27px 0 0;
}

.bk-about-hero__category {
    display: flex;
    align-items: center;
    gap: 12px;

    min-width: 0;
    min-height: 68px;
    margin: 0;
    padding: 11px 13px;

    border: 1px solid rgba(31, 105, 225, 0.09);
    border-radius: 15px;

    background: rgba(248, 251, 255, 0.94);

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-about-hero__category:hover {
    transform: translateY(-2px);

    border-color: rgba(31, 105, 225, 0.18);

    box-shadow:
        0 10px 24px rgba(23, 76, 150, 0.07);
}

.bk-about-hero__category-icon {
    display: flex;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    border-radius: 13px;
    background: #e5efff;
    color: var(--bk-about-blue);
}

.bk-about-hero__category-icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-hero__category > div {
    min-width: 0;
}

.bk-about-hero__category strong {
    display: block;
    margin-bottom: 3px;

    color: #15345f;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.7;
}

.bk-about-hero__category > div > span {
    display: block;

    color: var(--bk-about-muted);
    font-size: 10px;
    line-height: 1.7;
}

/* Hero buttons */

.bk-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;

    margin: 28px 0 0;
}

.bk-about-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 50px;
    padding: 0 22px;

    border-radius: 13px;

    font-size: 13px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-about-hero__button:hover {
    transform: translateY(-2px);
}

.bk-about-hero__button--primary {
    border: 1px solid var(--bk-about-blue);

    background: var(--bk-about-blue);
    color: #ffffff !important;

    box-shadow:
        0 11px 25px rgba(23, 101, 220, 0.22);
}

.bk-about-hero__button--primary:hover {
    border-color: var(--bk-about-blue-dark);
    background: var(--bk-about-blue-dark);

    box-shadow:
        0 14px 30px rgba(23, 101, 220, 0.28);
}

.bk-about-hero__button--secondary {
    border: 1px solid #d7e3f5;

    background: #ffffff;
    color: var(--bk-about-blue) !important;
}

.bk-about-hero__button--secondary:hover {
    border-color: #bdd2f1;
    background: #f4f8ff;
}

/* Hero visual */

.bk-about-hero__visual {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;

    width: 100%;
    min-width: 0;
    min-height: 490px;
    padding: 54px 15px 18px;
}

.bk-about-hero__visual-glow {
    position: absolute;
    inset: 42px 35px 58px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(31, 105, 225, 0.19) 0%,
            rgba(31, 105, 225, 0.06) 46%,
            transparent 72%
        );

    filter: blur(9px);
}

/* Main card */

.bk-about-hero__main-card {
    position: relative;
    z-index: 2;

    width: min(100%, 370px);
    margin: 0;
    padding: 35px 30px 31px;

    border: 1px solid #e3eaf4;
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.99),
            rgba(242, 247, 255, 0.96)
        );

    box-shadow:
        0 20px 45px rgba(26, 67, 126, 0.10),
        0 3px 10px rgba(26, 67, 126, 0.035);
}

.bk-about-hero__main-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;
    margin: 0 0 23px;

    border-radius: 21px;

    background:
        linear-gradient(
            145deg,
            var(--bk-about-blue),
            #3c82eb
        );

    color: #ffffff;

    box-shadow:
        0 13px 29px rgba(23, 101, 220, 0.25);
}

.bk-about-hero__main-icon svg {
    width: 35px;
    height: 35px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-hero__card-label {
    display: block;
    margin-bottom: 5px;

    color: var(--bk-about-blue);
    font-size: 11px;
    font-weight: 750;
}

.bk-about-hero__brand-name {
    display: block;

    color: var(--bk-about-navy);
    font-size: 28px;
    font-weight: 850;
    line-height: 1.6;
}

.bk-about-hero__main-card > p {
    margin: 9px 0 0;

    color: #718096;
    font-size: 12px;
    line-height: 2;
}

.bk-about-hero__card-line {
    width: 100%;
    height: 1px;
    margin: 24px 0;

    background: #e1e9f4;
}

/* Location */

.bk-about-hero__location {
    display: flex;
    align-items: center;
    gap: 12px;

    width: 100%;
}

.bk-about-hero__location-icon {
    display: flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border-radius: 13px;
    background: #e6efff;
    color: var(--bk-about-blue);
}

.bk-about-hero__location-icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-hero__location > div {
    min-width: 0;
}

.bk-about-hero__location span {
    display: block;
    margin-bottom: 3px;

    color: var(--bk-about-muted);
    font-size: 10px;
}

.bk-about-hero__location strong {
    display: block;

    color: #16345f;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.9;
}

/* Floating cards */

.bk-about-hero__floating-card {
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 195px;
    max-width: 280px;
    padding: 12px 14px;

    border: 1px solid var(--bk-about-border-blue);
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.96);

    box-shadow:
        0 14px 32px rgba(21, 61, 119, 0.12);

    backdrop-filter: blur(10px);
}

.bk-about-hero__floating-card--hours {
    position: absolute;
    top: 16px;
    left: 0;
}

.bk-about-hero__floating-card--support {
    position: relative;
    right: auto;
    bottom: auto;

    min-width: 245px;
    margin: 0;

    transform: none;
    justify-content: center;
}

.bk-about-hero__floating-icon {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 11px;
    background: #e7f0ff;
    color: var(--bk-about-blue);
}

.bk-about-hero__floating-icon svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-hero__floating-card > div {
    min-width: 0;
}

.bk-about-hero__floating-card span:not(.bk-about-hero__floating-icon) {
    display: block;

    color: var(--bk-about-muted);
    font-size: 9.5px;
    line-height: 1.7;
}

.bk-about-hero__floating-card strong {
    display: block;
    margin-top: 2px;

    color: #17365f;
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1.7;
}

/* =========================================================
   INTRO SECTION
========================================================= */

.bk-about-intro-section {
    padding: 0 22px 72px !important;
    background: #ffffff;
}

.bk-about-intro {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto !important;
}

.bk-about-intro__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(400px, 0.95fr);

    align-items: stretch;
    gap: 55px;

    width: 100%;
    margin: 0 !important;
    padding: 54px 58px;

    border: 1px solid #edf1f6;
    border-radius: 26px;
    background: #ffffff;

    box-shadow:
        0 14px 38px rgba(17, 52, 94, 0.045);
}

.bk-about-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 0;
    padding: 10px 6px;
}

.bk-about-intro__eyebrow {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;

    margin: 0 0 15px;
    padding: 6px 13px;

    border: 1px solid var(--bk-about-border-blue);
    border-radius: 100px;

    background: var(--bk-about-soft);

    color: var(--bk-about-blue);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-about-intro__content h2 {
    margin: 0;

    color: var(--bk-about-navy);
    font-size: clamp(31px, 3vw, 43px);
    font-weight: 850;
    line-height: 1.55;
    letter-spacing: -0.7px;
}

.bk-about-intro__content h2 span {
    color: var(--bk-about-blue);
}

.bk-about-intro__lead {
    max-width: 730px;
    margin: 18px 0 0;

    color: #445875;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.15;
}

.bk-about-intro__description {
    max-width: 760px;
    margin-top: 19px;
}

.bk-about-intro__description p {
    margin: 0 0 12px;

    color: #748198;
    font-size: 13.5px;
    line-height: 2.2;
}

.bk-about-intro__description p:last-child {
    margin-bottom: 0;
}

/* Intro buttons */

.bk-about-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin: 28px 0 0;
}

.bk-about-intro__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 49px;
    padding: 0 21px;

    border-radius: 13px;

    font-size: 12.5px;
    font-weight: 750;
    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-about-intro__button:hover {
    transform: translateY(-2px);
}

.bk-about-intro__button--primary {
    border: 1px solid var(--bk-about-blue);

    background: var(--bk-about-blue);
    color: #ffffff !important;

    box-shadow:
        0 11px 25px rgba(23, 101, 220, 0.20);
}

.bk-about-intro__button--primary:hover {
    background: var(--bk-about-blue-dark);

    box-shadow:
        0 14px 30px rgba(23, 101, 220, 0.27);
}

.bk-about-intro__button--secondary {
    border: 1px solid #d8e4f5;

    background: #ffffff;
    color: var(--bk-about-blue) !important;
}

.bk-about-intro__button--secondary:hover {
    border-color: #bdd1ef;
    background: #f5f8fd;
}

/* Intro panel */

.bk-about-intro__panel {
    position: relative;

    width: 100%;
    padding: 31px 29px;

    overflow: hidden;

    border: 1px solid #e7edf6;
    border-radius: 23px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 105, 225, 0.065),
            transparent 35%
        ),
        #fbfdff;

    box-shadow:
        0 14px 34px rgba(24, 63, 119, 0.055);
}

.bk-about-intro__panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bk-about-intro__panel-icon {
    display: flex;
    flex: 0 0 57px;
    align-items: center;
    justify-content: center;

    width: 57px;
    height: 57px;

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            var(--bk-about-blue),
            #3c82eb
        );

    color: #ffffff;

    box-shadow:
        0 11px 25px rgba(23, 101, 220, 0.22);
}

.bk-about-intro__panel-icon svg {
    width: 27px;
    height: 27px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-intro__panel-head > div {
    min-width: 0;
}

.bk-about-intro__panel-head > div > span {
    display: block;
    margin-bottom: 3px;

    color: var(--bk-about-blue);
    font-size: 10px;
    font-weight: 750;
}

.bk-about-intro__panel-head h3 {
    margin: 0;

    color: var(--bk-about-navy);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.6;
}

.bk-about-intro__panel-description {
    margin: 17px 0 0;

    color: #718096;
    font-size: 12.5px;
    line-height: 2;
}

/* Principles */

.bk-about-intro__principles {
    display: grid;
    gap: 11px;

    margin-top: 22px;
}

.bk-about-intro__principle {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    width: 100%;
    padding: 14px 15px;

    border: 1px solid rgba(31, 105, 225, 0.08);
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.88);
}

.bk-about-intro__principle-number {
    display: flex;
    flex: 0 0 37px;
    align-items: center;
    justify-content: center;

    width: 37px;
    height: 37px;

    border-radius: 11px;

    background: #e7f0ff;
    color: var(--bk-about-blue);

    font-size: 10px;
    font-weight: 850;
}

.bk-about-intro__principle > div {
    min-width: 0;
}

.bk-about-intro__principle strong {
    display: block;
    margin-bottom: 3px;

    color: #17365f;
    font-size: 12.5px;
    font-weight: 800;
}

.bk-about-intro__principle p {
    margin: 0;

    color: #7b8798;
    font-size: 10.5px;
    line-height: 1.85;
}

/* Intro panel footer */

.bk-about-intro__panel-footer {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 18px;
    padding: 14px 15px;

    border: 1px solid rgba(31, 105, 225, 0.09);
    border-radius: 15px;

    background: var(--bk-about-soft);
}

.bk-about-intro__panel-footer-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border-radius: 12px;

    background: #ffffff;
    color: var(--bk-about-blue);
}

.bk-about-intro__panel-footer-icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-intro__panel-footer > div {
    min-width: 0;
}

.bk-about-intro__panel-footer span {
    display: block;
    margin-bottom: 2px;

    color: #6e7f98;
    font-size: 9.5px;
}

.bk-about-intro__panel-footer strong {
    display: block;

    color: #15345f;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.7;
}

/* =========================================================
   RESPONSIVE — MEDIUM DESKTOP
========================================================= */

@media (max-width: 1200px) {

    .bk-about-hero__content {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, 0.85fr);

        gap: 38px;
        padding: 48px 40px;
    }

    .bk-about-hero__text h1 {
        font-size: 40px;
    }

    .bk-about-hero__categories {
        max-width: 100%;
    }

    .bk-about-intro__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(350px, 0.9fr);

        gap: 34px;
    }
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 900px) {

    .bk-about-hero-section {
        padding: 20px 16px 16px !important;
    }

    .bk-about-hero__content {
        display: flex;
        flex-direction: column;
        gap: 38px;

        min-height: 0;
        padding: 42px 34px;

        border-radius: 27px;
    }

    .bk-about-hero__text,
    .bk-about-hero__visual {
        width: 100%;
    }

    .bk-about-hero__text h1,
    .bk-about-hero__description,
    .bk-about-hero__categories {
        max-width: 100%;
    }

    .bk-about-hero__visual {
        max-width: 570px;
        min-height: 0;
        margin: 0 auto;
        padding: 52px 0 0;
    }

    .bk-about-hero__floating-card--support {
        position: relative;
        min-width: 245px;
    }

    .bk-about-intro-section {
        padding: 0 18px 60px !important;
    }

    .bk-about-intro__inner {
        padding: 42px 34px;
        border-radius: 24px;
    }

    .bk-about-intro__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .bk-about-intro__content,
    .bk-about-intro__panel {
        width: 100%;
    }

    .bk-about-intro__content {
        padding: 0;
    }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

    .bk-about-hero-section {
        padding: 12px 11px 14px !important;
    }

    .bk-about-hero__content {
        gap: 34px;
        padding: 32px 18px 34px;
        border-radius: 22px;
    }

    .bk-about-hero__text {
        text-align: center;
    }

    .bk-about-hero__eyebrow {
        margin-bottom: 15px;
    }

    .bk-about-hero__text h1 {
        font-size: 29px;
        line-height: 1.65;
        letter-spacing: -0.5px;
    }

    .bk-about-hero__description {
        margin-top: 16px;
        font-size: 13px;
        line-height: 2.1;
    }

    .bk-about-hero__categories {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 23px;
    }

    .bk-about-hero__category {
        min-height: 61px;
        text-align: right;
    }

    .bk-about-hero__actions {
        justify-content: center;
        margin-top: 24px;
    }

    .bk-about-hero__button {
        flex: 1 1 100%;
        width: 100%;
        min-height: 49px;
    }

    .bk-about-hero__visual {
        gap: 12px;
        min-height: 0;
        padding: 0;
    }

    .bk-about-hero__visual-glow {
        inset: 15px 10px 50px;
    }

    .bk-about-hero__main-card {
        width: 100%;
        padding: 28px 20px 25px;
        text-align: right;
    }

    .bk-about-hero__floating-card {
        position: relative !important;
        inset: auto !important;
        transform: none !important;

        width: 100%;
        min-width: 0;
        max-width: none;

        padding: 11px 13px;
    }

    .bk-about-hero__floating-card--hours {
        order: 2;
    }

    .bk-about-hero__floating-card--support {
        order: 3;
    }

    .bk-about-intro-section {
        padding: 0 12px 48px !important;
    }

    .bk-about-intro__inner {
        padding: 34px 18px;
        border-radius: 21px;
    }

    .bk-about-intro__content {
        text-align: center;
    }

    .bk-about-intro__eyebrow {
        align-self: center;
    }

    .bk-about-intro__content h2 {
        font-size: 28px;
        line-height: 1.65;
    }

    .bk-about-intro__lead {
        font-size: 13.5px;
        line-height: 2.1;
    }

    .bk-about-intro__description p {
        font-size: 12.5px;
        line-height: 2.1;
    }

    .bk-about-intro__actions {
        justify-content: center;
    }

    .bk-about-intro__button {
        flex: 1 1 100%;
        width: 100%;
    }

    .bk-about-intro__panel {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .bk-about-intro__panel-head,
    .bk-about-intro__panel-description,
    .bk-about-intro__principle,
    .bk-about-intro__panel-footer {
        text-align: right;
    }

    .bk-about-intro__panel-head h3 {
        font-size: 17px;
    }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bk-about-hero__content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .bk-about-hero__text h1 {
        font-size: 26px;
    }

    .bk-about-hero__main-card {
        padding: 26px 17px;
    }

    .bk-about-hero__floating-card strong {
        font-size: 9.5px;
    }
}


/* =========================================================
   ACCESSIBILITY & FINAL POLISH
========================================================= */

.bk-about-hero-section a:focus-visible,
.bk-about-intro-section a:focus-visible {
    outline: 3px solid rgba(23, 101, 220, 0.28);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .bk-about-hero-section *,
    .bk-about-intro-section * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   WHY CHOOSE BEHZAD KALA
========================================================= */

.bk-about-why-wrap {
    --widgets-spacing: 0px !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    border: 0 !important;
    box-shadow: none !important;
    background: #f7f9fc !important;
}

.bk-about-why-wrap > .e-con-inner,
.bk-about-why-wrap .elementor-widget-html,
.bk-about-why-wrap .elementor-widget-html > .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.elementor-widget-html:has(.bk-about-why-section),
.elementor-widget-html:has(.bk-about-why-section) > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.bk-about-why-section,
.bk-about-why-section * {
    box-sizing: border-box;
}

.bk-about-why-section {
    display: block;
    width: 100%;

    margin: 0 !important;
    padding: 72px 22px;

    background: #f7f9fc;
}

.bk-about-why {
    width: 100%;
    max-width: 1460px;

    margin: 0 auto !important;
    padding: 58px 60px;

    overflow: hidden;

    border: 1px solid #e8edf5;
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 105, 225, 0.07),
            transparent 27%
        ),
        radial-gradient(
            circle at 0 100%,
            rgba(31, 105, 225, 0.045),
            transparent 29%
        ),
        #ffffff;

    box-shadow:
        0 16px 42px rgba(17, 52, 94, 0.05);
}

.bk-about-why__header {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 38px;
    text-align: center;
}

.bk-about-why__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 15px;
    padding: 7px 14px;

    border: 1px solid rgba(31, 105, 225, 0.1);
    border-radius: 100px;

    background: #edf4ff;

    color: #1765dc;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-about-why__header h2 {
    margin: 0;

    color: #0b2855;
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 850;
    line-height: 1.55;
    letter-spacing: -0.7px;
}

.bk-about-why__header h2 span {
    color: #1765dc;
}

.bk-about-why__header p {
    max-width: 680px;

    margin: 16px auto 0;

    color: #6d7b90;
    font-size: 14px;
    line-height: 2.15;
}

.bk-about-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;

    width: 100%;
}

.bk-about-why__card {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 15px;

    min-width: 0;
    min-height: 176px;

    padding: 23px 21px;

    overflow: hidden;

    border: 1px solid #e8edf5;
    border-radius: 19px;

    background: rgba(255, 255, 255, 0.92);

    box-shadow:
        0 8px 24px rgba(20, 58, 110, 0.035);

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease;
}

.bk-about-why__card::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 4px;
    height: 0;

    border-radius: 0 19px 19px 0;

    background: #1765dc;

    transition: height 0.24s ease;
}

.bk-about-why__card:hover {
    transform: translateY(-4px);

    border-color: rgba(31, 105, 225, 0.16);
    background: #ffffff;

    box-shadow:
        0 16px 34px rgba(20, 58, 110, 0.075);
}

.bk-about-why__card:hover::before {
    height: 100%;
}

.bk-about-why__icon {
    display: flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            #1765dc,
            #3c82eb
        );

    color: #ffffff;

    box-shadow:
        0 10px 24px rgba(23, 101, 220, 0.2);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.bk-about-why__card:hover .bk-about-why__icon {
    transform: scale(1.05) rotate(-2deg);

    box-shadow:
        0 13px 28px rgba(23, 101, 220, 0.26);
}

.bk-about-why__icon svg {
    width: 26px;
    height: 26px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-why__content {
    min-width: 0;
}

.bk-about-why__content h3 {
    margin: 1px 0 7px;

    color: #14345f;
    font-size: 15px;
    font-weight: 820;
    line-height: 1.8;
}

.bk-about-why__content p {
    margin: 0;

    color: #788598;
    font-size: 12px;
    line-height: 2;
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1024px) {
    .bk-about-why-section {
        padding: 58px 18px;
    }

    .bk-about-why {
        padding: 48px 38px;
    }

    .bk-about-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
    .bk-about-why-section {
        padding: 44px 12px;
    }

    .bk-about-why {
        padding: 38px 18px;

        border-radius: 22px;
    }

    .bk-about-why__header {
        margin-bottom: 28px;
    }

    .bk-about-why__header h2 {
        font-size: 28px;
        line-height: 1.65;
    }

    .bk-about-why__header p {
        font-size: 12.5px;
        line-height: 2.1;
    }

    .bk-about-why__grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .bk-about-why__card {
        min-height: 0;
        padding: 19px 16px;
    }

    .bk-about-why__content h3 {
        font-size: 14px;
    }

    .bk-about-why__content p {
        font-size: 11.5px;
    }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
    .bk-about-why {
        padding-right: 14px;
        padding-left: 14px;
    }

    .bk-about-why__card {
        gap: 12px;
    }

    .bk-about-why__icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .bk-about-why__icon svg {
        width: 23px;
        height: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bk-about-why-section *,
    .bk-about-why-section *::before,
    .bk-about-why-section *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   ABOUT SERVICES
========================================================= */

.bk-about-services-wrap {
    --widgets-spacing: 0px !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    border: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

.bk-about-services-wrap > .e-con-inner,
.bk-about-services-wrap .elementor-widget-html,
.bk-about-services-wrap .elementor-widget-html > .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.elementor-widget-html:has(.bk-about-services-section),
.elementor-widget-html:has(.bk-about-services-section) > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.bk-about-services-section,
.bk-about-services-section *,
.bk-about-services-section *::before,
.bk-about-services-section *::after {
    box-sizing: border-box;
}

.bk-about-services-section {
    width: 100%;
    margin: 0 !important;
    padding: 72px 22px;

    background: #ffffff;
}

.bk-about-services {
    width: 100%;
    max-width: 1460px;

    margin: 0 auto !important;
}

.bk-about-services__header {
    max-width: 760px;
    margin: 0 auto 40px;

    text-align: center;
}

.bk-about-services__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 15px;
    padding: 7px 14px;

    border: 1px solid rgba(31, 105, 225, 0.1);
    border-radius: 100px;

    background: #edf4ff;
    color: #1765dc;

    font-size: 11px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-about-services__header h2 {
    margin: 0;

    color: #0b2855;
    font-size: clamp(31px, 3vw, 43px);
    font-weight: 850;
    line-height: 1.55;
    letter-spacing: -0.7px;
}

.bk-about-services__header h2 span {
    color: #1765dc;
}

.bk-about-services__header p {
    max-width: 700px;
    margin: 17px auto 0;

    color: #6f7d91;
    font-size: 14px;
    line-height: 2.15;
}

.bk-about-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;

    width: 100%;
}

.bk-about-services__card {
    position: relative;

    min-width: 0;
    min-height: 350px;
    padding: 28px 27px 25px;

    overflow: hidden;

    border: 1px solid #e7edf5;
    border-radius: 24px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 105, 225, 0.07),
            transparent 35%
        ),
        #fbfdff;

    box-shadow:
        0 12px 34px rgba(17, 52, 94, 0.045);

    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        background-color 0.24s ease;
}

.bk-about-services__card::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #1765dc,
            transparent
        );

    opacity: 0;
    transform: scaleX(0.25);

    transition:
        opacity 0.24s ease,
        transform 0.24s ease;
}

.bk-about-services__card:hover {
    transform: translateY(-5px);

    border-color: rgba(31, 105, 225, 0.18);

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 105, 225, 0.1),
            transparent 37%
        ),
        #ffffff;

    box-shadow:
        0 20px 44px rgba(17, 52, 94, 0.085);
}

.bk-about-services__card:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.bk-about-services__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}

.bk-about-services__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;
    flex: 0 0 64px;

    border-radius: 19px;

    background:
        linear-gradient(
            145deg,
            #1765dc,
            #3c82eb
        );

    color: #ffffff;

    box-shadow:
        0 12px 27px rgba(23, 101, 220, 0.22);

    transition:
        transform 0.24s ease,
        box-shadow 0.24s ease;
}

.bk-about-services__card:hover .bk-about-services__icon {
    transform: scale(1.05) rotate(-2deg);

    box-shadow:
        0 15px 31px rgba(23, 101, 220, 0.29);
}

.bk-about-services__icon svg {
    width: 31px;
    height: 31px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-services__number {
    color: rgba(23, 101, 220, 0.12);

    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.bk-about-services__content h3 {
    margin: 0 0 10px;

    color: #12345f;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.7;
}

.bk-about-services__content > p {
    margin: 0;

    color: #738196;
    font-size: 13px;
    line-height: 2.05;
}

.bk-about-services__content ul {
    display: grid;
    gap: 8px;

    margin: 20px 0 0;
    padding: 0;

    list-style: none;
}

.bk-about-services__content li {
    position: relative;

    margin: 0;
    padding-right: 21px;

    color: #5e6f86;
    font-size: 12px;
    line-height: 1.9;
}

.bk-about-services__content li::before {
    content: "";

    position: absolute;
    top: 10px;
    right: 2px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #1765dc;

    box-shadow:
        0 0 0 4px rgba(23, 101, 220, 0.09);
}

.bk-about-services__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 23px;

    color: #1765dc !important;

    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.7;
    text-decoration: none !important;

    transition:
        gap 0.2s ease,
        color 0.2s ease;
}

.bk-about-services__link:hover {
    gap: 12px;
    color: #1259c6 !important;
}

.bk-about-services__link svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1024px) {
    .bk-about-services-section {
        padding: 58px 18px;
    }

    .bk-about-services__card {
        min-height: 365px;
        padding: 25px 22px;
    }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
    .bk-about-services-section {
        padding: 46px 12px;
    }

    .bk-about-services__header {
        margin-bottom: 29px;
    }

    .bk-about-services__header h2 {
        font-size: 28px;
        line-height: 1.65;
    }

    .bk-about-services__header p {
        font-size: 12.5px;
        line-height: 2.1;
    }

    .bk-about-services__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .bk-about-services__card {
        min-height: 0;
        padding: 23px 18px;

        border-radius: 21px;
    }

    .bk-about-services__icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;

        border-radius: 17px;
    }

    .bk-about-services__icon svg {
        width: 27px;
        height: 27px;
    }

    .bk-about-services__number {
        font-size: 36px;
    }

    .bk-about-services__content h3 {
        font-size: 17px;
    }

    .bk-about-services__content > p {
        font-size: 12px;
    }

    .bk-about-services__content li {
        font-size: 11.5px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
    .bk-about-services-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .bk-about-services__card {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bk-about-services-section *,
    .bk-about-services-section *::before,
    .bk-about-services-section *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   ABOUT PURCHASE PROCESS
========================================================= */

.bk-about-process-wrap {
    --widgets-spacing: 0px !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    border: 0 !important;
    box-shadow: none !important;
    background: #f7f9fc !important;
}

.bk-about-process-wrap > .e-con-inner,
.bk-about-process-wrap .elementor-widget-html,
.bk-about-process-wrap .elementor-widget-html > .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.elementor-widget-html:has(.bk-about-process-section),
.elementor-widget-html:has(.bk-about-process-section)
> .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.bk-about-process-section,
.bk-about-process-section *,
.bk-about-process-section *::before,
.bk-about-process-section *::after {
    box-sizing: border-box;
}

.bk-about-process-section {
    width: 100%;
    margin: 0 !important;
    padding: 72px 22px;

    background: #f7f9fc;
}

.bk-about-process {
    width: 100%;
    max-width: 1460px;

    margin: 0 auto !important;
    padding: 58px 56px;

    overflow: hidden;

    border: 1px solid #e7edf5;
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 105, 225, 0.07),
            transparent 27%
        ),
        radial-gradient(
            circle at 0 100%,
            rgba(31, 105, 225, 0.045),
            transparent 30%
        ),
        #ffffff;

    box-shadow:
        0 16px 42px rgba(17, 52, 94, 0.05);
}

.bk-about-process__header {
    width: 100%;
    max-width: 760px;

    margin: 0 auto 46px;

    text-align: center;
}

.bk-about-process__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 15px;
    padding: 7px 14px;

    border: 1px solid rgba(31, 105, 225, 0.1);
    border-radius: 100px;

    background: #edf4ff;
    color: #1765dc;

    font-size: 11px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-about-process__header h2 {
    margin: 0;

    color: #0b2855;
    font-size: clamp(31px, 3vw, 43px);
    font-weight: 850;
    line-height: 1.55;
    letter-spacing: -0.7px;
}

.bk-about-process__header h2 span {
    color: #1765dc;
}

.bk-about-process__header p {
    max-width: 690px;

    margin: 17px auto 0;

    color: #6f7d91;
    font-size: 14px;
    line-height: 2.15;
}

/* Steps */

.bk-about-process__steps {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        70px
        minmax(0, 1fr)
        70px
        minmax(0, 1fr)
        70px
        minmax(0, 1fr);

    align-items: center;

    width: 100%;
}

.bk-about-process__step {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 0;
    min-height: 270px;

    padding: 27px 20px 24px;

    text-align: center;

    border: 1px solid #e7edf5;
    border-radius: 22px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfdff 100%
        );

    box-shadow:
        0 10px 30px rgba(17, 52, 94, 0.04);

    transition:
        transform 0.23s ease,
        border-color 0.23s ease,
        box-shadow 0.23s ease;
}

.bk-about-process__step:hover {
    transform: translateY(-5px);

    border-color: rgba(31, 105, 225, 0.18);

    box-shadow:
        0 18px 38px rgba(17, 52, 94, 0.075);
}

.bk-about-process__number {
    position: absolute;
    top: 15px;
    left: 17px;

    color: rgba(23, 101, 220, 0.14);

    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.bk-about-process__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 68px;
    height: 68px;
    flex: 0 0 68px;

    margin: 7px 0 22px;

    border-radius: 21px;

    background:
        linear-gradient(
            145deg,
            #1765dc,
            #3c82eb
        );

    color: #ffffff;

    box-shadow:
        0 13px 28px rgba(23, 101, 220, 0.22);

    transition:
        transform 0.23s ease,
        box-shadow 0.23s ease;
}

.bk-about-process__step:hover .bk-about-process__icon {
    transform: scale(1.05) rotate(-2deg);

    box-shadow:
        0 16px 33px rgba(23, 101, 220, 0.28);
}

.bk-about-process__icon svg {
    width: 31px;
    height: 31px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-process__content h3 {
    margin: 0 0 9px;

    color: #13345f;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.8;
}

.bk-about-process__content p {
    margin: 0;

    color: #748196;
    font-size: 11.5px;
    line-height: 2;
}

/* Connectors */

.bk-about-process__connector {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 8px;

    color: rgba(23, 101, 220, 0.28);
}

.bk-about-process__connector svg {
    width: 100%;
    height: 25px;

    overflow: visible;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-process__connector path:first-child {
    stroke-dasharray: 5 5;
}

/* Footer */

.bk-about-process__footer {
    display: flex;
    align-items: center;
    gap: 14px;

    width: 100%;

    margin-top: 32px;
    padding: 18px 20px;

    border: 1px solid rgba(31, 105, 225, 0.1);
    border-radius: 18px;

    background: #edf4ff;
}

.bk-about-process__footer-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 15px;

    background: #ffffff;
    color: #1765dc;

    box-shadow:
        0 7px 18px rgba(20, 58, 110, 0.06);
}

.bk-about-process__footer-icon svg {
    width: 24px;
    height: 24px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-process__footer > div:nth-child(2) {
    flex: 1;
    min-width: 0;
}

.bk-about-process__footer strong {
    display: block;

    margin-bottom: 3px;

    color: #14345f;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.8;
}

.bk-about-process__footer span {
    display: block;

    color: #6f7f95;
    font-size: 11px;
    line-height: 1.8;
}

.bk-about-process__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 46px;
    padding: 0 19px;

    border: 1px solid #1765dc;
    border-radius: 13px;

    background: #1765dc;
    color: #ffffff !important;

    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;

    box-shadow:
        0 10px 23px rgba(23, 101, 220, 0.2);

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-about-process__button:hover {
    transform: translateY(-2px);

    background: #1259c6;

    box-shadow:
        0 13px 28px rgba(23, 101, 220, 0.27);
}

.bk-about-process__button svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================================
   RESPONSIVE — MEDIUM DESKTOP
========================================================= */

@media (max-width: 1200px) {
    .bk-about-process {
        padding: 50px 38px;
    }

    .bk-about-process__steps {
        grid-template-columns:
            minmax(0, 1fr)
            45px
            minmax(0, 1fr)
            45px
            minmax(0, 1fr)
            45px
            minmax(0, 1fr);
    }

    .bk-about-process__step {
        min-height: 285px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 900px) {
    .bk-about-process-section {
        padding: 58px 18px;
    }

    .bk-about-process__steps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 16px;
    }

    .bk-about-process__connector {
        display: none;
    }

    .bk-about-process__step {
        min-height: 255px;
    }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
    .bk-about-process-section {
        padding: 46px 12px;
    }

    .bk-about-process {
        padding: 38px 18px;

        border-radius: 22px;
    }

    .bk-about-process__header {
        margin-bottom: 29px;
    }

    .bk-about-process__header h2 {
        font-size: 28px;
        line-height: 1.65;
    }

    .bk-about-process__header p {
        font-size: 12.5px;
        line-height: 2.1;
    }

    .bk-about-process__steps {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .bk-about-process__step {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        align-items: center;
        gap: 15px;

        min-height: 0;

        padding: 19px 17px;

        text-align: right;
    }

    .bk-about-process__number {
        top: 11px;
        left: 13px;

        font-size: 22px;
    }

    .bk-about-process__icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;

        margin: 0;

        border-radius: 17px;
    }

    .bk-about-process__icon svg {
        width: 27px;
        height: 27px;
    }

    .bk-about-process__content h3 {
        margin-bottom: 4px;

        font-size: 14px;
    }

    .bk-about-process__content p {
        padding-left: 22px;

        font-size: 11px;
    }

    .bk-about-process__footer {
        align-items: flex-start;
        flex-wrap: wrap;

        padding: 16px;
    }

    .bk-about-process__footer > div:nth-child(2) {
        width: calc(100% - 62px);
    }

    .bk-about-process__button {
        width: 100%;
        margin-top: 3px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
    .bk-about-process {
        padding-right: 14px;
        padding-left: 14px;
    }

    .bk-about-process__step {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 12px;

        padding-right: 14px;
        padding-left: 14px;
    }

    .bk-about-process__icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .bk-about-process__icon svg {
        width: 24px;
        height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bk-about-process-section *,
    .bk-about-process-section *::before,
    .bk-about-process-section *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   ABOUT REPAIR SERVICES
========================================================= */

.bk-about-repair-wrap {
    --widgets-spacing: 0px !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    border: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

.bk-about-repair-wrap > .e-con-inner,
.bk-about-repair-wrap .elementor-widget-html,
.bk-about-repair-wrap .elementor-widget-html > .elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.elementor-widget-html:has(.bk-about-repair-section),
.elementor-widget-html:has(.bk-about-repair-section)
> .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.bk-about-repair-section,
.bk-about-repair-section *,
.bk-about-repair-section *::before,
.bk-about-repair-section *::after {
    box-sizing: border-box;
}

.bk-about-repair-section {
    width: 100%;
    margin: 0 !important;
    padding: 72px 22px;

    background: #ffffff;
}

.bk-about-repair {
    width: 100%;
    max-width: 1460px;

    margin: 0 auto !important;
    padding: 58px 60px;

    overflow: hidden;

    border: 1px solid #e7edf5;
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 100% 0,
            rgba(31, 105, 225, 0.075),
            transparent 30%
        ),
        radial-gradient(
            circle at 0 100%,
            rgba(31, 105, 225, 0.04),
            transparent 31%
        ),
        #fbfdff;

    box-shadow:
        0 16px 42px rgba(17, 52, 94, 0.05);
}

.bk-about-repair__content {
    display: grid;
    grid-template-columns:
        minmax(0, 0.86fr)
        minmax(0, 1.14fr);

    align-items: center;
    gap: 55px;
}

.bk-about-repair__text {
    min-width: 0;
}

.bk-about-repair__eyebrow {
    display: inline-flex;
    align-items: center;

    margin: 0 0 15px;
    padding: 7px 14px;

    border: 1px solid rgba(31, 105, 225, 0.1);
    border-radius: 100px;

    background: #edf4ff;
    color: #1765dc;

    font-size: 11px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-about-repair__text h2 {
    margin: 0;

    color: #0b2855;
    font-size: clamp(31px, 3vw, 43px);
    font-weight: 850;
    line-height: 1.55;
    letter-spacing: -0.7px;
}

.bk-about-repair__text h2 span {
    color: #1765dc;
}

.bk-about-repair__lead {
    margin: 18px 0 0;

    color: #445875;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 2.15;
}

.bk-about-repair__description {
    margin: 14px 0 0;

    color: #748196;
    font-size: 13px;
    line-height: 2.15;
}

.bk-about-repair__features {
    display: grid;
    gap: 11px;

    margin-top: 24px;
}

.bk-about-repair__feature {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px 14px;

    border: 1px solid #e7edf5;
    border-radius: 15px;

    background: rgba(255, 255, 255, 0.88);
}

.bk-about-repair__feature-icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 13px;

    background: #e8f1ff;
    color: #1765dc;
}

.bk-about-repair__feature-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-repair__feature > div:last-child {
    min-width: 0;
}

.bk-about-repair__feature strong {
    display: block;

    margin-bottom: 2px;

    color: #15345f;
    font-size: 12px;
    font-weight: 820;
    line-height: 1.8;
}

.bk-about-repair__feature span {
    display: block;

    color: #7a8799;
    font-size: 10.5px;
    line-height: 1.8;
}

.bk-about-repair__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;

    margin-top: 27px;
}

.bk-about-repair__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 49px;
    padding: 0 21px;

    border-radius: 13px;

    font-size: 12.5px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-about-repair__button:hover {
    transform: translateY(-2px);
}

.bk-about-repair__button--primary {
    border: 1px solid #1765dc;

    background: #1765dc;
    color: #ffffff !important;

    box-shadow:
        0 11px 25px rgba(23, 101, 220, 0.21);
}

.bk-about-repair__button--primary:hover {
    background: #1259c6;

    box-shadow:
        0 14px 30px rgba(23, 101, 220, 0.27);
}

.bk-about-repair__button--secondary {
    border: 1px solid #d7e3f4;

    background: #ffffff;
    color: #1765dc !important;
}

.bk-about-repair__button--secondary:hover {
    border-color: #bdd1ef;
    background: #f4f8ff;
}

.bk-about-repair__button svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Repair cards */

.bk-about-repair__services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;

    min-width: 0;
}

.bk-about-repair__service {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    min-width: 0;
    min-height: 135px;

    padding: 19px 17px;

    border: 1px solid #e7edf5;
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.94);

    box-shadow:
        0 8px 24px rgba(17, 52, 94, 0.035);

    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.bk-about-repair__service:hover {
    transform: translateY(-4px);

    border-color: rgba(31, 105, 225, 0.17);

    box-shadow:
        0 15px 32px rgba(17, 52, 94, 0.07);
}

.bk-about-repair__service-icon {
    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #1765dc,
            #3c82eb
        );

    color: #ffffff;

    box-shadow:
        0 10px 22px rgba(23, 101, 220, 0.19);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.bk-about-repair__service:hover .bk-about-repair__service-icon {
    transform: scale(1.05) rotate(-2deg);

    box-shadow:
        0 13px 27px rgba(23, 101, 220, 0.26);
}

.bk-about-repair__service-icon svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-repair__service > div:last-child {
    min-width: 0;
}

.bk-about-repair__service h3 {
    margin: 1px 0 6px;

    color: #14345f;
    font-size: 13px;
    font-weight: 830;
    line-height: 1.8;
}

.bk-about-repair__service p {
    margin: 0;

    color: #788598;
    font-size: 10.8px;
    line-height: 1.95;
}

/* Notice */

.bk-about-repair__notice {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 29px;
    padding: 15px 17px;

    border: 1px solid rgba(31, 105, 225, 0.1);
    border-radius: 16px;

    background: #edf4ff;
}

.bk-about-repair__notice-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border-radius: 12px;

    background: #ffffff;
    color: #1765dc;
}

.bk-about-repair__notice-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-repair__notice p {
    margin: 0;

    color: #61738c;
    font-size: 11.5px;
    line-height: 1.9;
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1024px) {
    .bk-about-repair {
        padding: 50px 38px;
    }

    .bk-about-repair__content {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
    .bk-about-repair-section {
        padding: 46px 12px;
    }

    .bk-about-repair {
        padding: 38px 18px;

        border-radius: 22px;
    }

    .bk-about-repair__text {
        text-align: center;
    }

    .bk-about-repair__text h2 {
        font-size: 28px;
        line-height: 1.65;
    }

    .bk-about-repair__lead {
        font-size: 13px;
        line-height: 2.1;
    }

    .bk-about-repair__description {
        font-size: 12px;
        line-height: 2.1;
    }

    .bk-about-repair__features {
        text-align: right;
    }

    .bk-about-repair__actions {
        justify-content: center;
    }

    .bk-about-repair__button {
        flex: 1 1 100%;
        width: 100%;
    }

    .bk-about-repair__services {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .bk-about-repair__service {
        min-height: 0;
        padding: 17px 15px;
    }

    .bk-about-repair__notice {
        align-items: flex-start;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
    .bk-about-repair {
        padding-right: 14px;
        padding-left: 14px;
    }

    .bk-about-repair__service-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
    }

    .bk-about-repair__service-icon svg {
        width: 23px;
        height: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bk-about-repair-section *,
    .bk-about-repair-section *::before,
    .bk-about-repair-section *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   ABOUT FINAL CTA
========================================================= */

.bk-about-cta-wrap {
    --widgets-spacing: 0px !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    border: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

.bk-about-cta-wrap > .e-con-inner,
.bk-about-cta-wrap .elementor-widget-html,
.bk-about-cta-wrap .elementor-widget-html >
.elementor-widget-container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.elementor-widget-html:has(.bk-about-cta-section),
.elementor-widget-html:has(.bk-about-cta-section) >
.elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.bk-about-cta-section,
.bk-about-cta-section *,
.bk-about-cta-section *::before,
.bk-about-cta-section *::after {
    box-sizing: border-box;
}

.bk-about-cta-section {
    display: block;
    width: 100%;

    margin: 0 !important;
    padding: 20px 22px 82px;

    background: #ffffff;
}

.bk-about-cta {
    position: relative;

    width: 100%;
    max-width: 1460px;

    margin: 0 auto !important;
    padding: 56px 58px 0;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 95% 10%,
            rgba(53, 130, 235, 0.24),
            transparent 31%
        ),
        radial-gradient(
            circle at 5% 100%,
            rgba(23, 101, 220, 0.18),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #0b2855 0%,
            #0c326c 48%,
            #135ac0 100%
        );

    box-shadow:
        0 24px 58px rgba(11, 40, 85, 0.16);
}

.bk-about-cta__decoration {
    position: absolute;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;

    pointer-events: none;
}

.bk-about-cta__decoration--one {
    top: -160px;
    right: -100px;

    width: 420px;
    height: 420px;
}

.bk-about-cta__decoration--two {
    bottom: -210px;
    left: -110px;

    width: 470px;
    height: 470px;
}

.bk-about-cta__content {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        86px
        minmax(0, 1fr)
        minmax(390px, auto);

    align-items: center;
    gap: 25px;

    width: 100%;
    padding-bottom: 45px;
}

.bk-about-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 78px;
    height: 78px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 23px;

    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;

    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.12);

    backdrop-filter: blur(10px);
}

.bk-about-cta__icon svg {
    width: 37px;
    height: 37px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-cta__text {
    min-width: 0;
}

.bk-about-cta__eyebrow {
    display: inline-flex;
    align-items: center;

    margin: 0 0 11px;
    padding: 6px 13px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;

    background: rgba(255, 255, 255, 0.1);
    color: #dceaff;

    font-size: 10.5px;
    font-weight: 750;
    line-height: 1.7;
}

.bk-about-cta__text h2 {
    margin: 0;

    color: #ffffff;
    font-size: clamp(27px, 2.6vw, 38px);
    font-weight: 850;
    line-height: 1.6;
    letter-spacing: -0.6px;
}

.bk-about-cta__text h2 span {
    color: #76adff;
}

.bk-about-cta__text p {
    max-width: 680px;

    margin: 12px 0 0;

    color: rgba(235, 243, 255, 0.76);
    font-size: 12.5px;
    line-height: 2;
}

.bk-about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;

    min-width: 0;
}

.bk-about-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 48px;
    padding: 0 18px;

    border-radius: 13px;

    font-size: 11.5px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.bk-about-cta__button:hover {
    transform: translateY(-2px);
}

.bk-about-cta__button svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-cta__button--primary {
    border: 1px solid #ffffff;

    background: #ffffff;
    color: #145ec9 !important;

    box-shadow:
        0 11px 25px rgba(0, 0, 0, 0.13);
}

.bk-about-cta__button--primary:hover {
    background: #f1f6ff;

    box-shadow:
        0 14px 29px rgba(0, 0, 0, 0.18);
}

.bk-about-cta__button--light {
    border: 1px solid rgba(255, 255, 255, 0.16);

    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;

    backdrop-filter: blur(7px);
}

.bk-about-cta__button--light:hover {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.19);
}

.bk-about-cta__button--outline {
    border: 1px solid rgba(255, 255, 255, 0.25);

    background: transparent;
    color: #ffffff !important;
}

.bk-about-cta__button--outline:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

/* Trust bar */

.bk-about-cta__trust {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;

    width: calc(100% + 116px);
    margin-right: -58px;
    padding: 18px 30px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    background: rgba(4, 22, 52, 0.25);

    backdrop-filter: blur(8px);
}

.bk-about-cta__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: rgba(255, 255, 255, 0.84);
}

.bk-about-cta__trust-item svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: #71aaff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bk-about-cta__trust-item span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.7;
}

.bk-about-cta__trust-separator {
    width: 1px;
    height: 22px;

    background: rgba(255, 255, 255, 0.13);
}

/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (max-width: 1200px) {
    .bk-about-cta {
        padding-right: 40px;
        padding-left: 40px;
    }

    .bk-about-cta__content {
        grid-template-columns:
            75px
            minmax(0, 1fr);

        gap: 20px;
    }

    .bk-about-cta__actions {
        grid-column: 1 / -1;
        justify-content: center;

        margin-top: 5px;
    }

    .bk-about-cta__trust {
        width: calc(100% + 80px);
        margin-right: -40px;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
    .bk-about-cta-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .bk-about-cta__content {
        display: flex;
        flex-direction: column;

        text-align: center;
    }

    .bk-about-cta__eyebrow {
        justify-content: center;
    }

    .bk-about-cta__text p {
        margin-right: auto;
        margin-left: auto;
    }

    .bk-about-cta__actions {
        justify-content: center;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .bk-about-cta-section {
        padding: 12px 12px 58px;
    }

    .bk-about-cta {
        padding: 38px 18px 0;

        border-radius: 22px;
    }

    .bk-about-cta__content {
        gap: 17px;
        padding-bottom: 30px;
    }

    .bk-about-cta__icon {
        width: 66px;
        height: 66px;

        border-radius: 19px;
    }

    .bk-about-cta__icon svg {
        width: 31px;
        height: 31px;
    }

    .bk-about-cta__text h2 {
        font-size: 27px;
        line-height: 1.7;
    }

    .bk-about-cta__text p {
        font-size: 11.5px;
        line-height: 2;
    }

    .bk-about-cta__actions {
        display: grid;
        grid-template-columns: 1fr;

        width: 100%;
    }

    .bk-about-cta__button {
        width: 100%;
        min-height: 49px;
    }

    .bk-about-cta__trust {
        flex-wrap: wrap;
        gap: 12px 19px;

        width: calc(100% + 36px);
        margin-right: -18px;
        padding: 16px 13px;
    }

    .bk-about-cta__trust-separator {
        display: none;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
    .bk-about-cta {
        padding-right: 14px;
        padding-left: 14px;
    }

    .bk-about-cta__trust {
        width: calc(100% + 28px);
        margin-right: -14px;
    }

    .bk-about-cta__trust-item {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bk-about-cta-section *,
    .bk-about-cta-section *::before,
    .bk-about-cta-section *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}