body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #304364; font-size: 16px;
  }

  html, body{ overflow-x: hidden;}

  h2, h3, h4, h5, h6, 
  .h2, .h3,.h4, .h5, .h6{ font-weight: 600; color: #00112e; 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; background: #e5e7ea; border-radius: 50px; padding: 10px 10px;

  margin: 0;

  flex-wrap: wrap;
}

nav ul li a {
  color: #00112e; padding: 8px 20px; text-transform: uppercase; font-size: 14px;
  text-decoration: none;
  font-weight: 600; display: inline-block; position: relative;
}
nav ul li a.active, nav ul li a:hover{ background: #00358d; border-radius: 50px; color: #fff; } 


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 0px; min-height: 850px;  border-radius: 100px;
  }

.banner .content{ background: #00358d; padding:35px 50px; border-radius: 100px 100px 0px 0px;}

  .banner h2 {
    font-size: 50px;
    margin-bottom: 10px; 
  }
  .banner p {
    font-size: 18px;
  }
  .banner a {
    display: inline-block;
    margin-top: 20px;
    background: #fff; font-size: 14px; text-transform: uppercase;
    color: #00358d;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none; 
  }
.banner a:hover{ background: #fff; color: #000; }

  .section-title {
    color: #000000;
   
    font-size: 36px;
    position: relative;
  }
 
  .services-boxes .col{ display: flex;}
 
  .service-card {
    background: none; width: 100%; border-radius: 50px;  background: #fff; padding: 50px 20px;
   
   
    
    transition: transform 0.3s ease; text-align: center;
  }

 .service-card i{ width: 90px; height: 90px;  display: inline-flex; align-items: center; justify-content: center; color: #fff !important; background: #00358d;  margin-bottom: 25px !important; border-radius: 100px; } 
  .service-card h3{ font-size: 20px !important;   font-weight: 600 !important;}

  
  .service-card i {
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
  }
  .about-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }
 


  .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: #00358d;}

  form input,
        form textarea {
            width: 100%;
            padding: 12px;
            margin: 10px 0; background: none !important; padding-left: 0px !important; padding-right: 0px !important; color: #fff;
            border: none !important;
            border-radius: 0px; box-shadow: none !important;
            font-family: 'Poppins', sans-serif; border-bottom: #fff 1px solid !important;
            box-sizing: border-box; outline: none !important;
        }

        form button {
            background-color: #00358d;
            color: #fff;
            padding: 12px 25px 12px;
            border: none;
            border-radius: 50px;
            font-weight: bold;
            cursor: pointer;
        }

        form input::placeholder, form textarea::placeholder{color:#fff;opacity:1;}
 
  .contact-wrapper i {
    color: #00358d;
    margin-right: 0px; width: 60px; height: 60px; background: #fff; display: inline-flex; align-items: center; justify-content: center; border-radius: 50px ; 
  }
  .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: #00358d;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  #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: none;
  border-radius: 0px !important; border: none !important;
  margin-bottom: 10px; border: none !important;
 
  overflow: hidden; border-bottom: #fff 3px solid !important;
}
.accordion-header {
  background: none; border-radius: 0px !important; border: none !important;
  color: #fff;
  cursor: pointer;
  padding: 15px 0px; font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between; text-transform: uppercase;
  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: #00358d;
}
.accordion-header.active{  border: none;}

.accordion-header.active i {
  transform: rotate(180deg);
}
.accordion-body {
  display: none;
  padding:0px 0px 20px; color: #fff;

  
}

.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: 50px;
  scroll-snap-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.testimonial:before{ content: ""; position: absolute; left: 25px; top: 0px; width: 70px;  height: 60px; background: #00358d url(../images/test-icon.png) no-repeat center center; background-size: 30px; border-radius: 0px 0px 50px 50px;}


.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: #00112e;  font-size: 24px; font-weight: 600; line-height: 28px; } 
.logo span{ color: #000; display: inline-block;} 

.services, .bg-gray-2{ background: #00358d; border-radius: 100px;} 

.service-card i {
            color: #4f2384;
        }


        


         form button {
            background-color: #fff;  color: #00358d; border-radius: 50px; font-weight: 600; text-transform: uppercase;
        }

        form button:hover {
            background-color: #fff; color: #000;
        }

.contact-info a{ color: #fff; text-decoration: none;} 

.contact-info ul{ display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap;}
.contact-info li{ display: flex; align-items: center; color: #fff; width: 33.333%; margin-bottom: 30px;} 
.contact-info li span{ padding-bottom: 10px;}
.contact-info li span i{  color: #00358d;  font-size: 26px;} 
.contact-info li p{ margin: 0px; padding-left: 20px; text-align: left !important;}  
.contact-info li p strong{ color: #fff; 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;} 


.rounded-50{ border-radius: 50px;}


.clippath{clip-path: polygon(100% 0, 100% 100%, 50% 92%, 0 100%, 0 0);} 

.m-v-bx{ background: #00358d; padding: 50px; border-radius: 50px;} 

.ul-1 li{ margin-bottom: 10px; padding-left: 36px; position: relative;} 
.ul-1 li:before{ content: "\f058"; color: #fff; position: absolute; left: 0px; top: 0px; font-size: 25px; font-family:var(--fa-style-family,"Font Awesome 6 Free");} 
.m-v-bx i{ display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; background: #fff; border-radius: 100%; margin-bottom: 15px;} 
.m-v-bx i img{max-height: 40px;} 

.n-detail{ border-left: #00358d 4px solid; padding-left: 30px; margin-left: 20px;}


@media (min-width:769px) and (max-width:991px) { 
.contact-info li{ width: 50%;}

}


@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;} 

.contact-info li{ width: 100%;} 

.banner .content{ border-radius: 50px; padding: 25px;} 
.banner{ min-height: 600px;} .m-v-bx{ padding: 25px; margin-bottom: 20px;} 
.accordion-header{ font-size: 16px;}

}