/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1758630334
Updated: 2025-09-23 12:25:34

*/

/* Add Strasua-Regular */
@font-face {
  font-family: "rasedia";
  src: url("https://veltrixenterprises.com/wp-content/uploads/2025/10/rasedia-regular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply to site */
/* Force Elementor to use custom fonts */

.elementor-heading-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "rasedia", serif !important;
  letter-spacing: 2px;
  line-height: 26px !important;
}
a {
  text-decoration: none !important;
}

section#products-banner {
  width: 100%;
  height: 400px;
  background-image: url(https://veltrixenterprises.com/wp-content/uploads/2025/10/Products.jpg);
  color: #d1bc8a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; /* Needed for overlay */
}
/* section#products-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
} */
section#products-banner h1 {
  font-size: 50px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  visibility:hidden;   
}

section#products-parent-categoy {
  background-color: #e5d2af;
  padding: 35px 8px;
  height: 100%;
}

section#products-parent-categoy ul {
  font-size: 20px;
  color: #02222d;
  font-weight: 600;
}

section#products-parent-categoy ul li a {
  color: #02222d;
  text-transform: uppercase;
}

section#products-parent-categoy ul li {
  padding-bottom: 14px;
}

section#products-parent-categoy h3 {
  padding-bottom: 14px;
  padding-left: 20px;
  text-transform: uppercase;
}
section#products-child-category {
  padding: 35px 38px;
}
section#products-child-category a {
  color: #000;
  font-size: 20px;
  font-family: inherit;
  width: 100%;
  border: 2px solid #000;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
}
section#products-child-category a:hover {
  background-color: #02222d;
  color: #d1bc8a;
}
section#products-child-category h2 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
section#veltrix-product-data {
  padding: 35px 38px;
}
section#veltrix-product-data .catalogue-thumb img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 150px;
  max-width: 300px;
  padding: 0px;
  height: auto;
}
section#veltrix-product-data .catalogue-item {
  margin-bottom: 60px;
}
section#veltrix-product-data h3 {
  padding-bottom: 30px;
}
section#veltrix-product-data .catalogue-thumb {
  margin-bottom: 15px;
}
section#veltrix-product-data button {
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
}
section#veltrix-product-data button:hover {
  background-color: #02222d;
  color: #e5d2af;
}
section#veltrix-product-data .pagination {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}

section#veltrix-product-data .pagination .page-numbers {
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 5px;
  background-color: #02222d;
  color: #decaa2;
  text-decoration: none;

	width: fit-content;
}

section#veltrix-product-data .pagination .page-numbers:hover {
  background-color: #e5d3b0;
  color: #02222d;
}

section#veltrix-product-data .pagination .page-numbers.current {
  background-color: #e1cea8;
  color: #02222d;
	padding: 7px 12px;
    font-weight: 500;
	height: fit-content;
}
section#veltrix-product-data .catalogue-item {
  padding: 38px;
}
section#veltrix-product-data .catalogue-item:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.product-modal-w .modal-header .modal-title {
  padding-top: 18px;
}
.product-modal-w button {
  border: none !important;
}
.product-modal-w .modal-body p {
  text-transform: capitalize;
}
.product-modal-w ul {
    list-style: none;
    padding: 0px !important;
}
.product-modal-w ul li {
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    padding-right: 22px;
}

.contact-form7-bootstrap .card-header {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact-form7-bootstrap .form-group label {
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.contact-form7-bootstrap input.form-control,
.contact-form7-bootstrap textarea.form-control {
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.contact-form7-bootstrap input.form-control:focus,
.contact-form7-bootstrap textarea.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
}

.contact-form7-bootstrap .btn-primary {
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.contact-form7-bootstrap .btn-primary:hover {
  background-color: #0056b3;
}
.contact-form7-bootstrap .veltrix-button-contact {
  color: #e7d5b3 !important;
  border: 1px solid !important;
  background-color: #02222d !important;
}
.contact-form7-bootstrap .veltrix-button-contact:hover {
  color: #02222d !important;
  border: 1px solid !important;
  background-color: #e7d5b3 !important;
}

section#catalogue-items-veltrix {
  padding: 25px 0px;
}
section#catalogue-items-veltrix .catalogue-item {
  padding: 0px;
}

section#catalogue-items-veltrix .catalogue-title {
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  margin: 0px;
}
section#catalogue-items-veltrix button {
  background-color: #02222d;
  color: #d1bc8a;
  margin-bottom: 20px !important;
}
section#catalogue-items-veltrix button:hover {
  background-color: #d1bc8a;
  color: #02222d;
}
.form-group.cagalogue-form-button input {
  background-color: #011116;
  border: none;
  color: #cabea2;
  font-size: 16px;
}
.form-group.cagalogue-form-button input:hover {
  background-color: #cabea2;
  color: #011116;
}
.Catalogue-modal-w .modal-header p {
  font-size: 20px;
  font-weight: 600;
  padding-top: 12px;
  text-transform: capitalize;
}

.Catalogue-modal-w .modal-header button {
  background-color: transparent !important;
}
.Catalogue-modal-w .modal-header button span {
  color: #011116;
}
.wpcf7-response-output {
  margin: 0px !important;
  border: 1px solid #011116 !important;
}
.wrapper {
  padding: 0px !important;
}
div#primary {
  padding: 0px !important;
}
section#products-child-category .image-sub-category-w p {
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
}
section#products-child-category .image-sub-category-w a {
  padding: 0px !important;
  border: 1px solid #063748 !important;
  transition: 0.3s all;
}
section#Exhibtion-banner {
  width: 100%;
  height: 400px;
  background-image: url(https://veltrixenterprises.com/wp-content/uploads/2025/10/Exhibitions.jpg);
  color: #d1bc8a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; /* Needed for overlay */
}
/* section#Exhibtion-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black overlay, adjust opacity */
/*   z-index: 1;  
} */
section#Exhibtion-banner h1 {
  font-size: 50px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  visibility: hidden;
}

.exhibition-sidebar {
  background-color: #d1bc8a;
  padding: 40px 72px !important;
}
.exhibition-sidebar .nav-pills .nav-link {
  margin-bottom: 6px;
  border: 1px solid #02222d;
  color: #02222d;
  font-weight: 300;
  border-radius: 0px;
}
.exhibition-sidebar .nav-pills .nav-link:hover {
  background-color: #02222d;
  color: #fff;
}
.exhibition-sidebar .nav-pills .nav-link.active {
  background-color: #02222d;
  color: #fff;
}
.exhibition-sidebar h4 {
  color: #02222d;
  text-transform: uppercase;
}

.exhibition-content {
  padding: 40px 72px !important;
}
.exhibition-content .tab-content .tab-pane h3 {
  color: #02222d;
  text-transform: uppercase;
}

.exhibition2-sidebar {
  background-color: #02222d;
  padding: 40px 72px !important;
}
.exhibition2-sidebar .nav-pills .nav-link {
  margin-bottom: 6px;
  border: 1px solid #d1bc8a;
  color: #d1bc8a;
  font-weight: 300;
  border-radius: 0px;
}
.exhibition2-sidebar .nav-pills .nav-link:hover {
  background-color: #d1bc8a;
  color: #fff;
}
.exhibition2-sidebar .nav-pills .nav-link.active {
  background-color: #d1bc8a;
  color: #fff;
}
.exhibition2-sidebar h4 {
  color: #d1bc8a;
  text-transform: uppercase;
}
.exhibition2-content {
  padding: 40px 72px !important;
}
.exhibition2-content .tab-content .tab-pane h3 {
  color: #02222d;
  text-transform: uppercase;
}
.exhibition2-content .swiper .swiper-pagination-bullet {
  background-color: #e7d5b3;
}
.exhibition-content .swiper .swiper-pagination-bullet {
  background-color: #e7d5b3;
}
.modal-mg img {
	display: block;
    margin: 0 auto;
    width: auto;
    max-height: 250px;
    max-width: 300px;
    padding: 0px;
    height: auto;
}
section#veltrix-product-data .modal button {
    margin: auto 0;
}
section#veltrix-product-data .modal .modal-header {
    padding: 0px 10px;
}
@media only screen and (max-width: 600px) {
  section#products-banner h1 {
    font-size: 35px;
  }
  section#Exhibtion-banner h1 {
    font-size: 50px;
  }
  .exhibition-content {
    padding: 40px 22px !important;
  }
  .exhibition2-content {
    padding: 40px 22px !important;
  }
  .exhibition-sidebar {
    padding: 40px 22px !important;
  }
  .exhibition2-sidebar {
    padding: 40px 22px !important;
  }
	section#Exhibtion-banner {
    width: 100%;
    height: 110px !important;
 }
	section#products-banner {
    width: 100%;
    height: 110px !important;
  }
  	section#catalogue-banner {
    width: 100%;
    height: 110px !important;
  }
.modal-mg img { 
    max-height: 150px !important; 
    margin-bottom: 15px;
}
section#products-child-category {
    padding: 34px 14px;
}
}
