    .hero-content-elite .section-title span {
    font-family: var(--accent-font);
    line-height: 1em;
    background-position: left 15px center;
    background-color: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 100px;
    padding: 11px 16px 11px 44px;
    color:#fff;
}
.section-title span {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: #fff;
    background: url(../images/icon-sub-heading.svg) no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 26px;
    margin-bottom: 15px;
}

 .hero-content-elite .section-title .hero-title {
         font-family: var(--accent-font);
             font-size: 80px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: none;
    font-size: 52px;
    letter-spacing: -0.01em;
    color:#fff;
 }
 .hero-counter-item-elite span {
    font-size: 48px;
    color: #b1a66c;
        font-family: var(--accent-font);
}
  .hero-counter-item-elite .stat {
      font-size: 48px;
    color: #b1a66c;
        font-family: var(--accent-font);
        margin-bottom:20px;
  }
  .achievement-item-no p {
    font-size: 48px;
    font-family: var(--accent-font);
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
    margin: 0;
}

.page-header-box span {
    display: inline-block;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: none;
        font-family: var(--accent-font);

}
.achievement-item-content-elite span {
    font-family: var(--accent-font);
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
    margin: 0;
    font-size:20px;
}

.section-title span {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: var(--primary-color);
    background: url(../images/icon-sub-heading.svg) no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 26px;
    margin-bottom: 15px;
}

.section-title h1 {
    font-size: 44px !important;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: none;
}

.about-us-item-content-elite h2 {
    font-size: 20px;
    font-family: var(--accent-font);
    font-weight: 600;
    line-height: 1.2em;
    color: var(--primary-color);
    margin: 0;
}

@media only screen and (max-width: 768px){
.hero-content-elite .section-title .hero-title {
    font-family: var(--accent-font);
    
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: none;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #fff;
}
 .section-title h1 {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: none;
}  
.section-title-center h2 {
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}
.why-choose-image-1-elite figure img {
        aspect-ratio: 1 / 1;
    }
    
    
    .why-choose-image-1-metal figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
}
.why-choose-image-2-metal figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
}
}

 