#mw-top-message{
font-family: 'Poppins', sans-serif;
background-color:#000 !important;
}
.mini-cart-wrapper,.mobile-header-profile-link,.mobile-header-search{
  display:none !important;
}
.mobile-header{
  margin-top:-25px !important;
}
.top-header-title{
margin-left:480px !important;
font-size:18px !important;
color:#fff !important;
font-family: 'Poppins', sans-serif;
font-weight:500 !important;
}
@media (max-width: 768px) {
.top-header-title{
margin-left:10px !important;
font-size:14px !important;
color::#00008B !important;
font-family: 'Poppins', sans-serif;
}
 #mw-element-1741000603715{
   margin-top:-60px !important;
  }
}
/*wHY CHOSSE US*/
.box-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.content-box {
background: #fff;
border: 1px solid #ddd;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
width: calc(50% - 20px); 
padding: 20px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-box:hover {
transform: translateY(-10px);
box-shadow: 0 18px 15px rgba(0, 0, 0, 0.2);
}
.box-icon img {
width: 50px;
height: 50px;
margin-bottom: 10px;
}
.box-title {
font-size: 1.5rem;
color: #333;
margin-bottom: 10px;
 font-family: 'Poppins', sans-serif;
}
.box-quote {
font-size: 1rem;
font-style: italic;
color: #01257D);
margin-bottom: 10px;
line-height: 1.4;
}
.box-description {
font-size: 1rem;
color: #666;
line-height: 1.;6
 font-family: 'Poppins', sans-serif;
}
@media (max-width: 768px) {
.content-box {
width: 100%; 
}
}
/*wHY CHOSSE US end*/
/*bRAND SLIDER*/
.brand-contanier {
          background-color:#eaf5f1;
          }
          .brands-title {
          font-size:30px;
          text-align:center;
          }
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7)); } 
}

.brand-slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide-track {
    display: flex;
    width: calc(250px * 14);
    animation: scroll 40s linear infinite; 
}
.brand-slider img {
border-raidus:10px;
}

.slide {
    height: 80px;
    width: 220px;
}


/*Contact page section*/
.container-contact {
            display: flex;
            width: 100%;
            background: white;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            overflow: hidden;
        }
        .form-section, .company-details {
            width: 50%;
            padding: 20px;
        }
        .form-section {
            background: #fff;
        }
        .company-details {
            color: #000;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        h2 {
            margin-bottom: 15px;
            text-align: center;
        }
        .input-group {
            margin-bottom: 15px;
        }
        .input-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .input-group input, .input-group textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .input-group textarea {
            height: 80px;
            resize: none;
        }
        .btn-m{
            display: block;
            width: 100%;
            padding: 10px;
            background: #2568ab;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .company-details p {
            margin: 10px 0;
            text-align: center;
        }
        @media (max-width: 768px) {
            .container-contact {
                flex-direction: column;
                width: 90%;
            }
            .form-section, .company-details {
                width: 100%;
            }
        }
/*Contact page section END*/
/*Metaasaur Growth Insider*/
.content-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.section-title {
text-align: center;
margin-bottom: 20px;
}
.card-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.article-card {
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);     
}
.article-image img {
width: 100%;
height: auto;
}
.card-body {
padding: 15px;
}
.article-title {
font-size: 20px;
margin: 10px 0;
color: #3c3950;
font-weight:600 !important;
text-transform :uppercase !important;
 font-family: 'Poppins', sans-serif;
}
.article-description {
font-size: 17px;
color: #666;
line-height: 1.6;
 font-family: 'Poppins', sans-serif;
}
@media (max-width: 768px) {
.card-grid {
grid-template-columns: 1fr;
gap: 15px;
}
}
/*Metaasaur Growth Insider END*/