 .topbar {
            background: #1f1f1f;
            padding: 10px 0;

        }

        header.main-header {
            position: relative;
            left: 0;
            right: 0;
            z-index: 100;
        }

        .main-menu ul li a {

            color: #1f1f1f;
            padding: 10px 7px !important;
        }

        .navbar {
            padding: 15px 0;

        }

        .navbar-expand-lg .navbar-collapse {

            flex-grow: 0;
        }

        .navbar {
            padding: 7px 0;
        }

        header.main-header .header-sticky {

            background: #fff;

        }
        .topbar-social-links ul li a {
    display: flex;
    align-items: center;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
  height: 28px;
    width: 28px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 5px;
    text-align: center;
    justify-content: center;
}

.topbar-social-links ul li {
   
    border-right: 0;
    margin-right: 7px;
    padding-right: 0;
   
}
.topbar-social-links ul li a i {
    font-size: 16px;
    color: var(--white-color);
    margin-right: 0;
}

  .how-work-nav-elite ul li .nav-link {
   
    font-size: 18px;
   
    padding: 12px 30px 12px 20px;
  
}

section{
    padding:80px 0 !important;
}

 .hero-metal {
            padding: 90px 0;
        }
        .hero-content-metal .section-title h1 {
    font-size: 44px;
    font-weight: 600;
}

.hero-body-item-content-metal h3 {
    color: var(--white-color);
    font-size: 16px;
    line-height: 24px;
}


 .bg-second-white {
            background-color: #f6f6f6 !important;
        }

        .about-us-images-metal {
            background-image: none !important;
        }

       
        
        .about-us-list-metal {
            margin-bottom: 0;
            border: none;
        }

        .about-us-list-metal ul li {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 500;
}


  #servicesection{
        .icon-box {
            background: #111;
            padding: 15px 7px;
            border-radius: 8px;
          
            transition: all 0.35s ease;
            position: relative;
            overflow: hidden;
            border: 1.5px solid  #222;
            display: flex;
            gap:15px;
            
        }

        /* Hover effect */
        .icon-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
            border-color: #e9212e;
            border-style: solid;
        }

        /* Icon wrapper */
        .icon-main {
            width: 64px;
            height: 64px;
             min-width: 64px;
            min-height: 64px;
            margin: 0 auto 0px;
            background: rgba(233, 33, 46, 0.08);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            background: linear-gradient(to right, #e9212e82 0%, #6e0f1ac7 50%, #e9212ec4 100%);
        }

        /* Icon image */
        .icon-main img {
            max-width: 32px;
            transition: all 0.3s ease;
        }

        /* Hover icon animation */
        .icon-box:hover .icon-main {
            background: #e9212e;
        }

        .icon-box:hover .icon-main img {
            transform: scale(1.1);
            filter: brightness(0) invert(1);
        }

        /* Title */
        .icon-box h6 {
           font-size: 17px;
        font-weight: 600;
        margin-top: 0px;
        }

        .icon-box p {
          font-size: 13px;
        margin-bottom: 0;
        margin-top: 5px;
        }

       
        
}



  .aku-both-card {
            position: relative;
}

.aku-both-card-absolute {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #0000008a;
    text-align: center;
    padding: 10px 0;
}
.aku-both-card-absolute p {
    margin-bottom: 0;
    color: #ffffffe8;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
}

.what-we-counter-content-metal p {
 
    font-size: 14px;
}


.aku-both-card-absolute span.customHr{
    height:1.2px;
    width: 60px;
    display:block;
   background: linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
    margin:0 auto;
    margin-top:5px;
}

  .how-works-item-content ul li {
   
    font-size: 14px;
}
.how-works-item-no h2 {
  
    font-size: 72px;
}
    .how-works-item-no {
        margin: 10px -25px -40px 0;
    }
    
    
    .aku-both-0{
    padding:0;
}
    .how-work-box-item-elite {
   
    background-color: #fff;
    }
    .how-work-boxes-elite {
   
    align-items: start;
   
}
.how-work-nav-elite ul li .nav-link.active, .how-work-nav-elite ul li .nav-link:hover {
    background: var(--secondary-color);
    border-color: #ab1824;
}
.how-works-item {
   
    background: #fff;
  
}

.filter-item{
        margin-bottom:10px;
        padding:0 7px;
    } 
    
    
    

.gallery-card {
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 10px;
}

.gallery-card:first-child:hover .gallery-content {
    bottom: 32px;
    opacity: 1;
    visibility: visible;
    left: 32px
}

@media (max-width: 1299px) {
    .gallery-card:first-child:hover .gallery-content {
        left:24px
    }
}

.gallery-card .box-img {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-card .box-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    background: linear-gradient(0deg, rgba(2,0,15,0.5), rgba(2,0,15,0.5));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.gallery-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.3s all ease;
}

.gallery-card .shape {
    position: absolute;
    inset: 32px;
    z-index: 2;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

@media (max-width: 575px) {
    .gallery-card .shape {
        inset:20px
    }
}

.gallery-card .shape .dot {
    position: absolute;
    height: 35px;
    width: 2px;
    background-color: var(--white-color)
}

.gallery-card .shape .dot:nth-child(1) {
    top: -0px
}

.gallery-card .shape .dot:nth-child(2) {
    top: -0px;
    width: 13px;
    height: 2px
}

.gallery-card .shape .dot:nth-child(3) {
    bottom: -0px;
    right: 14px
}

.gallery-card .shape .dot:nth-child(4) {
    bottom: -0px;
    right: 14px;
    width: 13px;
    height: 2px
}

.gallery-card .gallery-content {
    position: absolute;
    bottom: -20%;
    left: 32px;
    opacity: 0;
    margin-right: 32px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 3
}

@media (max-width: 1299px) {
    .gallery-card .gallery-content {
        left:24px
    }
}

.gallery-card .subtitle {
    padding: 4px 16px;
    background: #FFF2F2;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 24px
}

.gallery-card .icon-btn {
    --btn-size: 64px;
    background-color: #ff833b;
    border-color: #ff833b;
    background: linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
    margin-bottom: 30px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
}

.gallery-card .icon-btn:hover {
    color: var(--white-color);
    border-color: var(--title-color);
    background-color: var(--title-color)
    background: linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
}

.gallery-card .box-title {
    font-size: 24px;
    max-width: 572px;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 1299px) {
    .gallery-card .box-title {
        font-size:20px
    }
}

.gallery-card .box-text {
    color: var(--theme-color);
    margin-bottom: 12px
}

.gallery-card:hover .box-img:before {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.gallery-card:hover .box-img .icon-btn {
    opacity: 1;
    visibility: visible
}

@media (max-width: 375px) {
    .gallery-card:hover .box-img .icon-btn {
        top:25%;
        right: 0px;
        left: unset
    }
}

.gallery-card:hover .shape {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.gallery-card:hover .gallery-content {
    bottom: 32px;
    opacity: 1;
    visibility: visible
}

.gallery-card.style2 .box-title {
    font-weight: 400;
    font-size: 18px !important
}

.gallery-card.style2 .shape {
    inset: 24px
}

.gallery-card.style2 .icon-btn {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--white-color)
}

.gallery-card.style2 .icon-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.gallery-card.style3 .box-img {
    height: 389px
}

.gallery-card.style3 .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-card.style3 .box-title {
    font-weight: 400;
    font-size: 18px !important
}

.gallery-card.style3 .shape {
    inset: 24px
}

.gallery-card.style3 .icon-btn {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--white-color)
}

.gallery-card.style3 .icon-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.gallery-card.style4 .box-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(2,0,15,0.6), rgba(2,0,15,0.6));
    background: linear-gradient(0deg, rgba(2,0,15,0.6), rgba(2,0,15,0.6));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 4
}

.gallery-card.style4 .icon-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: rgba(255,255,255,0.2);
    border: none;
    font-size: 25px
}

.gallery-card.style4:hover .box-img:before {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.gallery-card.style4:hover .box-img .icon-btn {
    top: 50%;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-card.style5 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    color: var(--white-color);
    font-size: 34px;
    z-index: 2
}

.gallery-card.style5:hover i {
    opacity: 1;
    visibility: visible
}

.gallery-box .box-img {
    position: relative;
    z-index: 2
}

.gallery-box .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-box .box-img .icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: var(--white-color);
    color: var(--white-color);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.gallery-box .box-img .icon-btn:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.gallery-box:hover .icon-btn {
    opacity: 1;
    visibility: visible
}

.gallery-slider4 .swiper-wrapper {
    z-index: -1
}

.gallery-slider4 .swiper-slide.swiper-slide-active .gallery-item2 .box-img img {
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

.gallery-slider4 .swiper-slide.swiper-slide-active .gallery-item2 .icon-btn {
    opacity: 1;
    visibility: visible
}

.gallery-slider4 .icon-box {
    margin-top: 60px;
    background: rgba(108,109,113,0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 64px;
    padding: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 150px;
    z-index: 99
}

@media (max-width: 767px) {
    .gallery-slider4 .icon-box {
        gap:50px
    }
}



   #homeBlog{
    

.dz-card {
    /*box-shadow: 0 0 15px rgb(203 202 202);*/
    border:1px solid #969696;
}
.dz-card {
    position: relative;
}
.m-b50 {
    margin-bottom: 50px;
}
.dz-card.style-2 .dz-media {
    position: relative;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.dz-media {
    overflow: hidden;
    position: relative;
}
.m-b20 {
    margin-bottom: 20px;
}
.dz-media img, .dz-post-media img {
    width: 100%;
    height: auto;
}
.dz-card.style-2 .dz-meta {
position: absolute;
    padding: 20px 20px;
    width: 100%;
    left: 0;
    top: 0;
    background: #c3804f;
    background:linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.dz-meta {
    margin-bottom: 15px;
}
.dz-card.style-2 .dz-meta ul {
    line-height: 1;
}
.dz-meta ul {
    margin: 0;
    padding: 0;
}
.dz-card.style-2 .dz-meta ul li {
    color: #fff;
    margin-right: 5px;
    font-size: 13px;
    padding-left: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
display: inline-block;
}

.dz-card.style-2 .dz-meta ul li:after {
    content: "";
    height: 5px;
    width: 5px;
  background-image: linear-gradient(to right, #fff, #fff);
    position: absolute;
    left: 0;
    top: 4px;
}
.dz-card .dz-info {
    padding: 20px;
    position: relative;
    padding-top: 0;
}
.dz-card .dz-title {
    margin-bottom: 0;
    font-weight:600;
}
.widget {
    margin-bottom: 45px;
}
.recent-posts-entry.style-2 .widget-post-bx .widget-post {
    padding: 30px 20px;
    border: 1px solid #969696;
    /*box-shadow: 0 0 15px rgb(203 202 202);*/
    height:32%;
    padding: 30px 20px;
        border: 1px solid #eee;
        box-shadow: 0 0 15px rgb(203 202 202);
        height: 32%;
        background: #fff;
}

.recent-posts-entry .widget-post-bx .widget-post {
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-info {
    padding-left: 15px;
}
.recent-posts-entry .widget-post-bx .widget-post .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.recent-posts-entry .widget-post-bx .widget-post .title a, .dz-card .dz-title a{
    color: #000000 !important;
}
.widget:last-child {
    margin-bottom: 0;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta {
    margin-bottom: 0;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul {
    line-height: 1;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li {
    color: var(--primary-color);
   
    font-size: 13px;
    padding-left: 15px;
  
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    display:inline-block;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li.end{
    margin-left:5px;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-meta ul li:after {
    content: "";
    height: 5px;
    width: 5px;
 background: linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
    position: absolute;
    left: 0;
    top: 4px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.dz-card.blog-grid.style-2.m-b50 {
        margin-bottom: 0;
        height: 100%;
        border-radius: 0.25rem;
        overflow: hidden;
        box-shadow: 0 0 15px rgb(203 202 202);
        border-color: #eee;
    }
.widget.recent-posts-entry.style-2, .widget.recent-posts-entry.style-2 .widget-post-bx {
    height: 100%;
}
.widget:last-child {
    /*margin-bottom: 0;*/
}
.recent-posts-entry .widget-post-bx .widget-post:last-child {
   
    margin-bottom:0px;
   
}

}



  .footer-logo {
        padding-right: 0;
        border: 0;
        margin-bottom: 20px;
    }
    .footer-social-links-elite ul {
   
    justify-content: start;
  
    margin-top: 20px;
}
.footer-social-links-elite ul li a{
    color:#fff;
}
.footer-contact-item .icon-box {
    min-width: 40px;
    min-height: 40px;
}
.footer-links {
    max-width: 100%;
}
.footer-copyright {
    padding: 15px 0;
    background: linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
}
.footer-privacy-policy ul {
  
    justify-content: end;
}
.footer-links ul li{
    background-image: none;
    padding-left: 0;
}
.footer-links ul li a:hover {
    padding-left: 10px;
   
}
.footer-links ul li a{
    color: #fff;
    transition: all .5s ease-in-out;
}


 .whatsapp-icon{
position:fixed;
bottom:25px;
right:25px;
/*width:60px;*/
/*height:60px;*/
background:#25D366;
/*border-radius:50%;*/
display:flex;
align-items:center;
justify-content:center;

color:#fff !important;
box-shadow:0 6px 18px rgba(0,0,0,0.2);
z-index: +9999;
padding: 7px 10px;
    border-radius: 10px;
    gap: 1px;

}
.whatsapp-icon i{
    font-size:28px;
}

.whatsapp-icon span{
    font-size:16px;
}
.whatsapp-icon{
animation: pulse 2s infinite;
}

@keyframes pulse{
0%{box-shadow:0 0 0 0 rgba(37,211,102,0.7);}
70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}




