  body {
      margin: 0;
      padding: 0;
        /* font-family: 'Open Sans', sans-serif; */
    }

    /* Top Header */
    .top-header {
      background-color: #083c6c;
      color: white;
      padding: 10px 0;
      overflow: hidden;
    }

    .top-header .logo img {
      max-height: 50px;
    }

    .contact-info i {
      margin-right: 5px;
    }

    .hero-section {
      background: url('images/landing-page-banner.avif') no-repeat center center/cover;
      /*min-height: 100vh;*/
      position: relative;
      display: flex;
      align-items: center;
      color: white;
    }

    .hero-overlay {
      /* background-color: rgba(0, 51, 102, 0.8);  */
      width: 100%;
      height: 100%;
      padding: 40px 0;
    }

    .hero-text h1 {
    font-size: 40px;
    /* position: relative; */
    color: #fff;
    font-size: 41px;
    line-height: 41px;
    letter-spacing: 4px;
    padding-left: 10px;
    padding: 10px 0;
    /* font-family: 'OpenSans-Bold'; */
    /* font-family: 'OpenSans-Bold'; */
    /* text-align: justify; */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

    .enquiry-form {
      background-color: #083c6c;
      padding: 30px 30px 30px 30px;
      border-radius: 1px;
    }

    .form-control,
    .btn {
      border-radius: 4px;
      padding: .600rem .75rem;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #007bff;
    }

    .btn-quote {
      background-color: black;
      color: white;
      width: 100%;
      padding: 10px;
      border: none;
    }

    .btn-quote:hover {
      background-color: #222;
    }

    .captcha-img {
      max-height: 40px;
    }

    .download-btn {
      position: fixed;
      bottom: 0;
      right: 0;
      background-color: black;
      color: white;
      padding: 10px 20px;
      border-radius: 0;
      z-index: 999;
    }

    .form-label {
      color: white;
    }
    .hero-text p {
    position: relative;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    padding-left: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 0;
    /* text-align: justify; */
    /* font-family: 'OpenSans-Semibold'; */
}

   /* our prodcut */
    .container-product {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .our-products {
            padding: 60px 0;
            background: #f3f3f3;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: #2c5282;
            font-weight: 700;
            position: relative;
            display: inline-block;
        }

        .section-title h2::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: #2c5282;
        }

        .section-title h2 .light {
            color: #718096;
            font-weight: 400;
        }

        .product-nav {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .nav-item {
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            font-size: 1.1rem;
            color: #4a5568;
            transition: color 0.3s ease;
            padding: 10px 15px;
            border-radius: 5px;
        }
/* 
        .nav-item:hover {
            color: #2c5282;
            background: #f7fafc;
        } */

        .nav-item.active {
            /* color: #2c5282; */
            font-weight: 600;
        }

        /* .nav-item::before {
            content: '▶';
            font-size: 0.8rem;
            color: #2c5282;
        } */


        /* our product */
        .product-content {
            display: flex;
            gap: 40px;
            align-items: stretch;
        }

        .product-image {

            position: relative;
        }

        .product-image-container {
            background: white;
            border: 2px solid #2c5282;
            border-radius: 0px;
            padding: 30px;
            text-align: center;
            max-width: 300px;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 35px;
            position: relative;
        }

        .product-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
			padding-bottom: 80px;
        }

        .product-label {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #2c5282;
            color: white;
            padding: 20px 15px;
            text-align: center;
            font-size: 1.1rem;
            font-weight: 600;
            /* border-radius: 0 0 6px 6px; */
        }

        .product-details {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .detail-item {
            margin-bottom: 10px;
            border-bottom: 1px solid #e2e8f0;
            /* padding-bottom: 15px; */
        }

        .detail-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .detail-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding: 15px 0;
            /* background: #f8f9fa; */
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 5px;
            margin-bottom: 10px;
            transition: background 0.3s ease;
        }

        .detail-header:hover {
            
        }

        .detail-header h3 {
            color: #0e4373 !important;;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .detail-toggle {
            color: #2c5282;
            font-size: 1.5rem;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .detail-item.active .detail-toggle {
            transform: rotate(45deg);
        }

        .detail-content {
            display: none;
            padding: 15px 20px;
            background: white;
            border-radius: 5px;
            /* border: 1px solid #e2e8f0; */
        }

        .detail-item.active .detail-content {
            display: block;
        }

        .quote-btn {
            background: transparent;
            border: 2px solid #2c5282;
            color: #2c5282;
            padding: 12px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 25px;


    
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            align-self: flex-start;
        }
        @media (max-width:768px){
            .quote-btn {

            }
        }

        .quote-btn:hover {
            background: #2c5282;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(44, 82, 130, 0.3);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
			.hero-text p{
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding-left: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 0;
    }
	.hero-text h1 {
      	font-size: 40px;
    			color: #fff;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 4px;
    padding-left: 10px;
    padding: 10px 0;
       font-weight:bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    }
			
			
            .section-title h2 {
                font-size: 2rem;
            }

            .product-nav {
                gap: 20px;
                justify-content: center;
            }

            .nav-item {
                font-size: 0.9rem;
                padding: 8px 10px;
            }

            .product-content {
                flex-direction: column;
                gap: 30px;
            }

            .product-image-container {
                height: 300px;
                padding: 20px;
            }

            .detail-header {
                padding: 12px 15px;
            }

            .detail-header h3 {
                font-size: 1.1rem;
            }

            .detail-content {
                padding: 12px 15px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }

            .our-products {
                padding: 40px 0;
            }

            .section-title h2 {
                font-size: 1.8rem;
            }

            .product-nav {
                flex-direction: column;
                gap: 10px;
                align-items: center;
            }

            .nav-item {
                font-size: 0.9rem;
                padding: 8px 12px;
                width: 100%;
                max-width: 250px;
                /* justify-content: center; */
            }

            .product-image-container {
                height: 250px;
                padding: 15px;
            }

            .quote-btn {
                padding: 10px 25px;
                font-size: 1rem;
                /*width: 100%;*/
                text-align: center;
            }
        }
        .right-arrow-img{
            height: 15px;
            }

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f3f3f3;
  padding: 60px 20px;
}

.left {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left h2 {
  font-size: 32px;
  color: #0b3b66;
  margin-bottom: 30px;
  text-align: center;
}

.left h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #0b3b66;
  margin: 0 auto 10px;
  border-radius: 5px;
}

.slider-wrapper {
  width: 100%;
  max-width: 800px;
}

.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
  flex: 0 0 100%;
  padding: 10px 0;
}
.slide img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  background: white;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


.dots {
  text-align: center;
  margin-top: 20px;
}

.dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #b4c2d2;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.dots .active {
  background-color: #0b3b66;
}

.right {
  flex: 1 1 30%;
  background: #003b73;
  color: white;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon {
  width: 50px;
  height: 50px;
  background: white;
  color: #003b73;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .slide {
    grid-template-columns: repeat(2, 1fr);
  }

  .right {
    width: 100%;
    margin-top: 40px;
  }
}

/* a */
   .container {
      max-width: 1300px;
      margin: auto;
      /* padding: 60px 20px; */
    }

    .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
    }

    .text-section {
      flex: 1;
      min-width: 300px;
    }

    .text-section h2 {
      color: #003a70;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }

    .text-section p {
      font-size: 18px;
      color: #555;
      line-height: 1.6;
      max-width: 500px;
    }

    .image-section {
      flex: 1;
      display: flex;
      gap: 20px;
      align-items: center;
      min-width: 300px;
      justify-content: center;
    }

    .image-section img {
      width: 100%;
      max-width: 300px;
      height: 385px !important;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .vertical-line {
      width: 2px;
      height: 280px;
      background-color: #ccc;
    }

.btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.quote-btn {
  position: relative;
  display: inline-block;
  padding: 14px 40px 14px 30px;
  font-size: 18px;
  color: #003a70;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #003a70;
  border-radius: 50px;
  background-color: transparent;
  overflow: hidden;
  transition: color 0.4s ease;
}

.quote-btn::before {
  content: '';
  position: absolute;
  /* left: 0;
  top: 0;
  width: 0%;
  height: 100%; */
  background-color: #003a70;
  z-index: 0;
  transition: width 0.4s ease;
}

.quote-btn:hover::before {
  width: 100%;
}

.quote-btn span {
  position: relative;
  z-index: 1;
}

.quote-btn::after {
  content: '';
  font-size: 22px;
  margin-left: 12px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.quote-btn:hover {
  color: #fff;
}

.quote-btn:hover::after {
  transform: translateX(5px);
}


    @media (max-width: 992px) {
      .content-wrapper {
        flex-direction: column;
        text-align: center;
      }

      .image-section {
        flex-direction: column;
      }

      .vertical-line {
        display: none;
      }
    }

    /* footer */
    /* achievement */
     /* .Container {
      max-width: 1300px;
      margin: auto;
      padding: 60px 20px ;
    } */
    .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 30px;
   
 
    }

    .text-section {
      flex: 1;
      min-width: 300px;
      flex: 1;
    min-width: 300px;
    display: flex
;
    /* text-align: center; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    }

    .text-section h2 {
      color: #003a70;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }

    .text-section p {
      font-size: 18px;
      color: #555;
      line-height: 1.6;
      max-width: 500px;
    }

    .image-section {
      flex: 1;
      display: flex;
      gap: 20px;
      align-items: center;
      min-width: 300px;
      justify-content: center;
    }

    .image-section img {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .vertical-line {
      width: 2px;
      height: 280px;
      background-color: #ccc;
    }

    .btn-wrapper {
      text-align: center;
      margin-top: 50px;
    }

    .quote-btn {
      display: inline-flex;
      align-items: center;
      background-color: white;
      border: 2px solid #003a70;
      border-radius: 40px;
      padding: 14px 30px;
      font-size: 18px;
      margin-left: 70px;
      color: #003a70;
      text-decoration: none;
      font-weight: 600;
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
      transition: 0.3s ease;
    }

        @media (max-width:768px){
            .quote-btn {

      margin-left: 65px;
 padding: 14px 20px;;
            }
        }


    .quote-btn:hover {
      background-color: #003a70;
      color: #fff;
    }

    .quote-btn::after {
      content: '';
      margin-left: 10px;
      font-size: 22px;
      transition: 0.3s;
    }

    .quote-btn:hover::after {
      transform: translateX(5px);
    }

    @media (max-width: 992px) {
      .content-wrapper {
        flex-direction: column;
        text-align: center;
      }

      .image-section {
        flex-direction: column;
      }

      .vertical-line {
        display: none;
      }
    }
    /* testimonial */
    /* ———  SECTION  ——— */
    .testimonial-section {
      padding: 60px 20px;
      background: #fff;
      text-align: center;
      max-width: 1200px;
      margin: auto;
    }

    .testimonial-title {
      font-size: 2.5rem;
      margin-bottom: 40px;
      color: #0e3b66;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }

    .testimonial-card {
      background: #fff;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      width: 100%;
      max-width: 320px;
      min-height: 380px;
      padding: 100px 20px 20px;
      position: relative;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
    }

    .testimonial-img {
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 5px solid #fff;
      background-color: #0e7a6f;
      color: #fff;
      font-size: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      text-transform: uppercase;
    }

    .testimonial-card p {
      margin-top: 10px;
      font-size: 1rem;
      line-height: 1.6;
      color: #333;
    }

    .testimonial-name {
      margin-top: 20px;
      background: #0e3b66;
      color: #fff;
      padding: 12px;
      font-weight: bold;
      border-radius: 8px;
    }

    .swiper-pagination-bullet {
      background-color: #aaa;
      opacity: 1;
    }

    .swiper-pagination-bullet-active {
      background-color: #0e3b66;
    }

    .swiper-pagination{
      position: relative;
      padding-top: 25px;
    }
    /* extra */
      #industries {
      background: #0e4373 !important;
    }

    #industries h2 {
      font-size: 1.2rem;
      letter-spacing: 1px;
      color: #ffffff;
    }

    #industries ul {
      margin-top: 1rem;
      padding-left: 1rem;
      list-style: none;
      columns: 2;
      column-gap: 2rem;
      font-size: 0.95rem;
        color: #333;;
    }

    #industries li {
      margin-bottom: 0.5rem;
    }

    #industries .text-primary {
      color: #0b3b66 !important;
    }

    #industries .shadow-sm {
      transition: all 0.3s ease;
    }

    #industries .shadow-sm:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 767.98px) {
      #industries ul {
        columns: 1;
      }
    }

    /* footer */
   .his-enquiry-wrapper * {
      box-sizing: border-box;
    }

    .his-enquiry-wrapper {
      font-family: 'Open Sans', sans-serif;
      --his-blue: #003A70;
      --his-light: #f5f5f5;
      display: flex;
      flex-wrap: wrap;
      min-height: 650px;
    }

    .his-enquiry-wrapper .left {
      flex: 1 1 420px;
      background: url('images/footer-bg.jpg') no-repeat center center/cover;
      color: white;
      padding: 100px 20px 40px 180px;
      display: flex;
      flex-direction: column;
      justify-content: start;
    }
    @media (max-width:768px){

 
.his-enquiry-wrapper .left {
     padding: 100px 20px 40px 10px;
}
   }
    .his-enquiry-wrapper .left img {
      width: 100%;
      margin-bottom: 20px;
    }

    .his-enquiry-wrapper .left p {
      font-size: 18px;
      line-height: 37px;
      text-align: justify;
      font-weight: 600;
      margin: 0 0 10px;
    }

    .his-enquiry-wrapper .right {
      flex: 1 1 580px;
      background: var(--his-light);
      padding: 60px 40px;
    }

    .his-enquiry-wrapper h2 {
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: 700;
      color: var(--his-blue);
      text-align: center;
    }

    .his-enquiry-wrapper form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .his-enquiry-wrapper form input,
    .his-enquiry-wrapper form select,
    .his-enquiry-wrapper form textarea {
      padding: 10px 15px;
      font-size: 16px;
      border: 1px solid #ccc;
      width: 100%;
      border-radius: 5px;
    }

    .his-enquiry-wrapper form textarea {
      grid-column: 1 / span 2;
      resize: none;
      height: 120px;
    }

    .his-enquiry-wrapper .captcha {
      display: flex;
      align-items: center;
      gap: 15px;
      grid-column: 1 / span 2;
    }

    .his-enquiry-wrapper .captcha-code {
      background: black;
      color: white;
      padding: 10px 20px;
      font-size: 20px;
      border-radius: 5px;
    }

    .his-enquiry-wrapper .submit-btn {
      grid-column: 1 / span 2;
      justify-self: start;
    }

    .his-enquiry-wrapper .btn {
      background: var(--his-blue);
      color: white;
      padding: 12px 30px;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }

    .his-enquiry-wrapper .btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
   border: 1px solid #0e4373;
       /* color: black; */
    background:white;
    border-radius: 5px;
      transition: left 0.4s ease;
      z-index: -1;
    }

    .his-enquiry-wrapper .btn:hover::before {
      left: 0;
    }

    .his-enquiry-wrapper .btn:hover {
      color: #0e4373;;
    }

    @media (max-width: 768px) {
      .his-enquiry-wrapper {
        flex-direction: column;
      }
      .his-enquiry-wrapper form {
        grid-template-columns: 1fr;
      }
      .his-enquiry-wrapper form textarea,
      .his-enquiry-wrapper .captcha,
      .his-enquiry-wrapper .submit-btn {
        grid-column: auto;
      }
    }


    .his-footer {
      background: #0d4574;
      color: white;
      padding: 15px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      font-size: 15px;
      font-weight: 600;
        letter-spacing: 2px;

      text-align: center;
    }

    .download-btn {
        position: fixed;
    right: 1px;
    bottom: -6px;
    background: black;
    color: white;
    padding: 15px 51px;
    clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
    font-size: 16px;
    font-weight: 600;
    }

    .go-top-btn {
      position: fixed;
      bottom: 55px;
      right: 20px;
      background: #0d4574;
      color: white;
      border: 1px solid white;
      height: 40px;
      width: 40px;
      border-radius: 1px;
      font-size: 20px;
      z-index: 1000;
      cursor: pointer;
    }

    .get-a-free-quote-btn{
      display: flex;
      justify-content: center;
    }
        .get-a-free-quote-btn a{
        /* width: 100%; */
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #878986;
    text-align: center;
    font-size: 18px;
    /* padding: 9px 0; */
    font-weight: 700;
    transition: all 0.3s;
    border: 2px solid #0e4373;
    padding:9px 40px;
    /* margin-top: 50px; */
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / .06);
    /* font-family: "OpenSans-Semibold"; */
    color: #0e4373;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
        }
        .get-a-free-quote-btn a:hover{
background-color: #0e4373;
color: white;
transition: 1s;
        }

.contact-info {
  padding: 0px 10px;
}

@media (max-width: 425px) {
  .contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	  margin-top: 12px;
  }
}
.container-new{
  padding: 0px 15px;
}
@media (max-width: 320px) {
    .certificates img {
        max-width: 125px;
    }
}