*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    overflow-x:hidden;
      padding-top: 30px;
}
.site-header{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    z-index: 1000;
    background: #fff;
    padding: 10px 5%;
    border-bottom: 1px solid #eee;
}

.logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    gap:8px;
    flex-shrink:0;
}

.logo-icon{
    font-size:34px;
    color:#011F7B;
}

.logo-name{
    height:36px;
    width:auto;
    display:block;
}




/* ===========================
   NAVIGATION
=========================== */
.main-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex:1;
}

.main-nav a{
    text-decoration:none;
    color:#000;
    font-family:general;
    font-size:15px;
    font-weight:600;
    padding:10px 14px;
    border-radius:10px;
    transition:.3s;
}

.main-nav a:hover{
    background:#f5a623;
}

/* ===========================
   RIGHT SIDE
=========================== */

.header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-shrink:0;
}

.login-icon{
    width:46px;
    height:46px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#000;
    border-radius:50%;
    transition:.3s;
}

.login-icon:hover{
    background:#f3f3f3;
}

.login-icon i{
    font-size:28px;
}

/* Hide menu button on desktop */
.menu-toggle{
    display:none;
}
@media (max-width:768px){

.menu-toggle{
    display:block;
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
    z-index:1001;
}

.login-icon{
    margin-right: -70px;
}


.main-nav{
    position:absolute;
    top:75px;
    left:0;
    width:100%;
    background:#fff;
    display:none;
    flex-direction:column;
    align-items:center;
    gap:20px;
    padding:25px 0;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.main-nav.active{
    display:flex;
}

}


@font-face {
    font-family: "clash";
    src: url("fonts/clash.otf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-size: medium;
}

@font-face {
    font-family: "aurora";
    src: url("fonts/aurora.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "general";
    src: url("fonts/general.otf") format("truetype");
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: "neue";
    src: url("fonts/neue.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

html{
    scroll-behavior:smooth;
}
.products{
    background:#09090b;
    color:#fff;
    padding:80px 5%;
    height: 600px;
}

.products-heading span2{
    font-family:general;
    color:#f5a623;
    letter-spacing:5px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
}

.products-heading h2{
    font-family:clash;
    font-size:46px;
    line-height:1.15;
    margin:18px 0;
    max-width:800px;
}

.products h2 span{
    color:#f5a623;
}

.products-heading p{
    font-family:aurora;
    color:#b8bfd3;
    font-size:17px;
    line-height:1.8;
    max-width:550px;
    margin-bottom:20px;
}

.products-heading h4{
    font-family:aurora;
    color:#fff;
    font-size:16px;
    line-height:1.8;
    margin-bottom:30px;
}

.products-heading ul{
    font-family:general;
    margin-left:22px;
    line-height:2;
    color:#b8bfd3;
}

.hero-right{
    display:flex;
    justify-content:flex-end;
    
}

.image-box{
    width:100%;
    max-width:500px;
}

.image-box img{
    width:100%;
    height:auto;
    display:flex;
    align-items: flex-start;
    object-fit:contain;
    border-radius:16px;
    transform:translateY(-120%);
}

@media (max-width:768px){

   
.products{
    padding:40px 20px;
}

.products-heading{
    text-align:center;
}

.products-heading h2{
    font-size:34px;
}

.products-heading p{
    font-size:16px;
}

.products-heading h4{
    font-size:18px;
}

.products-heading ul{
    text-align:left;
    font-size:15px;
}

.hero-right{
    justify-content:center;
    margin-top:30px;
}

.image-box{
    max-width:260px;
}

}

@media (max-width:992px){

.products{
    padding:50px 5%;
    min-height: 1100px;
}

.products-heading h2{
    font-size:46px;
}

.products-heading p,
.products-heading h4{
    font-size:18px;
}

.hero-right{

    margin-top:400px;
}

.image-box{
    max-width:380px;
}

}
.meter-divider{
     margin-top: 1PX;
    background:#09090b;
    color:white;
    text-align:center;
    padding:10px 4.5%;
    padding-top: 10px;
}

.meter-divider h2{
    font-family: clash;
    font-size:46px;
    font-weight:700;
    margin:1mm 0 2mm;
    line-height: 1.6;
}

.meter-divider p{
    font-family: neue;
    color:#ffffff;
    font-size:18px;
    max-width:700px;
    margin: auto;
    line-height:1.2;
}


.meter-section{
    background:#09090b;
    padding:30px 8%;
}

.meter-item{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:30px;
}

.backbone{
    background:#fff;
    border-radius:40px;
    padding:20px;
}

.meter-image{
    width:100%;
    max-width:340px;
    margin:auto;
    border-radius:30px;
    overflow:hidden;
}

.meter-image img{
    width:100%;
    height:auto;
    display:block;
}

.meter-content h3{
    font-family:clash;
    font-size:30px;
    margin-bottom:10px;
    color:#000;
}

.meter-content h5{
    font-family:clash;
    font-size:17px;
    color:#f5a623;
    margin-bottom:15px;
}

.meter-content ul{
    font-family:general;
    margin-left:20px;
    line-height:2;
    color:#0b1220;
}

@media (max-width:992px){

.meter-item{
    grid-template-columns:1fr;
    gap:40px;
}

.meter-image{
    max-width:300px;
}

.backbone{
    text-align:center;
}

.meter-content ul{
    text-align:left;
}

}

@media (max-width:768px){

.meter-section{
    padding:25px 20px;
}

.meter-item{
    grid-template-columns:1fr;
    gap:25px;
}

.backbone{
    border-radius:25px;
    padding:20px;
}

.meter-image{
    max-width:220px;
}

.meter-content h3{
    font-size:24px;
}

.meter-content h5{
    font-size:16px;
}

.meter-content ul{
    font-size:15px;
    line-height:1.8;
}

}


.meter-sec{
    background:#09090b;
    padding:30px 8%;
}

.meter-on{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:30px;
}

.backstar{
    background:#fff;
    border-radius:40px;
    padding:20px;
}

.meter-img{
    width:100%;
    max-width:400px;
    margin:auto;
}

.meter-img img{
    width:100%;
    height:auto;
    display:block;
    border-radius:20px;
}

.meter-con h3{
    font-family:clash;
    font-size:30px;
    margin-bottom:10px;
    color:#000;
}

.meter-con h5{
    font-family:clash;
    font-size:17px;
    margin-bottom:15px;
    color:#f5a623;
}

.meter-con ul{
    font-family:general;
    margin-left:20px;
    line-height:2;
    color:#0b1220;
}

@media (max-width:768px){

.meter-sec{
    padding:25px 20px;
}

.meter-on{
    grid-template-columns:1fr;
    gap:25px;
}

.backstar{
    border-radius:25px;
    padding:20px;
}

.meter-img{
    max-width:220px;
}

.meter-con h3{
    font-size:24px;
}

.meter-con h5{
    font-size:16px;
}

.meter-con ul{
    font-size:15px;
    line-height:1.8;
}

}

@media (max-width:992px){

.meter-on{
    grid-template-columns:1fr;
    gap:40px;
}

.meter-img{
    max-width:300px;
}

.backstar{
    text-align:center;
}

.meter-con ul{
    text-align:left;
}

}

.emiway{
    background:#09090b;
    padding:30px 8%;
}

.meter-bantai{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:60px;
}

.raftaar{
    background:#fff;
    border-radius:40px;
    padding:20px;
}

.bantai-image{
    width:100%;
    max-width:450px;
    margin:auto;
}

.bantai-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:20px;
}

.meter-badsha h3{
    font-family:clash;
    font-size:30px;
    color:#000;
    margin-bottom:10px;
}

.meter-badsha h5{
    font-family:clash;
    font-size:17px;
    color:#f5a623;
    margin-bottom:15px;
}

.meter-badsha ul{
    font-family:general;
    margin-left:20px;
    line-height:2;
    color:#0b1220;
}

@media (max-width:768px){

.emiway{
    padding:25px 20px;
}

.meter-bantai{
    grid-template-columns:1fr;
    gap:25px;
    margin-bottom:40px;
}

.raftaar{
    border-radius:25px;
    padding:20px;
}

.bantai-image{
    max-width:220px;
}

.meter-badsha h3{
    font-size:24px;
}

.meter-badsha h5{
    font-size:16px;
}

.meter-badsha ul{
    font-size:15px;
    line-height:1.8;
}

}

.meter-se{
    background:#09090b;
    padding: 30px 8%;

}

.meter-o{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:60px;
    align-items:center;
    margin-bottom:30px;
}

.backsta{
    background:#fff;
    border-radius:40px;
    padding:20px;
   
}

.meter-imge{
    max-width:350px;
    width:100%;
    margin:auto;
}

.meter-imge img{
    width:100%;
    height:auto;
    display:block;
    padding:0;
}

.meter-co h3{
    margin-top:20px;
    font-family:clash;
    font-size:30px;
    margin-bottom:10px;
    color:#000;
}

.meter-co h5{
    font-family:clash;
    font-size:17px;
    color:#f5a623;
    margin-bottom:15px;
}

.meter-co ul{
    font-family:general;
    margin-left:20px;
    line-height:2;
    color:#0b1220;
}

@media (max-width:768px){

.meter-se{
    padding:25px 20px;
   
}

.meter-o{
    grid-template-columns:1fr;
    gap:25px;
}

.backsta{
    border-radius:25px;
    padding:20px;
}

.meter-imge{
    max-width:220px;
}

.meter-co h3{
    font-size:24px;
}

.meter-co h5{
    font-size:16px;
}

.meter-co ul{
    font-size:15px;
    line-height:1.8;
}

}

.partners{
    margin-top: 2px;
    width:100%;
    background:#09090b;
    padding:80px 5%;
    margin-bottom: 2px;
}

.overlay2{

position:absolute;

right:-150px;

top:-80px;

width:650px;

height:900px;

background:rgba(255,255,255,.18);

filter:blur(90px);

border-radius:50%;
}

.partners p{

    text-align:center;

    font-family:clash;

    color:#fff;

    font-size:clamp(2rem,4vw,2.75rem);

    margin-bottom:50px;

    letter-spacing:1px;

}
.logos{

    display:grid;

    grid-template-columns:repeat(6,minmax(100px,1fr));

    gap:35px;

    justify-items:center;

    align-items:center;

}
.logos img{

    width:100%;

    max-width:130px;

    height:auto;

    border-radius:20px;

    transition:.3s ease;

}

.logos img:hover{

    transform:scale(1.05);

}

/*==========================
        PARTNERS
==========================*/

@media(max-width:992px){

.logos{

grid-template-columns:repeat(4,1fr);

gap:30px;

}

}

@media(max-width:768px){

.partners{

padding:70px 6%;

}

.logos{

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.partners p{

font-size:32px;

}

}

@media(max-width:480px){

.partners{

padding:60px 20px;

}

.logos{

grid-template-columns:repeat(2,1fr);

gap:20px;

}

.logos img{

max-width:100px;

}

.partners p{

font-size:28px;

}

}


/*==============================
      AMC SECTION
==============================*/

.amc-section{
    max-height: 300px;
    width:100%;
    background:#f5a623;
    padding:90px 20px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.amc-container{
    width:100%;
    max-width:1000px;
    text-align:center;
    color:#fff;
}

.amc-tag{
    font-family: general;
    color: #09090b;
    display:block;
    font-size:16px;
    letter-spacing:2px;
    text-transform:uppercase;
    opacity:.9;
    margin-bottom:20px;
    font-weight:600;
}

.amc-container h2{
    color: #09090b;
    font-family: general;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.amc-container h2 i{
    margin-right:10px;
    font-size:34px;
    vertical-align:middle;

}

.amc-container p{
    color: #09090b;
    font-family: general;
    font-size:18px;
    line-height:1.2;
    opacity:.95;
    max-width:800px;
    margin:0 auto 40px;
}

.amc-btn{
   
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:200px;
    height:40px;
    border:2px solid #000;
    border-radius:12px;
    text-decoration:none;
    color:#000;
    font-size:18px;
    font-weight:600;
    transition:.35s;
    font-family: general;
}

.amc-btn:hover{
    background:#000;
    color:#fff;
}

/*==============================
      TABLET
==============================*/

@media(max-width:991px){

    .amc-section{
        padding:70px 25px;
    }

    .amc-container h2{
        font-size:42px;
    }

    .amc-container p{
        font-size:21px;
    }

    .amc-btn{
        width:300px;
        height:78px;
        font-size:28px;
    }

    
.amc-btn:hover{
    background:#000;
    color:#fff;
}


}


/*==============================
      MOBILE
==============================*/

@media(max-width:768px){

.amc-section{
    max-height: 300px;
    width:100%;
    background:#f5a623;
    padding:90px 20px;
    display:flex;
    justify-content:center;
    align-items:center;
}


    .amc-tag{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:12px;
        letter-spacing:2px;
    }

    .amc-container h2{
        display:flex;
        font-size:22px;
        line-height:1.3;
        align-items: center;
        justify-content: center;
    }

  .amc-container h2 i{
    margin-right:6px;
    font-size:26px;
    vertical-align:middle;
    transform: translateY(-13px);

}


    .amc-container p{
        font-family: general;
        font-size:16px;
        line-height:1.4;
        margin-bottom:30px;
    }

   
.amc-btn{
   
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:150px;
    height:40px;
    border:2px solid #000;
    border-radius:12px;
    text-decoration:none;
    color:#000;
    font-size:12px;
    font-weight:600;
    transition:.35s;
    font-family: general;
}




}

.footer{
    width:100%;
    background:#09090b;
    color:#fff;
    padding:80px 5% 40px;
    font-family:general;
}
.footer-p{
    margin-top: 2px;
    font-size: 12px;
}

.footer-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:80px;

    flex-wrap:wrap;

}

.footer-info{

    flex:1;

    min-width:280px;

    max-width:480px;

}

.footer-info h2{

    font-size:24px;

    margin-bottom:5px;

}

.footer-info p{
font-size: 16px;
    line-height:1.2;

    color:#b7c0d4;

}
.footer-links{

    display:flex;

    flex:1;

    justify-content:space-between;

    gap:20px;

    flex-wrap:wrap;

}

.footer-links div{

    min-width:150px;

}

.footer-links h3{

    font-size:18px;

    margin-bottom:12px;

}

.footer-links a{

    display:block;

    margin-bottom:14px;

    text-decoration:none;

    color:#b7c0d4;

    transition:.3s;

    font-size:15px;

}

.footer-links a:hover{

    color:#fff;

}
.footer hr{
    border:none;
    border-top:1px solid rgba(255,255,255,.12);
    margin:60px 0 35px;
}
.social-icons{

    display:flex;

    gap:15px;

    justify-content:flex-start;

    flex-wrap:wrap;

    margin-top:30px;

}

.social-icons a{

    width:48px;

    height:48px;

    border:1px solid rgba(255,255,255,.15);

    border-radius:12px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:20px;

    transition:.3s;

    text-decoration:none;

}

.social-icons a:hover{

    background:#fff;

    color:#000;

}
.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

    margin-top:30px;

}

.footer-bottom p{
font-size: 12px;
    color:#b7c0d4;

}
.footer-policy{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

/*=====================================
        FOOTER RESPONSIVE
======================================*/

@media(max-width:992px){

.footer-top{

flex-direction:column;

gap:60px;

}

.footer-links{

width:100%;

justify-content:space-between;

}

.footer-bottom{

justify-content:center;

text-align:center;

}

.footer-policy{

justify-content:center;

}

.social-icons{

justify-content:center;

}

}

@media(max-width:768px){

.footer{

padding:70px 6% 35px;

}

.footer-info{

text-align:center;

max-width:100%;

}

.footer-links{

flex-direction:column;

gap:35px;

text-align:center;

}

.footer-links div{

width:100%;

}

.social-icons{

justify-content:center;

}

.footer-bottom{

flex-direction:column;

}

}

@media(max-width:480px){

.footer{

padding:60px 20px 30px;

}

.footer-info h2{

font-size:28px;

}

.footer-info p{

font-size:15px;

}

.footer-links h3{

font-size:18px;

}

.footer-links a{

font-size:14px;

}

.footer-policy{

flex-direction:column;

gap:12px;

align-items:center;

}

.social-icons a{

width:44px;

height:44px;

}

}
.footer-bottom{
    background-color: #09090B;
    height: 50PX;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{

    font-family: general;
    color:#b7c0d4;
    font-size: 14px;
}


.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;

    width:50px;
    height:50px;

    background:#25D366;
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    font-size:25px;

    text-decoration:none;

    box-shadow:0 12px 30px rgba(37,211,102,.35);

    z-index:9999;

    transition:.3s ease;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    box-shadow:0 18px 40px rgba(37,211,102,.45);
}

.whatsapp-float i{
    line-height:1;
}

@media(max-width:768px){

.whatsapp-float{
    width: 45px;
    height:45px;

    right:18px;
    bottom:18px;

    font-size:30px;
}

}

@keyframes whatsappPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.5);
    }
    70%{
        box-shadow:0 0 0 16px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

.whatsapp-float{
    animation:whatsappPulse 2s infinite;
}
