/*
Theme Name: Siemxpert WP
Theme URI: https://example.com/siemxpert-wp
Author: Your Name
Author URI: https://example.com
Description: A minimal WordPress theme optimized for single-page use.
Version: 1.0.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siemxpert-wp
*/




/* Hide the Customer Details section */
.woocommerce-customer-details {
  display: none;
}

 

.mobile-img {
  display: none
}

.desktop-img,
.mobile-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}



.dark-blue {
  background-color: #185373;
  color: #fff;
}

.video-outer {
  position: relative;
}

.video-outer:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.video-outer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  background: #f5f5f5;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
}

.pagination .current {
  background: #081621;
  color: #fff;
  font-weight: bold;
}

.form-row {
  margin-bottom: 15px;
}

.certificate_logo_preview img {
  margin-top: 10px;
  max-width: 50px;
}


#enquiry-form {
  background: #081621 !important;
}

@media(min-width: 1200px) {
  header .right-nav .header__nav {
    margin-right: 8px;
  }
}