body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #333; font-size: 14px;
  }

  html, body{ overflow-x: hidden;}

  h2, h3, h4, h5, h6, 
  .h2, .h3,.h4, .h5, .h6{ font-weight: 700; color: #000; font-family: 'Poppins', sans-serif; } 

  h2{ font-size: 36px;}

  body {
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;          /* Standard syntax */
  }

  .font-18{ font-size: 18px;}

   #scrollTopBtn{ background: #d70006; color: #fff;}
  
  header {
    background-color: #000000;
    color: white;
    padding: 20px 0;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

header {
            background-color: #fff !important;
        }

nav {
  display: flex;
  order: 3;
}

nav ul {
  list-style: none;
  display: flex;

  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

nav ul li a {
  color: #000; padding: 10px 24px; text-transform: uppercase;
  text-decoration: none;
  font-weight: 600; display: inline-block; position: relative; border-bottom: 5px solid transparent;
}
nav ul li a.active, nav ul li a:hover{    color: #ea1b25; border-bottom: 5px solid #ea1b25;} 


nav.active {
  display: block;
}

nav ul.mobile-hidden {
  display: none;
  flex-direction: column;
  width: 100%;
}

nav ul.mobile-visible {
  display: flex;
}

  nav ul li {
	margin-left: 5px;
}

  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 50px;
    margin-right: 10px;
  }
  section {
    padding: 60px 0;
  }
  .banner { position: relative;
  
    background: #0f1b24 url(../images/mg-trading.jpg) no-repeat center center; background-size: cover;
   
    color: #fff;
    padding: 50px 0px; min-height: 600px; 
  }

 .banner:before{ content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #000; mix-blend-mode: multiply; opacity: 0.6;}

  .banner h2 {
    font-size: 50px;
    margin-bottom: 10px; 
  }
  .banner p {
    font-size: 18px;
  }
  .banner a {
    display: inline-block;
    margin-top: 20px;
    background: #ea1b25; font-size: 14px; text-transform: uppercase;
    color: #fff;
    padding: 12px 30px 12px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none; 
  }
.banner a:hover{ background: #fff; color: #ea1b25; }

  .section-title {
    color: #000000;
   
    font-size: 36px;
    position: relative;
  }
 
  .services-boxes .col{ display: flex;}
 
  .service-card {
    background: none; width: 100%; 
    border-radius: 0px;
    padding: 0px;
    
    transition: transform 0.3s ease; text-align: center;
  }

 .service-card i{ width: 75px; height: 75px; display: inline-flex; align-items: center; justify-content: center; color: #fff !important; background: #ea1b25; border-radius: 0px;  margin-bottom: 25px !important; } 
  .service-card h3{ font-size: 20px !important;  font-weight: 600 !important;}
  .service-card i img{ filter: brightness(0) invert(1); max-height: 44px; max-width: 44px;}
  
  .service-card i {
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
  }
  .about-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }
 
  .service-card:hover i{ background: #e43636;}

  .vision-mission {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .cta {
    
    padding: 60px 0px;
  } 

 .cta a{ color: #4f2384;}

  form input,
        form textarea {
            width: 100%;
            padding: 12px;
            margin: 10px 0; background: #fff !important;  color: #000;
            border: none !important;
            border-radius: 0px; box-shadow: none !important;
            font-family: 'Poppins', sans-serif; border: #000 1px solid !important;
            box-sizing: border-box; outline: none !important;
        }

        form button {
            background-color: #000000;
            color: white;
            padding: 12px 25px 16px;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
        }

        form input::placeholder, form textarea::placeholder{color:#000;opacity:1;}
 
  .contact-wrapper i {
    color: #fff;
    margin-right: 0px; width: 70px; height: 70px; background: #ea1b25; display: inline-flex; align-items: center; justify-content: center; border-radius: 0px;
  }
  .contact-info li:hover i{ background: #e43636;}


  .footer {
    background-color: #fff;
   color: #333; 
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
  }

  /* Scroll to top button */
  #scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-size: 20px;
    background-color: #ea1b25;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 0px;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

    #scrollTopBtn:hover{ background: #e43636;}

  #scrollProgress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #d3d3d3; /* light grey */
    z-index: 999;
    transition: width 0.25s ease-out;
  }

 
  .contact-info a {
  color: #000000;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

  /* FAQ Section */
.faq-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}
.faq-section h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
.accordion {
  max-width: 800px;  
  margin: 0 auto;
}
.accordion-item {
  background: white;
  border-radius: 0px !important; border: none !important;
  margin-bottom: 10px; border: none !important;
 
  overflow: hidden;
}
.accordion-header {
  background: #ea1b25; border-radius: 0px !important; border: none !important;
  color: #fff;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header i {
  transition: transform 0.3s ease; width: 30px; height: 30px; background: #fff; border-radius: 100%; display: inline-flex; align-items: center; justify-content: center; color: #ea1b25;
}
.accordion-header.active{  border: none;}

.accordion-header.active i {
  transform: rotate(180deg);
}
.accordion-body {
  display: none;
  padding:0px 20px 20px;
  background: #fdfdfd;
  
}

.bg-d-gry{ background: #0f1b24;}

.faq {
  max-width: 800px;
  margin: 0 auto 20px;
}
.faq h4 {
  color: #000000;
  margin-bottom: 10px;
}
.faq p {
  margin: 0 0 20px;
}

/* Testimonials */
.testimonial-section {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.testimonial-section h2 {
  color: #000000;
  margin-bottom: 40px;
}
.testimonial-carousel {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
}
.testimonial {
 position: relative;
  background: #fff; 
  padding:80px 25px 45px;
  border-radius: 0px;
  scroll-snap-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.testimonial:before{ content: ""; position: absolute; left: 25px; top: 0px; width: 70px; border-radius: 0px;  height: 70px; background: #ea1b25 url(../images/test-icon.png) no-repeat center center; background-size: 30px;}


.testimonial p {
  font-style: italic;
}
.testimonial .author {
  margin-top: 15px;
  font-weight: bold;
  color: #000000;
}
header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
  }
  header.scrolled {
    padding: 10px 0 !important;
    background-color: #075a60;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); position: fixed; left: 0px; right: 0px; top: 0px;
  }
 

.logo{ color: #000;  font-size: 24px; font-weight: 600; line-height: 28px; } 
.logo span{ color: #000; display: inline-block;} 

.services, .bg-gray-2{ background: #EFEFEF;} 

.service-card i {
            color: #4f2384;
        }


        


         form button {
            background-color: #ea1b25;  color: #fff; border-radius: 0px; font-weight: 600; text-transform: uppercase;
        }

        form button:hover {
            background-color: #e43636; color: #fff;
        }

.contact-info a{ color: #000; text-decoration: none; word-break: break-all; display: inline-block;} 

.contact-info ul{ display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap;}
.contact-info li{ display: flex; align-items: center; flex-direction: column; width: 50%; margin-bottom: 25px;} 
.contact-info li span{ padding-bottom: 10px;}
.contact-info li span i{  color: #fff;  font-size: 26px;} 
.contact-info li p{ margin: 0px;}  
.contact-info li p strong{ color: #000; font-weight: 600;  font-size: 16px;}


.b-thmnl{ margin: -70px -150px 0px 0px;}
.b-thmnl:before{ content: ""; position: absolute; left: -50px; bottom: 0px; width: 280px; height: 280px; border-radius: 100%; background: url(../images/pic-3.jpg) no-repeat center center; background-size: cover; box-shadow: 0px 10px 0px #d70006;}

.wwd-bx{ background: #d70006; border-radius: 0px; min-height: 300px; max-width: 950px; padding: 20px 40px; margin-top: -60px !important;} 

.wwd-bx i { display: inline-flex; align-items: center; justify-content: center; width: 150px; height: 150px; background: #fff; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);}  
.wwd-bx i img{ max-height: 60px;}

.l-r-bdr:before{ content: ""; position: absolute; left: -12px; top: 0px; bottom: 0px; width: 1px; background: #fff;}
.l-r-bdr:after{ content: ""; position: absolute; right: -12px; top: 0px; bottom: 0px; width: 1px; background: #fff;} 


.title-1{ position: relative; padding-bottom: 15px;} 
.title-1:before{ content: ""; position: absolute; background: #ea1b25; left: 50%; height: 5px; width: 50px; margin-left: -25px; bottom: 0px; border-radius: 0px;} 

.clippath{ border-radius: 0px;}


@media (max-width: 768px) {
  .banner h2 {
    font-size: 2rem;
}

.menu-toggle {
    display: block;
    margin-left: auto; color: #000;
}

nav {
    width: 100%;
    order: 4;
}

nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
}

nav ul.active {
    display: flex;
}

.header-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
} 

.b-thmnl{ margin:30px 0px;} 
.b-thmnl::before{ width: 150px; height: 150px; left: 0px;} 
.l-r-bdr::before, .l-r-bdr::after{ display: none;} 

.service-card h3{ font-size: 18px !important;} 

.section-title, h2, .h2{ font-size: 30px;} 

.logo{ max-width: 300px;}

}