body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #fc0909;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*header section*/
.hero_area {
  height: 70vh;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-color: #1d2943;
}

.hero_area .top_nav {
  background-color: #031652;
  padding: 10px 0;
}

.hero_area .top_nav .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_area .top_nav .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
  padding: 0 25px;
  border-right: 1px solid #ffffff;
}

.hero_area .top_nav .contact_link-container a img {
  width: 16px;
  margin-right: 3px;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3%;
}

.custom_nav-container.navbar-expand-lg {
  z-index: 99999;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #2c2b2b;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  background-color: #031652;
  color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .form-inline input {
  background-color: #031652;
  border: none;
  outline: none;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  color: #f9f9f8;
}

.custom_nav-container.navbar-expand-lg .form-inline input::-webkit-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input:-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline button {
  margin-left: -50px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 237px;
}

.navbar-brand span {
  font-weight: bold;
  color: #2c2b2b;
  font-size: 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 115px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
         
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
  
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 4rem;
  color: #031652;
  line-height: 60px;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #fc0909;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #031652;
  color: #f5eded;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #031652;
  color: #031652;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #fc0909;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #031652;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.about_section .heading_container h2 span {
  color: #031652;
}

.about_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_section .img_container {
  margin-right: -45px;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .img_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.about_section .img_container .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .img_container .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 25px;
}

.service_section {
  background-color: #031652;
  margin-bottom: 90px;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: 1%;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.service_section .service_container .box .img-box img {
  width: 100%;
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .service_container .box .detail-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.service_section .service_container .box.b1 {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.service_section .service_container .box.b2 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.service_section .service_container .box.b3 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}

.product_section .product_container .box {
  width: 265px;
  margin: 10px;
}

.product_section .product_container .box img {
  width: 100%;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.client_section {
  background-image: url(../images/client-bg.jpg);
  color: #ffffff;
  text-align: center;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 20px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #ffffff;
  background-position: center;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #fc0909;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  left: 0;
}

.client_section .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.client_section .carousel-control-next {
  left: initial;
  background-image: url(../images/next.png);
  right: 0;
}

.client_section .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}

.metal_section {
  background-image: url(../images/metalmachine3.png);
  background-size: cover;
}
.detail-box h2 {
  color: #141756;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3rem;
} 

.metal_section .detail-box {
  padding: 75px 0;
}

.metal_section .detail-box h2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.metal_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 30px;
}

.metal_section .detail-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

/* contact section */
.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 45px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #f73131;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #f73131;
  color: #f73131;
}

.contact_section .img-box img {
  width: 100%;
}

/* end contact section */
.info_section {
  background-color: #010b2c;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin: 25px 0;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info_logo .navbar-brand img {
  width: 237px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f73131;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 7px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #010b2c;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Adjust if needed */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* end footer section*/
/*# sourceMappingURL=style.css.map */

/* Sidebar Styles */
.sidebar {
  border: 1px solid #ddd; /* A subtle border if needed, adjust or remove */
  margin-right: 20px; /* Space between sidebar and main content */
  /* This margin helps create the visual separation like in your image.
     You might need to adjust this based on your overall layout. */
    
}

.sidebar-heading {
  background-color: #22236b; /* Red background as per your image */
  color: #fff;
  padding: 15px;
  margin-bottom: 0; /* Remove default margin */
}

.sidebar-heading h3 {
  margin: 0; /* Remove default margin for h3 */
  font-size: 20px;
  font-weight: 600;
}

.product-list {
  list-style: none; /* Remove bullet points */
  padding: 0;
  margin: 0;
  border: 1px solid #ddd; /* A light border for the list container */
  border-top: none; /* No top border to connect with the heading */
}

.product-list li {
  border-bottom: 1px solid #eee; /* Light line between items */
}

.product-list li:last-child {
  border-bottom: none; /* No border for the last item */
}

.product-list li a {
  display: block; /* Make the whole area clickable */
  padding: 12px 15px;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.product-list li a:hover {
  background-color: #1e1354; /* Light background on hover */
  color: #f7f7f8; /* Red text on hover */
}

/* Adjustments for the main content area to align with sidebar */
.auger_info_section .heading_container {
  margin-bottom: 30px; /* Add some space below the main heading */
  text-align: left; /* Align heading to the left if needed */
}

/* Ensure the image container has proper spacing */
.auger_info_section .row.mt-4 {
  margin-top: 30px !important;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .sidebar {
    margin-right: 0;
    margin-bottom: 30px; /* Add space below sidebar on small screens */
  }
}

.layout_padding {
  padding-top: 80px; /* Adjust as needed */
  padding-bottom: 90px; /* Adjust as needed */
}

/* Add this to your css/style.css for new sections if not already present */
.product_detail_section {
  padding-top: 50px; /* Adjust padding as needed */
  padding-bottom: 50px; /* Adjust padding as needed */
  background-color: #fff; /* Or a light background color */
}

.product_detail_section .detail-box {
  padding-right: 30px; /* Add some space between text and image */
}

.product_detail_section .img-box {
  display: flex;
  justify-content: center; /* Center image horizontally */
  align-items: center; /* Center image vertically */
  height: 100%; /* Ensure image box takes full height */
}

.product_detail_section .img-box img {
    max-width: 100%;
    height: auto;
    display: block; /* Remove extra space below image */
}

.product_detail_section h2 {
  color: #333; /* Darker color for headings */
  margin-bottom: 20px;
  font-size: 28px; /* Adjust font size */
}

.product_detail_section p {
  color: #666666;
  line-height: 1.8;
}

/* Adjust for responsive behavior if needed */
@media (max-width: 767.98px) {
  .product_detail_section .detail-box,
  .product_detail_section .img-box {
    padding-right: 15px; /* Adjust padding for small screens */
    padding-left: 15px;
  }
  .product_detail_section .img-box {
    margin-top: 20px; /* Space between text and image on small screens */
    margin-bottom: 20px;
  }
  /* Reset order for small screens if needed, though Bootstrap's order classes handle this */
  .product_detail_section .col-md-6.order-md-2,
  .product_detail_section .col-md-6.order-md-1 {
    order: unset; /* Revert to default order on small screens */
  }
}

/* In your css/style.css file */

/* Styles for the container of the buttons */
.product_detail_section .detail-box .d-flex {
    margin-top: 25px; /* Adjust top margin as needed */
    gap: 15px; /* Space between buttons (modern approach, replaces mr-3) */
    flex-wrap: wrap; /* Allows buttons to wrap on smaller screens */
}

/* Common button styles if you want a consistent look across both */
.product_detail_section .detail-box .btn {
    padding: 10px 25px; /* Larger padding for better touch target */
    font-size: 16px; /* Slightly larger font size */
    border-radius: 5px; /* Slightly rounded corners */
    text-transform: uppercase; /* Make text uppercase */
    font-weight: 600; /* Bolder text */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    min-width: 140px; /* Ensure a minimum width for consistent appearance */
    text-align: center;
}

/* Specific styles for the primary button */
.product_detail_section .detail-box .btn-primary {
    background-color: rgb(25, 19, 70); /* Your primary brand color */
    border-color: #221869; /* Matching border color */
    color: #fff;
}

.product_detail_section .detail-box .btn-primary:hover,
.product_detail_section .detail-box .btn-primary:focus {
    background-color: #e8532e; /* Darker shade on hover/focus */
    border-color: #de4620;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2); /* Subtle shadow on hover */
}

/* Specific styles for the outline button */
.product_detail_section .detail-box .btn-outline-primary {
    color: #211879; /* Primary brand color for text */
    border-color: #102494; /* Primary brand color for border */
    background-color: transparent;
}

.product_detail_section .detail-box .btn-outline-primary:hover,
.product_detail_section .detail-box .btn-outline-primary:focus {
    background-color: #d82e28; /* Fill with primary color on hover/focus */
    color: #fff; /* White text on hover */
    border-color: #e65111;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2); /* Subtle shadow on hover */
}

/* Responsive adjustments if needed for very small screens */
@media (max-width: 575.98px) {
    .product_detail_section .detail-box .d-flex {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px; /* Adjust gap when stacked */
    }
    .product_detail_section .detail-box .btn {
        width: 100%; /* Full width when stacked */
        min-width: unset; /* Remove min-width when full width */
    }
}

.export_section {
  background-color: #06042a; /* Dark blue background from your footer */
  color: #ffffff; /* White text for contrast */
  padding: 60px 0; /* Padding top and bottom */
  font-family: 'Open Sans', sans-serif; /* Consistent font */
}

.export_section .section-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left; /* Align heading to left */
  color: #ffffff;
}

.export_section .export-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.export_section .export-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.export_section .export-list li i {
  color: #ff9900; /* A contrasting color for the caret, or match your brand */
}

/* Styling for the ISO, Made in India, and LinkedIn icons */
.export_section .iso-logo {
  max-width: 120px; /* Adjust as needed */
  height: auto;
  filter: brightness(0) invert(1); /* To make white on dark background if original is black */
}

.export_section .made-in-india-logo {
  max-width: 100px; /* Adjust as needed */
  height: auto;
  filter: brightness(0) invert(1); /* To make white on dark background if original is black */
}

.export_section .linkedin-follow {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}

.export_section .linkedin-follow img {
  width: 24px; /* Size of the LinkedIn icon */
  height: 24px;
  margin-right: 8px;
  filter: brightness(0) invert(1); /* To make white on dark background if original is black */
}

.export_section .linkedin-follow:hover {
  color: #ff9900; /* Hover color for LinkedIn link */
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .export_section .section-heading {
    font-size: 22px;
    text-align: center; /* Center heading on smaller screens */
  }

  .export_section .export-list {
    text-align: center; /* Center list items on smaller screens */
  }

  .export_section .export-list ul {
    display: inline-block; /* Helps in centering lists if needed */
  }

  .export_section .col-md-auto {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .export_section .iso-logo,
  .export_section .made-in-india-logo,
  .export_section .linkedin-follow {
    margin-bottom: 15px; /* Add space between elements */
    margin-right: 0 !important; /* Override default mr-3 */
  }
}

.custom-margin-right {
  margin-right: 40px; /* Adjust this value as needed */
}

/* Ensure this override works, especially on small screens */
@media (max-width: 767px) {
  .export_section .iso-logo.custom-margin-right {
    margin-right: 0 !important; /* Remove custom margin on small screens if stacking */
  }
}

