body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background-color: #fff;
}

a {
  color: #002f84;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #002f84;
}

ul,
li,
ol,
p,
body,
section,
div,
address,
input,
button {
  list-style-type: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mega-menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #002f84;
  margin-bottom: 15px;
}

.explore-more {
  display: inline-block;
  color: #002f84 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #002f84;
}
.explore-more:hover {
  background-color: #002f84;
  color: #fff !important;
}

.mega-menu-item li {
  margin: 0px !important;
  padding: 0px !important;
}
.mega-menu-item li a {
  margin: 0px !important;
  padding: 2px !important;
  color: #000 !important;
}
.mega-menu-item li a:hover {
  color: #fff !important;
}

.rts-mega-menu {
  padding: 10px !important;
}

.rts-mega-menu .mega-menu-item {
  gap: 2px !important;
}

.building-img img {
  border-radius: 10px;
}

.custom-icon img {
  width: 60px;
  height: 60px;
}

.header--sticky {
  background: linear-gradient(45deg, #002f84 0%, #002f84 41%, #7db9e8 100%) !important;
}

.single-short-service {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.single-short-service .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.copyright-area .copyright-area-inner p a {
  color: #fff;
  font-weight: bold;
}

.product-wrapper {
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0px 0px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2), 0px 0px 5px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-wrapper .pro-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-wrapper .pro-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-wrapper .product-detail {
  margin-top: 10px;
  overflow: hidden;
}
.product-wrapper .product-detail h5 {
  font-size: 18px;
  font-weight: 500;
  color: #002f84;
  font-weight: bold;
}
.product-wrapper:hover {
  border-color: #002f84;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-wrapper:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.comp-tagline {
  background: url(../images/exports-bg.jpg);
  background-size: cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}
.comp-tagline h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
.comp-tagline h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.comp-tagline p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.follow-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.follow-us ul li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.follow-us ul li a:hover {
  color: #f1f1f1;
}

.single-service-area .icon {
  text-align: center;
}

.header-wrapper-1 .logo {
  padding: 10px;
}
.header-wrapper-1 .logo img {
  width: 200px;
}

.header--sticky {
  background: #002f84;
}

.header-one .header-top-area {
  background: #3485de;
}

.nav-area ul li a {
  color: #fff;
}

.footer-wrapper-style-between .single-wized .body a:hover {
  color: #000;
  cursor: pointer;
}

.header--sticky.sticky {
  background-color: #002f84;
}

.nav-area ul li:hover {
  color: red;
}
.nav-area ul li a:hover {
  color: #fff;
}

.sticky-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-sec {
  -webkit-position: sticky !important;
  position: sticky !important;
  top: 1rem;
  padding-top: 150px;
}

.category-sec {
  padding: 10px 0 !important;
}

.heading-title {
  font-size: 37px;
  line-height: 54px;
  color: #002f84;
  text-align: center;
  padding: 20px 0;
}

.bg-overlay {
  background-color: #3485de;
}

.title-heading {
  color: #fff;
  font-size: 2em;
  padding: 40px 0;
}
.title-heading h1 {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.large-view-area {
  -webkit-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 60px 0;
}

.contact-manufacturing .form-label {
  font-size: 1.3rem !important;
}

.contact-manufacturing .heading.heading-7 .heading-subtitle {
  color: var(--global--color-heading-darken);
  font-size: 16px;
  margin-bottom: 13px;
}
.contact-manufacturing .heading-title {
  color: #002f84;
  font-size: 20px;
  text-align: left;
  padding: 2px 0;
  margin: 0px;
}
.contact-manufacturing .product-detail-wraper {
  padding: 40px 0;
}
.contact-manufacturing .card-height {
  height: 250px;
}
.contact-manufacturing .distributor-card {
  border: none;
  border-radius: 32px;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 32, 64, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 32, 64, 0.25);
  overflow: hidden;
  backdrop-filter: blur(2px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-manufacturing .card-header-gradient {
  background: linear-gradient(135deg, #002f84 100%, #3485de 0%);
  color: white;
  padding: 2rem 2rem 1.5rem 2rem;
  border-bottom: none;
}
.contact-manufacturing .card-header-gradient h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.contact-manufacturing .card-header-gradient .subhead {
  opacity: 0.85;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.contact-manufacturing .badge-partner {
  background: rgba(255, 255, 255, 0.15);
  padding: 0.4rem 1.2rem;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  backdrop-filter: blur(4px);
}
.contact-manufacturing .form-section {
  background: white;
  padding: 2rem 2rem 2.5rem 2rem;
}
.contact-manufacturing .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1f4a6e;
  margin-bottom: 0.4rem;
}
.contact-manufacturing .form-control,
.contact-manufacturing .form-select {
  border: 1.5px solid #e0eaf2;
  border-radius: 16px;
  padding: 0.75rem 1.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fafdff;
  font-size: 14px;
}
.contact-manufacturing .form-control:focus,
.contact-manufacturing .form-select:focus {
  border-color: #1f6e9f;
  -webkit-box-shadow: 0 0 0 4px rgba(23, 97, 144, 0.15);
          box-shadow: 0 0 0 4px rgba(23, 97, 144, 0.15);
  background-color: white;
}
.contact-manufacturing .btn-submit {
  background: linear-gradient(145deg, #002f84, #3485de);
  border: none;
  border-radius: 40px;
  padding: 0.9rem 2.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: white;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 80, 120, 0.4);
          box-shadow: 0 8px 20px -6px rgba(0, 80, 120, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-size: 16px;
}
.contact-manufacturing .btn-submit:hover {
  background: linear-gradient(145deg, #002f84, #3485de);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 14px 28px -8px #002f84;
          box-shadow: 0 14px 28px -8px #002f84;
  cursor: pointer;
}
.contact-manufacturing .btn-submit:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 4px 12px -2px #0b3348;
          box-shadow: 0 4px 12px -2px #0b3348;
}
.contact-manufacturing .contact-row {
  background: #f2f8fd;
  border-radius: 20px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0 0.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-manufacturing .whatsapp-btn {
  background: #25D366;
  color: white;
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  font-size: 16px;
}
.contact-manufacturing .whatsapp-btn:hover {
  background: #20b859;
  color: white;
}
.contact-manufacturing .whatsapp-btn i {
  font-size: 1.2rem;
  margin-right: 6px;
}
.contact-manufacturing .footnote {
  font-size: 0.9rem;
  color: #4f6f87;
  background: #e9f2fa;
  padding: 1rem 2rem;
  border-radius: 0 0 32px 32px;
  border-top: 1px solid #cbdde9;
}
.contact-manufacturing .required-star {
  color: #c63a3a;
  margin-left: 3px;
}
.contact-manufacturing .inline-hint {
  font-size: 14px;
  color: #376884;
  background: #e5f0f7;
  border-radius: 12px;
  padding: 0.4rem 1rem;
  margin-top: 0.5rem;
}
.contact-manufacturing .checkbox-group {
  background: #f8fbfe;
  border-radius: 24px;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border: 1px solid #dde9f2;
}
.contact-manufacturing .form-check-inline {
  margin-right: 1.5rem;
  margin-bottom: 0.75rem;
}
.contact-manufacturing .form-check-input:checked {
  background-color: #1f6e9f;
  border-color: #1f6e9f;
}
.contact-manufacturing input[type=text],
.contact-manufacturing input[type=password],
.contact-manufacturing input[type=email],
.contact-manufacturing input[type=number],
.contact-manufacturing input[type=tel] {
  height: 40px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.contact-manufacturing input {
  height: auto !important;
}
.contact-manufacturing .nice-select {
  font-size: 1.3rem !important;
  height: 41px;
  line-height: 26px;
  padding: 5px 10px !important;
  width: 100%;
}
.contact-manufacturing .nice-select span {
  font-size: 16px !important;
}