body {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
section h2{font-size:30px; font-weight:600 !important;}
.button {
  background: #0097EE;
}
.btn-primary { background: #0097EE !important;}
section h1.fw-bold {
    font-size: 42px;
    font-weight: 500 !important;
}
a.btn.btn-primary:hover {
    background: #363636 !important;
}
.hero-section {
  background: url('/images/banner.png') no-repeat center center/cover;
  color: white;
  padding: 140px 0;
  position: relative;
}

.hero-section p {
  font-size: 16px;
  line-height: 28px;
}

.navbar .nav-link {
  color: #000;
}

.navbar .nav-link:hover {
  color: #007bff;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background: #fff;
  color: #007bff;
}

.top-strip {
  text-align: center;
  background: #0097EE;
  color: #fff;
  padding: 2px 0px;
  font-size: 18px;
}

.hero-buttons .btn {
  margin-right: 10px;
}

/*****About Section******/

/* Add this to your style.css */
.about-img-wrapper {
  border-radius: 12px;
}

.about-img-wrapper img {
  border-radius: 12px;
}

.about-section h3 {
  font-weight: 600 !important;
  font-size: 30px;
  color: #242424;
}

section.about-section .button {
  background: #0097EE;
}

.about-badge {
  bottom: -20px;
  left: -20px;
}

.img-frame {
  width: 100%;
  max-width: 433px;
  position: relative;
  padding-left: 0px;
  padding-bottom: 2.5%;
  border: 2px solid #007bff;
  border-radius: 9px;
  margin-top: 40px;
  overflow: visible;
}

.img-frame img {
  z-index: 2;
  margin-top: -40px;
  margin-left: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.years-badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: -37px;
  bottom: 8px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.years-badge strong {
  font-size: 30px;
}

.badge-inner strong {
  font-size: 30px;
  color: #282828;
}


.section-title {
  font-weight: 600;
  font-size: 30px;
  color: #242424;
  margin-bottom: 2rem;
  text-align: center;
}

.card-special {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  box-shadow: none;
  border: 1px solid #e5e7eb;
  padding: 1.75rem 1.5rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: default;
  position: relative;
}

.card-special:hover {
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.25);
  border-color: #0d6efd;
}

.card-special.active {
  border-color: #0d6efd;
  box-shadow: 0 0 14px rgba(0, 123, 255, 0.45);
  cursor: default;
}

.icon-circle {
  background: #D8F1FF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.card-special img {
  width: 50px;
  height: 50px;
  margin-left: 43px;
  z-index: 2;
}

.card-special.active img {
  margin-left: 0px;
}

.card-title {
  font-weight: 600;
  font-size: 20px;
  color: #222222;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
  user-select: none;
  margin-top: 5px;
}

/* Blue shape decoration behind active card */
.card-special.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: -10px;
  width: 60px;
  height: 60px;
  background-color: #0097ee85;
  border-radius: 50%;
  z-index: 0;
}

.experts-section {
  position: relative;
  background-color: #F0FAFF;
  padding: 80px 0;
  overflow: hidden;
  margin-top: 33px;
  overflow: visible;
}

.expert-image img {
  width: 80%;
}

.expert-image.left {
  text-align: left;
}

.expert-image.right {
  text-align: right;
}

.expert-text {
  text-align: left;
}

.expert-text h5 {
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.expert-text a {
  color: #303030;
}

.bubble-image {
  position: absolute;
  top: -62px;
  left: 61px;
  width: 132px;
  z-index: 2;
}

.bubble-image-bottom {
  position: absolute;
  bottom: -62px;
  right: 61px;
  width: 132px;
  z-index: 2;
}

.team-item {
  margin-top: 45px;
}

.blue-triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 30px;
  background-color: #0097EE;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 1;
}

.blue-triangle-bottom {
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 56%;
  height: 30px;
  background-color: #0097EE;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: rotate(-2deg);
  transform-origin: bottom left;
  z-index: 1;
}

.experts-content {
  position: relative;
  z-index: 3;
}
.about-experts .blue-triangle-bottom {
    position: absolute;
    bottom: -29px;
 }
.industries-section {
  margin: 40px 0px 10px 0px;
}

.industries-section h2 {
  font-weight: 600;
  font-size: 30px;
  color: #242424;
  margin-bottom: 2rem;
  text-align: center;
}

.industry-card {
  background-color: #E4E4E4;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 22px;
  min-height: auto;
  border-radius: 5px;
  border: 1px solid #d1d1d1ee;
  display: flex;
  gap: 13px;
  text-align: left;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



.partner-section {
  background: #fafaff;
}

.service-card {
  border: 1px solid #e7e2e2;
  border-radius: 8px;
  transition: border 0.3s, box-shadow 0.3s;
  background-color: #fff;
}

.service-card.active {
  border: 2px solid #0097EE;
  position: relative;
}

.service-card.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: #0097ee85;
  border-radius: 50%;
  z-index: 0;
}

.optimize-section .bg-gradient {
  background: linear-gradient(90deg, #0097EE 0%, #007ACC 100%) !important;
  border-radius: 0;
  position: relative;
}

.arrow-image {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

img.left-curve {
  width: 15%;
}

img.middle-arrow {
  width: 26%;
}

section.contact h2 {
  font-size: 30px;
  font-weight: 600;
}

section.contact .contact-information img {
  margin-right: 9px;
}

section.contact .contact-information .phone {
  margin-top: 15px;
}

section.contact .contact-information .email {
  margin-top: 15px;
}

.contact-icon {
  color: #0d6efd;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

.email-icon {
  margin-top: 4px;
}

.info-label {
  font-weight: 500;
}

.info-data {
  margin-left: 26px;
  font-size: 0.9rem;
  color: #373737;
}

.contact-person {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.contact-subtext {
  color: #6c757d;
  margin-bottom: 1rem;
}

.form-card {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075);
  border: none;
  border-radius: 0.5rem;
}

.form-label {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Footer background with diagonal effect */

.footer {
  /* Use a combination of 3 linear gradients at 135deg angle */
  background: #000;
  color: white;
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: 0.9rem;
  position: relative;
  /* fallback background color if gradients are not supported */
  background-color: #141414;
}

.footer-left {
  position: absolute;
  top: 0px;
  left: -14px;
  width: 232px;
  z-index: 2;
  opacity: 0.5;
}

.footer-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 232px;
  z-index: 2;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color: #0d6efd;
}

.footer .logo img {
  max-width: 200px;
  height: auto;
  margin-bottom: 1rem;
}

.footer .social-icons a {
  font-size: 1.25rem;
  margin-right: 1rem;
  color: white;
  transition: color 0.3s ease;
}

.footer .social-icons a:hover {
  color: #0d6efd;
}

/* Newsletter input group styling */
.footer .input-group .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #444;
  color: #ccc;
}

.footer .input-group .form-control::placeholder {
  color: #777;
}

.footer .input-group .btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #444;
  color: #999;
  pointer-events: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 600;
}

.footer .input-group .btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ddd;
  pointer-events: auto;
  user-select: auto;
}

/* Smaller bottom blue bar */
.footer-bottom {
  background-color: #0097ee;
  color: white;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  text-align: center;
  z-index: 9999;
  position: relative;
}

/**About Us Page**/

.banner-section {
  position: relative;
  /* Make sure the overlay stays inside */
  background: url('/images/about-page/about-banner.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D84AD;
  opacity: 0.6;
  z-index: 0;
  /* Behind the content */
}
.banner-opacity::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D84AD;
  opacity: 0.5;
  z-index: 0;
  /* Behind the content */
}
.banner-section>* {
  position: relative;
  z-index: 1;
  /* Above the overlay */
}
.banner-opacity>* {
  position: relative;
  z-index: 1;
  /* Above the overlay */
}
.section-title {
  font-weight: 600;
  margin-bottom: 30px;
}

.section-text {
  font-size: 1rem;
  margin: 0 auto;
  color: #333;
}

.content-section {
  padding: 35px 20px;
  text-align: center;
}
.row.partner-logos {
    background: #F4F4F4;
    padding: 20px;
    margin-top: 30px;
}
section.partner-section.p-about {
    margin: 90px 0px 20px 0px;
}
.serving-southwest-section {
    margin: 20px 0px 20px 0px;
}
.serving-southwest-section .map-wrapper {
  max-width: 700px;
}
.serving-southwest-section .map-wrapper img {
    width: 100%;
}
.partner-logos .col-md-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* Adjust height as needed */
}

.partner-logos img {
    max-height: 60px;
    object-fit: contain;
    width: 100%;
}
.work-together-section {
    background: linear-gradient(135deg, #0097ee 3%, #0080ca 100%);
    padding: 15px 145px;
    position: relative;
    overflow: hidden;
    margin: 20px 0px 50px 0px;
}

.work-together-section .bubble-img {
    position: absolute;
    left: -103px;
    top: -48px;
    z-index: 0;
    width: 90px;
    height: auto;
}

.work-together-section .toolbox-img {
  max-height: 250px;
}

/**Solutions***/

.banner-section-solution {
  position: relative;
  /* Make sure the overlay stays inside */
  background: url('/images/solutions/solutions-banner.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.solution-section .left-bubble-img {
    position: absolute;
    top: 19px;
    left: 62px;
    width: 120px;
	opacity:0.6;
}
.check-icon {
  width: 20px;
  height: 20px;
}
h4.numbers {
    font-size: 40px;
    color: #0097EE;
    font-weight: bold;
}
h4.numbers span {
    font-size: 25px;
    color: #242424 !important;
    font-weight: 500 !important;
}
 .measurement-section .image-block:nth-child(even) {
    text-align: right;
  }

  .measurement-section .image-block:nth-child(odd) {
    text-align: left;
  }
section.measurement-section h4 {
    margin-bottom: 30px;
}

section.measurement-section p {
    margin-bottom: 25px;
}
section.measurement-section ul.list-unstyled li {
    margin-bottom: 15px !important;
}
.consultation-section {
  background-color: #f0f9ff; /* light blue background */
  position: relative;
  overflow: hidden;
}

.bubble-img {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 120px;
  opacity: 0.4;
}

/*Products Page***/

.banner-section-product {
  position: relative;
  background: url('/images/products/products-banner.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.banner-opacity::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D84AD;
  opacity: 0.6;
  z-index: 0;
  /* Behind the content */
}

.banner-opacity>* {
  position: relative;
  z-index: 1;
  /* Above the overlay */
}
.listing.py-4 {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.listing.image {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}
.bottom-img{display:flex; gap:25px; margin-top:20px;}


  .bottom-img img {
    width: 47%;
}

section.measurement-section.products-section ul li b {
    display: contents;
}
section.measurement-section.products-section {
        position: relative;
    background-color: #F0FAFF;
    padding: 80px 0;
    overflow: hidden;
    margin-top: 33px;
    overflow: visible;
}

section.products-section h5 {
    margin-bottom: 25px;
}

section.products-section .inner-img {
    width: 100%;
    background: #fff;
    padding: 35px;
    margin: 0 auto;
    text-align: center;
}
section.consultation-section.products {
    background: #fff;
}
/********Free consulation*/
.banner-section-consultation{background-color:#0097EE;}
.banner-section-consultation h1{color:#fff;}
.banner-section-consultation p{color:#fff;}

/****Contact Us**/

.location-image img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.location-image {
    text-align: center;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    padding: 67px 0;
  }

  .years-badge {
    left: 4px;
    bottom: 20px;
  }

  .img-frame img {
    margin-left: 8px;
  }

  .expert-image.left {
    text-align: center;
  }

  .expert-image.right {
    text-align: center;
  }

  .expert-image img {
    width: 100%;
  }

  .footer-left,
  .footer-right {
    display: none;
  }
  .expert-text h5 {
      margin-top: 26px;
}
.blue-triangle-bottom {
    bottom: 0px;
    left: 0;
    width: 52%;
    height: 18px;
}
.bubble-image-bottom {
    bottom: -31px;
    right: 19px;
    width: 106px;
}
.blue-triangle {
    top: -23px;
    right: 0;
    width: 56%;
    height: 18px;

}
.bubble-image {
    position: absolute;
    top: -71px;
    left: 6px;
    width: 105px;
}
.work-together-section .bubble-img {
    position: absolute;
    left: -79px;
    top: 11px;
    z-index: 0;
    width: 90px;
    height: auto;
}
.work-together-section {
    padding: 30px 16px 0px 90px;
}
.tool-img {
    text-align: left;
    margin: 35px -35px;
}
.solution-section .left-bubble-img {
    top: 6px;
    left: 1px;
    width: 97px;
}
  .measurement-section .row.align-items-center:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  h4.numbers {
    font-size: 35px;
}

h4.numbers span {
    font-size: 20px;
}
.listing.image img {
    width: 100%;
}
section h1.fw-bold {
    font-size: 30px;
}
}

/**Applications Page**/

.banner-section-app {
  position: relative;
  background: url('/images/application/application-banner.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.banner-section-app::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D84AD;
  opacity: 0.6;
  z-index: 0;
  /* Behind the content */
}

.banner-section-app>* {
  position: relative;
  z-index: 1;
  /* Above the overlay */
}
.banner-section-service {
  position: relative;
  background: url('/images/services/service-banner.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.facility-card img {
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.facility-card {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  background-color: #F4F4F4;
  height: 100%;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.facility-card .card-body {
  padding: 1rem;
}

.facility-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.facility-text {
  font-size: 0.95rem;
  color: #555;
}



.quote-box {
  max-width: 600px;
  margin: auto;
  background-color: #F4F4F4;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: flex;
  padding: 8px 12px;
  border-left: 5px solid #0290ff;
}

.quote-icon {
  font-size: 24px;
  color: #0290ff;
  margin-right: 12px;
}

.quote-content {
  flex: 1;
}

.quote-text {
  font-style: italic;
  color: #444;
  margin: 0;
}

.quote-author {
  margin-top: 10px;
  text-align: right;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  color: #444;
  font-size: 1rem;
}

.solution-section {
  /* Light sky blue */
  position: relative;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

/* Absolutely position the bubble image on top-right */
.solution-section .bubble-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  /* You can adjust this */
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

.solution-section .content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.solution-section h2 {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.solution-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.5;
}

.solution-section .btn {
  background-color: #0290ff;
  color: white;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.solution-section .btn:hover {
  background-color: #0078d7;
}
.serving-southwest-section span.icon img {
    max-width: 40%;
}
.serving-southwest-section span.icon {
    padding: 0px;
    margin-right: -18px;
}
@media (max-width: 768px) {
  .solution-section .bubble-image {
    display: none;
  }
}