/* About Us Elementor Widget */
.hc-about{
    position:relative;
    width:100%;
    overflow:hidden;
    background:#17191C;
    color:#fff;
    border-bottom:1px solid #34383D;
    padding-top:80px;
    padding-bottom:80px;
    box-sizing:border-box;
    font-family:inherit;
}
.hc-about *{box-sizing:border-box}
.hc-about-container{
    position:relative;
    z-index:2;
    width:min(1280px,100%);
    margin:0 auto;
    padding:0 16px;
}
.hc-about-layout{
    display:grid;
    grid-template-columns:minmax(0,7fr) minmax(320px,5fr);
    gap:32px;
    align-items:center;
}
.hc-about-content{
    display:flex;
    flex-direction:column;
    gap:24px;
    min-width:0;
}
.hc-about-eyebrow{
    display:inline-flex;
    width:max-content;
    max-width:100%;
    align-items:center;
    padding:6px 12px;
    border-radius:4px;
    background:rgba(52,56,61,.8);
    border:1px solid rgba(174,180,186,.3);
    color:#E87524;
    font-size:12px;
    letter-spacing:.08em;
    direction:ltr;
    text-align:left;
}
.hc-about-title{
    margin:0;
    color:#fff;
    font-size:42px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.02em;
}
.hc-about-description{
    margin:0;
    color:#AEB4BA;
    font-size:17px;
    line-height:2;
    font-weight:300;
}
.hc-about-items{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    padding-top:4px;
}
.hc-about-item{
    min-width:0;
    padding:20px;
    border:1px solid #34383D;
    border-radius:7px;
    background:#121315;
    transition:.25s ease;
}
.hc-about-item:hover{border-color:rgba(174,180,186,.4);transform:translateY(-2px)}
.hc-about-item-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
}
.hc-about-icon{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:4px;
    background:#34383D;
    color:#E87524;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s ease;
}
.hc-about-icon i,.hc-about-icon svg{width:16px;height:16px}
.hc-about-item:hover .hc-about-icon{background:#E87524;color:#fff}
.hc-about-item-title{
    margin:0;
    color:#fff;
    font-size:14px;
    line-height:1.8;
    font-weight:700;
}
.hc-about-item:hover .hc-about-item-title{color:#E87524}
.hc-about-item-text{
    margin:0;
    color:#AEB4BA;
    font-size:12px;
    line-height:2;
    font-weight:300;
}
.hc-about-image-wrap{min-width:0}
.hc-about-image-box{
    position:relative;
    min-height:450px;
    overflow:hidden;
    border:1px solid #34383D;
    border-radius:7px;
    background:#121315;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.hc-about-image-box>img{
    display:block;
    width:100%;
    height:450px;
    object-fit:cover;
    filter:grayscale(1) contrast(1.25) brightness(.75);
}
.hc-about-image-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,#17191C 0%,rgba(23,25,28,.45) 45%,transparent 100%);
    pointer-events:none;
}
.hc-about-stats{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    padding:22px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:7px;
    background:rgba(23,25,28,.86);
    backdrop-filter:blur(12px);
}
.hc-about-stat-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}
.hc-about-stat{
    text-align:center;
    padding:0 10px;
    border-left:1px solid rgba(255,255,255,.1);
}
.hc-about-stat:last-child{border-left:0}
.hc-about-stat strong{
    display:block;
    color:#fff;
    font-size:32px;
    line-height:1.1;
    font-weight:900;
    direction:ltr;
}
.hc-about-stat span{
    display:block;
    margin-top:4px;
    color:#AEB4BA;
    font-size:10px;
}
.hc-about-stat small{
    display:block;
    margin-top:2px;
    color:#E87524;
    font-size:9px;
    direction:ltr;
}
.hc-about-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:16px;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.1);
    color:#AEB4BA;
    font-size:10px;
    direction:ltr;
}
.hc-about-meta b{color:#fff}
.hc-about-grid-bg{
    position:absolute;
    inset:0;
    opacity:.3;
    pointer-events:none;
    background-image:
      linear-gradient(rgba(174,180,186,.045) 1px,transparent 1px),
      linear-gradient(90deg,rgba(174,180,186,.045) 1px,transparent 1px);
    background-size:28px 28px;
}
.hc-about-glow{
    position:absolute;
    left:0;
    top:50%;
    width:384px;
    height:384px;
    transform:translateY(-50%);
    border-radius:50%;
    background:rgba(232,117,36,.05);
    filter:blur(70px);
    pointer-events:none;
}

@media (max-width:1024px){
    .hc-about{padding-top:60px;padding-bottom:60px}
    .hc-about-layout{grid-template-columns:1fr;gap:36px}
    .hc-about-content{order:1}
    .hc-about-image-wrap{order:2}
    .hc-about-title{font-size:38px}
}
@media (max-width:767px){
    .hc-about{padding-top:45px;padding-bottom:45px}
    .hc-about-container{padding:0 14px}
    .hc-about-content{gap:18px}
    .hc-about-eyebrow{font-size:10px}
    .hc-about-title{font-size:30px;line-height:1.35}
    .hc-about-description{font-size:14px;line-height:1.9}
    .hc-about-items{grid-template-columns:1fr 1fr;gap:10px}
    .hc-about-item{padding:14px}
    .hc-about-item-head{gap:8px;align-items:flex-start}
    .hc-about-icon{width:31px;height:31px;min-width:31px}
    .hc-about-item-title{font-size:12px;line-height:1.7}
    .hc-about-item-text{font-size:10px;line-height:1.8}
    .hc-about-image-box{min-height:360px}
    .hc-about-image-box>img{height:360px}
    .hc-about-stats{left:12px;right:12px;bottom:12px;padding:14px 10px}
    .hc-about-stat{padding:0 5px}
    .hc-about-stat strong{font-size:23px}
    .hc-about-stat span{font-size:9px}
    .hc-about-stat small{font-size:8px}
    .hc-about-meta{font-size:8px;gap:6px}
}
@media (max-width:430px){
    .hc-about-items{grid-template-columns:1fr 1fr}
    .hc-about-title{font-size:27px}
    .hc-about-item{padding:12px}
    .hc-about-item-head{display:block}
    .hc-about-icon{margin-bottom:7px}
    .hc-about-item-title{font-size:11px}
    .hc-about-item-text{font-size:9px}
    .hc-about-image-box,.hc-about-image-box>img{height:330px;min-height:330px}
    .hc-about-stats{padding:12px 7px}
    .hc-about-stat strong{font-size:20px}
}
