p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.titel-center {
  text-align: center;
  font-size: 40px;
  padding: 10px;
  margin: 0px;
}

.padding-section {
  padding: 40px 0px 40px 0px;
}

.bg-g {
  background-color: #f0f0f0;
}

.media,
.media-body {
  font-size: 16px;
}

footer .media ul li a {
  color: #919899;
  text-decoration: none;
}

.page_toplogo .container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.servicecard {
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  height: 100%;
  background-color: #fff;
}

.servicecard img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.servicecard h2 {
  text-align: center;
  padding: 15px 10px;
}

.with_padding {
  width: 100%;
  height: 300px;
}

.about-logo {
  border: 1px solid #dadada;
  height: 100%;
  padding: 10px;
  margin: 5px;
}

.form-select form label {
  font-size: 16px;
}

.form-control {
  width: 100%;
  padding: 10px !important;
  font-size: 16px !important;
  margin-bottom: 0px;
}

.submit-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #e6353d;
  border: #e6353d;
  margin-top: 10px;
  transition: 0.5s;
}

.submit-btn:hover {
  opacity: 0.6;
}

.contact-form {
  padding: 40px 30px;
  background-color: rgb(231, 231, 231);
}

.form-box {
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border: 10px solid #f2f2f2;
}

.form-group label {
  font-size: 16px;
}

input,
textarea {
  width: 100%;
}

.Product-PageName {
  text-align: center;
  border: 1px solid #dadada;
}

.Product-PageName h1 {
  padding: 10px 5px;
  background-color: #c7c7c7;
  margin: 0;
  color: #342a7e;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #342a7e;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
  color: #fff;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #1da9c0;
}

.comingsoon-text {
  font-size: 45px;
  font-weight: 600;
}

/* Contact Us Form Start */
.contact-area {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .contact {
    margin-bottom: 60px;
  }
}

.contact input {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 45px;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact textarea {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact input:focus {
  background: #fff;
  border: 1px solid #342a7e;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.contact textarea:focus {
  background: #fff;
  border: 1px solid #342a7e;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-control::placeholder {
  color: #232434;
  opacity: 1;
}

.btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #7564e5;
  font-family: "poppins", sans-serif;
  cursor: pointer;
  width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #232434;
  color: #fff;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .single_address {
    padding-left: 0px;
  }
}

.single_address i {
  background: #f6f6f6;
  color: #342a7e;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover i {
  background: #342a7e;
  color: #fff;
}

.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
  margin-top: 5px;
}

.section-title h1 {
  font-size: 44px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}

.section-title {
  margin-bottom: 60px;
}

.text-center {
  text-align: center !important;
}

.btn-primary {
  background-color: #0069d9 !important;
}

.product-name-index {
  text-align: center;
  border: 1px solid #dadada;
}

.product-name-index .highlight2 {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.contact .d-grid button {
  font-size: 16px;
  padding: 7px 15px;
  transition: 0.5s;
}

.contact .d-grid button:hover {
  opacity: 0.7;
}

.career-section .form-row .form-label {
  display: flex;
}

.career-section .form-row [type="file"] {
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.career-section .form-row [type="file"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.career-section .btn-primary {
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .nav {
    display: block !important;
  }
  .header_mainmenu {
    padding: 20px;
  }
}

/* Gallery css start */
.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}
.tz-gallery img {
  aspect-ratio: 3/3;
  object-fit: cover;
}
/* Gallery css End */
nav .mainmenu {
  justify-content: center;
}
.new-text-box {
  padding: 10px 30px;
}
.new-text-box .text-up-and-down-bg {
  border: 15px solid #c8dfe7;
}
.new-text-box p {
  background-color: #fff;
  padding: 10px;
  margin: 0;
}
#testimonials blockquote {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}
.news-card {
  padding: 20px;
  background-color: #fff;
}
.btn-primary {
  background-color: #342a7e !important;
}
.Product-PageName {
  text-align: center;
  background-color: #fff;
}
.Product-PageName img {
  width: 200px;
}
.section-same {
  display: flex;
  align-items: stretch; /* make both columns equal height */
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  max-width: 1100px;
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section-same .text {
  flex: 1;
  padding: 30px 0px;
  background: #c8dfe7; /* light blue tint (like your example) */
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.section-same .text p {
  background-color: #fff;
  padding: 20px;
}
.section-same .image {
  flex: 1;
  min-height: 280px; /* force some height if text is short */
}

.section-same .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps proportions, crops if needed */
  display: block;
}
.section-same .section_header {
  padding: 30px;
  text-align: center;
}
.new-text-box h2 {
  font-size: 40px;
  padding: 20px;
  margin-top: 50px;
  background-color: #eaeaea;
  margin-bottom: 0;
}
.body-text {
  color: #342a7e;
}
.bg-grey {
  background-color: #dadada;
}

/* Responsive stack for small screens */
@media (max-width: 768px) {
  .section-same {
    flex-direction: column;
  }
  .section-same .text {
    padding: 20px;
  }
}
.page_copyright .footer-menu p {
  text-align: end !important;
}
.Privacy-Policy-card {
  padding: 20px 0px;
}
.Privacy-Policy-card h1 {
  margin: 12px 0px;
}
.Privacy-Policy-card ul li {
  font-size: 16px;
  margin-bottom: 5px;
}

.table thead {
  background-color: #009879;
  color: #fff;
}

.filter-section {
  background: #e9f7f5;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
.export-products-list .form-select,
.export-products-list.light-table-filter {
  padding: 5px;
  font-size: 16px;
}
.bg-yellow {
  background-color: #f7f619;
}
.export-products-list input {
  padding: 10px;
  font-size: 18px;
}
.bgnblue {
  background-color: #342a7e;
}
.bgnblue th {
  text-align: center;
  font-size: 21px !important;
}
.SearchBox label {
  font-size: 18px;
  margin-bottom: 10px;
}
.SearchBox input {
  font-size: 18px !important;
  padding: 10px !important;
}
.SearchBox .filter-handle {
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
.table-responsive .form-control {
  width: 100%;
  padding: 0px !important;
}
.table-responsive {
  width: 100%;
  display: table !important;
  margin-bottom: 50px;
}
table {
  width: 100% !important;
}
