.site-content .ast-container {
  display: unset !important;
}

/* Product tabs navigation */
.product-tabs-navigation {
  position: sticky;
  top: 0;
  z-index: 95;
}
.product-tabs-navigation .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.product-tabs-navigation .nav-tabs a {
  border: none;
  padding: 1rem;
  text-align: center;
  color: #333;
  font-weight: 500;
  flex: 1;
  text-decoration: none;
  display: block;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background: #fff;
}
.product-tabs-navigation .nav-tabs a.active {
  background-color: #143db1;
  color: white;
  border-bottom: solid 1px #143db1;
  border-left: solid 1px #143db1;
}
.product-tabs-navigation .nav-tabs a:focus, .product-tabs-navigation .nav-tabs a:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Related Products Section */
/* Button styles */
.demo-inquiry-btn {
  background: #20224d !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-color: #20224d !important;
}

.call-now {
  background: #fcee23 !important;
  font-weight: 600 !important;
  border-color: #fcee23 !important;
}
.call-now:hover {
  color: #222 !important;
}

.btn {
  padding: 20px 0;
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn-primary {
  background-color: #20224d;
  color: #fff;
}
.btn-warning {
  background-color: #fcee23;
  color: #222;
}
.btn-outline-primary {
  border: 1px solid #1e3a8a;
  color: #1e3a8a;
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background-color: #1e3a8a;
  color: white;
}

/* Overview section */
#overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 80px 0;
}

.section-name {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-title {
  color: #222222;
  font-size: 20px;
}

.product-description .article-images {
  width: 100% !important;
  margin: auto;
}
.product-description .article-images figure img {
  display: block;
  margin: auto;
}
.product-description .article-images figcaption {
  margin-top: 15px;
}

/* Product components */
.product {
  /* Banner zoom effect */
}
.product-heading {
  font-size: 40px;
  font-weight: 600;
  color: #222222;
  margin: 30px 0;
}
.product-content-wrapper {
  display: flex;
  gap: 40px;
}
.product-summary {
  font-size: 17px;
  margin: 30px 0;
  color: #555;
}
.product-summary h2 {
  color: #222222;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-summary p {
  color: #555;
  margin-bottom: 16px;
}
.product-image img {
  display: block;
  margin: auto;
}
.product-action-buttons {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.product-specs {
  margin-top: 30px;
}
.product-specs p {
  margin-bottom: 30px;
}
.product-banner {
  overflow: hidden;
  position: relative;
}

/* Other sections */
.gray-section {
  padding: 80px 0;
  background: #eeeeee;
}

.section-6 {
  background: #666666;
  padding: 60px 0;
}

#catalogue {
  display: grid;
  grid-template-columns: 3.5fr 1fr;
  gap: 80px;
}
#catalogue .section-name {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
#catalogue .section-name .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#catalogue .prd {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
#catalogue .prd .section-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
#catalogue .prd .product-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
#catalogue .prd .product-list .product-item {
  font-size: 18px;
  padding-right: 30px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
#catalogue .prd .product-list .product-item a {
  color: #ffdd00;
  text-decoration: none;
}
#catalogue .prd .product-list .product-item span {
  color: #fff;
}
#catalogue .prd .related .rlt-prd {
  display: flex;
  gap: 20px;
}
#catalogue .prd .related .rlt-prd .rlt-prd-item {
  text-decoration: none;
  display: block;
  width: calc((100% - 60px) / 4);
}
#catalogue .prd .related .rlt-prd .rlt-prd-item .rlt-prd-thumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 156px;
  overflow: hidden;
}
#catalogue .prd .related .rlt-prd .rlt-prd-item .rlt-prd-thumb img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#catalogue .prd .related .rlt-prd .rlt-prd-item .rlt-prd-title {
  color: #fff;
  margin: 0;
  padding-top: 16px;
  font-size: 18px;
  text-align: center;
}
#catalogue .prd .related .rlt-prd p {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
#catalogue .brochure .download-button {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  background: #143db1;
  color: #fff;
  font-size: 20px;
  padding: 8px;
  width: 100%;
  border-radius: 30px;
  margin-top: 30px;
}

.elementor-lightbox-image {
  background: #fff !important;
}

.ff-el-group {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 18px 0;
  border-top: solid 1px #d7d2cc;
  margin-bottom: 0 !important;
}
.ff-el-group::before, .ff-el-group::after {
  display: none !important;
}
.ff-el-group:last-child {
  border-top: none !important;
  padding: 0 !important;
}
.ff-el-group .ff-el-input--label {
  width: 100%;
  max-width: 150px;
}
.ff-el-group .ff-el-input--label label {
  display: block;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
}
.ff-el-group .ff-el-input--label label::after {
  display: none !important;
}
.ff-el-group .ff-el-input--content {
  width: 100% !important;
}
.ff-el-group .ff-el-input--content input {
  background: none;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: none;
  text-transform: uppercase;
}
.ff-el-group .ff-el-input--content input:focus {
  background: none;
  border: none;
}
.ff-el-group textarea {
  width: 100%;
  padding: 20px !important;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
  border: none;
}
.ff-el-group textarea::-moz-placeholder {
  text-transform: uppercase;
}
.ff-el-group textarea::placeholder {
  text-transform: uppercase;
}
.ff-el-group .form-area {
  display: block !important;
}
.ff-el-group .captcha-container {
  margin-bottom: 20px;
}
.ff-el-group .captcha-label {
  margin-bottom: 10px;
  font-size: 14px;
}
.ff-el-group .ff-btn {
  width: 100%;
  padding: 12px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 17px;
}
.ff-el-group .ff-btn:hover {
  background-color: rgb(229.5, 183.6, 0) !important;
  border-color: #ffcc00 !important;
  color: #222 !important;
}

.ff-default .ff-el-input--label label {
  color: #fff !important;
}

.ff-default .ff-el-input--content textarea {
  background: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
}

/* Modal styling */
/* Responsive adjustments */
@media (max-width: 991px) {
  .product-content-wrapper {
    flex-direction: column;
  }
  .product-action-buttons {
    flex-direction: column;
  }
  .product-heading {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .product-tabs-navigation .container {
    padding: 0 !important;
  }
  .product-tabs-navigation .nav-tabs {
    overflow-x: auto;
  }
  .product-tabs-navigation .nav-tabs a {
    width: 100%;
    min-width: 200px;
  }
  .product-tabs-navigation .nav-link {
    flex: none;
    width: 100%;
  }
  #overview {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }
  #overview .product-summary {
    font-size: 16px;
    margin: 20px 0;
  }
  #overview .product-summary h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .gray-section {
    padding: 40px 0;
  }
  .product-specs p {
    margin-bottom: 0px;
  }
  .section-6 {
    padding: 30px 0;
  }
  #catalogue {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #catalogue .prd .related .rlt-prd .rlt-prd-item {
    width: calc((100% - 20px) / 2);
  }
}/*# sourceMappingURL=product-detail.css.map */