/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
.contact-top span.elementor-icon-list-icon svg {
  transition: fill 0.3s;
  background: #0174ad;
  width: 4px;
}
header {
  transition: all 0.4s ease;
}
.scrolled header {
  position: fixed !important;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 9999;
  right: 0;
}

.elementskit-btn svg {
  transform: rotate(-45deg) !important;
  transition: all 0.4s ease;
}
.elementskit-btn:hover svg {
  transform: rotate(0deg) !important;
}

/* home owl start  */

.service-cat .owl-link {
  display: flex;
  flex-direction: column;
}
.service-cat .owl-link .owl-title {
  order: 1;
}
.service-cat .owl-link .owl-content {
  order: 2;
}
.service-cat .owl-link .owl-subtitle {
  order: 3;
}
.service-cat .owl-link .owl-thumb {
  order: 4;
}
.service-cat .owl-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.service-cat .owl-stage {
  display: flex;
}
.service-cat .owl-item {
  display: flex;
}
.service-cat .owl-item > .item {
  display: flex;
  height: 100%;
  width: 100%;
}
.service-cat .owl-nav i {
    border-radius: 50px !important;
}
.service-cat .owl-subtitle::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ff1c25' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-45deg);
  transition: all 0.4s ease;
}
.service-cat .owl-subtitle:hover::after {
  transform: rotate(0deg);
}
/* home owl end */

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
  display: grid;
  align-items: center;
  height: 100% !important;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 80%
  ) !important;
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px D-DIN;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: #0174ad;
  padding: 5px;
  width: 35px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider .control-prev {
  border-radius: 20px 5px 5px 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px 5px 20px 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.elementor-button.theme-btn-custom {
  display: inline-flex;
}
.elementor-button.theme-btn-custom svg {
  margin-left: 18px;
  font-size: 14px;
  fill: #fff;
  transition: all 0.4s ease;
  transform: rotate(-45deg);
}
.elementor-button.theme-btn-custom:hover svg {
  transform: rotate(0deg);
}
.elementor-button.theme-btn-custom svg path {
  fill: #fff;
}

.sub-after .elementor-heading-title:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 4px;
  height: 80%;
  top: 5%;
  background: var(--e-global-color-secondary);
}

.testimonials-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: #0174ad;
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box:hover:before {
  content: "";
  background: #ff1c25;
}

.testimonials-box .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box .title,
.testimonials-box-popup .title {
  font: normal normal normal 21px / 25px D-DIN;
  letter-spacing: 0px;
  color: #0174ad;
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box .content-box {
  height: 130px;
}
.testimonials-box .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.read-more-testimonial {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
}
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: 0px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px 200px 20px 20px;
  padding: 40px;
  border-left: 20px solid #0174ad;
}
.model-testimonial .testimonials-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.testimonials-box-popup .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-backdrop {
  background-color: #292c2d !important;
  opacity: 0.9 !important;
}

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: #0174ad;
}
/* filter css end */

.home-text-popup p {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}
.single-detail .area-img img {
  width: 100% !important;
}
.img-pr {
  padding: 10px !important;
}
.text-pr {
  padding: 12px !important;
}
.other-section-content,
.other-section-img {
  padding: 10px !important;
}
.other-section-content{
	overflow-x: auto !important;
	overflow-y: hidden !important;
	white-space: nowrap;
}
/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px D-DIN;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px D-DIN;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px D-DIN !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: #ff1c25 !important;
}
.btn-normal:hover svg {
  fill: #ff1c25 !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.single-detail {
  padding: 90px 0;
  width: 100%;
  overflow: hidden;
}
.single-detail .img-wrap img {
  border-radius: 20px 150px 20px 20px;
}
.single-detail .sub-title,
.single-eproduct .sub-title {
  font: normal normal normal 16px / 20px D-DIN;
  letter-spacing: 0.66px;
  color: #292c2d;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
.single-detail .sub-title:before,
.single-eproduct .sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 0;
  width: 4px;
  height: 70% 28px;
  background-color: #ff1c25;
}
.single-detail h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.slick-slider-portfolio .img-wraps {
  border-radius: 15px;
}
.slick-slider-portfolio .img-wraps img {
  border-radius: 15px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: #0174ad !important;
  border-color: #0174ad !important;
}
.pagination-two {
  display: inline-flex;
  justify-content: center;
}
.pagination-two .page-numbers {
  font: normal normal 700 18px / 22px D-DIN !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.pagination-two .page-numbers.current {
  font-weight: 700 !important;
  color: #ff1c25 !important;
}
/* portfolio css end  */

/* footer social icons start */

.email-hover .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.email-hover .elementor-icon-box-content {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.4s ease, margin 0.4s ease; 
}
.email-hover:hover .elementor-icon-box-content {
  max-width: 180px;   
}
.email-hover .elementor-icon-box-title{
	padding-left: 20px;
} 



.whatphone-hover .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.whatphone-hover .elementor-icon-box-content {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.4s ease, margin 0.4s ease; 
}
.whatphone-hover:hover .elementor-icon-box-content {
  max-width: 130px;   
}
.whatphone-hover .elementor-icon-box-title{
	padding-left: 20px;
} 

/* footer social icons end*/


/* services css start  */
.service-box .title {
  text-align: center;
  font: normal normal normal 32px / 42px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  text-transform: capitalize;
  padding: 12px 0;
}
.service-box .img-wrap img {
  border-radius: 20px 150px 20px 20px;
}
.service-box:hover .title {
  color: #0174ad;
}
/* services css end  */
.service-taxonomy {
  padding: 90px 0;
}
.category-section {
  padding-bottom: 60px;
}
.service-taxonomy .sub-title,
.category-header .sub-title {
  font: normal normal normal 16px / 20px D-DIN;
  letter-spacing: 0.66px;
  color: #292c2d;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
.service-taxonomy .sub-title:before,
.category-header .sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 0;
  width: 4px;
  height: 70% 28px;
  background-color: #ff1c25;
}

.title-two {
  color: var(--e-global-color-primary);
  font-family: "D-DIN", Sans-serif;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 42px !important;
  text-align: center;
}

.single-eproduct .title-two h2 {
  padding-bottom: 0px !important;
  margin: 0 !important;
}

.wrap-two h5 {
  text-align: left;
  font: normal normal bold 18px / 24px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  margin: 0;
}
.count-area-list {
  counter-reset: section;
  list-style-type: none;
  gap: 100px;
  padding-left: 0;
}
.count-area-list li.number-count:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.count-area-list li.number-count {
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
}
.count-area-list li.number-count:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  background: #ff1c25;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  font: normal normal bold 14px/20px D-DIN;
  letter-spacing: 0px;
  color: #ffffff;
}

.count-area-list li ul {
  list-style-type: disc !important;
  margin-left: 0px;
  padding-left: 0px;
}

.count-area-list li ul li {
  list-style-type: disc !important;
}

.banner-custom {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -50px;
}
.banner-custom h5 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 0;
  color: #ffffff;
}

section.product-category-listing {
  padding: 90px 0;
}
.products-category-box img {
  border-radius: 20px;
}
.products-category-box h3 {
  font: normal normal 700 20px/35px D-DIN;
  letter-spacing: 0px;
  color: #0174ad;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}
.products-category-box p {
  font: normal normal normal 16px/24px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  margin-top: 0;
}

a.btn-view-link {
  display: flex;
  font: normal normal 700 16px / 21px D-DIN !important;
  letter-spacing: 0px;
  color: #292c2d;
  text-transform: uppercase;
  justify-content: start;
}
.btn-view-link svg {
  height: 15px;
  fill: #ff1c25;
  transform: rotate(-45deg);
  transition: all 0.4s ease;
  margin-left: 10px;
}
.btn-view-link:hover svg {
  transform: rotate(0deg);
}
.category-header {
  padding: 90px 0 0px 0;
}
.category-header .img-wrap img {
  border-radius: 22px 22px 22px 22px;
  border: solid 2px #eeefef;
}
.category-list-box {
  margin-bottom: 40px;
}
.category-list-box img {
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #eee;
  border-right: 0;
}
.category-list-box .wrap-content {
  background: #0174ad;
  border-radius: 0px 20px 20px 0px;
  padding: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.other-section-img img {
  border-radius: 22px 22px 22px 22px;
}

.child-category-listing {
  padding: 40px 0 80px 0;
}
.category-list-box:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.category-list-box:nth-child(odd) .wrap-content {
  border-radius: 20px 0px 0px 20px;
}
.category-list-box:nth-child(odd) img {
  border-radius: 0px 20px 20px 0px;
  border: 1px solid #eee;
  border-left: 0;
}

.title-top h2.title {
  font: normal normal normal 28px / 36px D-DIN;
  text-align: center;
  margin-bottom: 30px;
}

.products-catalogue {
  border: 1px solid #ececec;
  border-radius: 20px;
}
.products-catalogue h4 {
  font: normal normal normal 16px / 22px D-DIN;
  letter-spacing: 0.3px;
  color: #292c2d;
  text-align: center;
  padding: 15px;
  margin: 0;
  height: 85px;
}
.products-catalogue .img-wrap {
  position: relative;
}
.products-catalogue .img-wrap img {
  border-radius: 20px 20px 0px 0px;
}
.products-catalogue .catalogue .elementor-button:hover {
  background-color: #0174ad !important;
  border-color: #0174ad !important;
}
.products-catalogue .catalogue {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}

.products-catalogue:hover .catalogue {
  opacity: 1;
}

.single-eproduct {
  padding: 90px 0;
}
.single-eproduct .img-wrap img {
  border: 1px solid #ececec;
  border-radius: 30px;
}
.catalogs_wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.catalogs_wrap h4 {
  font: normal normal normal 20px/30px D-DIN;
  letter-spacing: 0px;
  color: #0174ad;
}
.product-showcase .content-wraps {
  opacity: 1;
  padding:30px 30px 30px 30px;
  height: auto !important;
  display: flex;
  align-items: center;
}

.product-showcase .content-wraps h2 {
  font-size: 26px !important;
  line-height: 1.3em !important;
}

.product-showcase .justify-content-center {
  border: solid 1px #ececec !important;
  border-radius: 20px 20px 20px 20px !important;
  overflow: hidden !important;
}

.menu-head-eql{
	height: 54px !important;
}
/* shop page */

.elementor-element.elementor-element-efbe11e.e-con-full.e-flex.e-con.e-child {
  font-family: "d-din";
  font-size: 24px !important;
  color: black !important;
}

.custom-product-grid {
  padding-bottom: 100px !important;
}
@media (max-width: 768px) {
  .custom-product-grid {
    padding-bottom: 50px !important;
  }
  .products-catalogue h4 {
    height: auto !important;
  }
}

span.onsale {
  display: none;
}

p.woocommerce-result-count {
  display: none;
}

select.orderby {
  display: none;
}

span.price {
  color: #0174ad !important;
  font-size: 16px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  padding-bottom: 10px !important;
}

.woocommerce-variation-price span.price {
  color: #0174ad !important;
  font-size: 25px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  padding-bottom: 10px !important;
}
/* a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none !important;
}  */

ul.products.columns-3 {
  text-align: center !important;
}

h2.woocommerce-loop-product__title {
  font-size: 18px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 10px !important;
  color: #292c2d !important;
  line-height: 1.2em !important;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  h2.woocommerce-loop-product__title {
    line-height: 1em !important;
    height: 38px;
  }
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  border: solid 1px #ececec !important;
  border-radius: 20px !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-bottom: solid 1px #ececec !important;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.product-categories {
  list-style: none;
  padding: 0;
}
.product-categories .cat-item a {
  font-size: 20px;
}

.accordion-header {
  padding: 0px 10px 10px 0px;
}

.accordion-item {
  border: none !important;
  font-family: "outfit";
  font-weight: 300;
  font-size: 22px;
}

.accordion-header .main-category {
  color: #292c2d !important;
  font-size: 18px !important;
}

.accordion-header .main-category:hover {
  color: #ff1c25 !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
  padding-left: 10px;
}

/* STEP 1: Image container must be relative */
ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}

/* STEP 2: Base Style for Button (Desktop default) */
ul.products
  li.product
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  position: absolute !important;
  width: 60% !important;
  top: 35% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background-color: #ff1c25 !important;
  color: #fff;
  border: none;
  padding: 20px 35px !important;
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
}

/* STEP 3: Show on Hover */
ul.products
  li.product:hover
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  opacity: 1;
  visibility: visible;
}

/* STEP 4: Optional - fade image on hover */
ul.products li.product:hover img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

/* STEP 5: Button Hover Styling */
ul.products
  li.product
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  background-color: #0174ad !important;
  font-weight: 600 !important;
}

/* STEP 6: Responsive for Mobile Screens */
@media (max-width: 768px) {
  ul.products
    li.product
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 80% !important;
    top: 50% !important;
    padding: 14px 20px !important;
    font-size: 13px;
    border-radius: 8px !important;
  }
}

/* training page start */
.training-box {
  position: relative;
  overflow: hidden;
}

/* Image full width */
.training-img img {
  width: 100%;
  display: block;
  border-radius: 150px 22px 22px 22px;
}

/* Overlay wrapper */
.training-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  ); /* ✅ fade dark effect */
  color: #fff !important;
  padding: 30px 60px 40px 60px !important;
  text-align: left;
  z-index: 2;
  border-radius: 20px !important;
}

/* Heading */
.training-heading {
  font-size: 28px !important;
  color: #fff !important;
  margin-bottom: 10px;
}

/* Excerpt */
.excerpt-training {
  font-size: 16px !important;
  color: #fff !important;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* View More Button */
.view-more-btn {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: background-color 0.3s ease;
}

.view-more-btn:hover {
  color: #ff1c25 !important;
}

.view-more-btn i {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.view-more-btn:hover i {
  transform: translateX(5px);
}

/* ✅ Responsive Styles */
@media (max-width: 768px) {
  .training-info {
    padding: 20px 25px 25px 25px !important;
    border-radius: 12px !important;
  }

  .training-heading {
    font-size: 20px !important;
  }

  .excerpt-training {
    font-size: 14px !important;
  }

  .view-more-btn {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .training-info {
    padding: 15px 20px 20px 20px !important;
    border-top-right-radius: 100px !important;
  }

  .training-heading {
    font-size: 18px !important;
  }

  .excerpt-training {
    font-size: 13px !important;
  }

  .view-more-btn {
    font-size: 12px;
  }
}

/* training page end */

/* ACTIVE tab */
.e-n-tab-title[aria-selected="true"] {
  border-top: 2px solid #ececec !important;
  border-left: 2px solid #ececec !important;
  border-bottom: 2px solid #ececec !important;
  border-right: 5px solid #ff1c25 !important;
}

/* HOVER tab (non-active tab) */
.e-n-tab-title:hover {
  border-top: 2px solid #ececec !important;
  border-left: 2px solid #ececec !important;
  border-bottom: 2px solid #ececec !important;
  border-right: 5px solid #ff1c25 !important;
}

.e-n-tab-title {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 20px; /* adjust as needed */
}

/* ACTIVE TAB BORDER */
.e-n-tab-title[aria-selected="true"] {
  border-top: 0px solid #ececec !important;
  border-left: 2px solid #ececec !important;
  border-bottom: 0px solid #ececec !important;
  border-right: 5px solid #ff1c25 !important;
  height: 100%;
  box-sizing: border-box;
}

/* HOVER EFFECT */
.e-n-tab-title:hover {
  border-top: 0px solid #ececec !important;
  border-left: 2px solid #ececec;
  border-bottom: 0px solid #ececec !important;
  border-right: 5px solid #ff1c25;
}

/* get in touch form start*/

/* Wrapper with blue background and top-right curve */
.custom-blue-form-wrapper {
  background-color: #0174ad;
  padding: 50px;
  border-radius: 20px 100px 20px 20px;
  color: #fff;
  max-width: 650px;
  margin: auto;
  font-family: "d-din", sans-serif;
}

/* Labels */
.custom-blue-form-wrapper label {
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
}

/* Input fields */
.cf7-input {
  width: 100%;
  padding: 14px 18px !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
  box-sizing: none !important;
}

/* Drag and Drop File Upload */
.wpcf7-drag-n-drop-file {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Reduce message box height */
textarea.cf7-input {
  height: 100px !important;
  resize: vertical; /* allows manual resizing, or use 'none' to disable */
}

/* Recaptcha + Submit Button in One Row */
.form-row-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Submit Button */
.cf7-submit-button {
  background-color: #ff1c25;
  color: #fff;
  padding: 14px 35px !important;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 10px !important;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cf7-submit-button:hover {
  background-color: #292c2d !important;
  border: 1px solid #292c2d !important;
}

.cf7-submit-button {
  margin-right: -70px !important;
}

/* Adjust width on mobile */
@media (max-width: 600px) {
  .form-row-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .recaptcha-wrapper,
  .submit-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .cf7-submit-button {
    width: 100%;
    text-align: center;
    margin-right: auto !important;
  }
  .custom-blue-form-wrapper {
    padding: 30px;
  }
}
/* get in touch form end*/

/* carrer form start */
.career-form-wrapper {
  padding: 0px 20px 20px 20px;
  color: #fff;
  margin: auto;
  max-width: 750px;
  font-family: "d-din", sans-serif;
}
.career-recaptcha p:first-child {
  display: none;
}
#popmake-3738 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  right: -5px !important;
}
/* Input styling */
.career-input {
  width: 100%;
  padding: 14px 18px !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box !important;
}

textarea.career-input {
  height: 100px !important;
  resize: vertical;
}

/* Upload */
.wpcf7-drag-n-drop-file {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.career-upload-inline {
  margin-top: 15px;
}

/* Recaptcha + Submit aligned in row */
.career-form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  gap: 20px;
}

.career-recaptcha {
  flex: 1;
  min-width: 180px;
}

.career-submit-wrapper {
  flex-shrink: 0;
  margin-right: -72px !important;
}

.career-submit-button {
  background-color: #ff1c25;
  color: #fff;
  padding: 14px 35px !important;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 10px !important;
  cursor: pointer;
  transition: background 0.3s ease;
}

.career-submit-button:hover {
  background-color: #292c2d !important;
  border: 1px solid #292c2d !important;
}

/* Default placeholders (for all fields) */
.career-input::placeholder {
  color: #acacac !important;
}

/* Specifically for Job Subject field */
input[name="career-subject"]::placeholder {
  color: #292c2d !important;
}

/* Cross-browser support */
/* input[name="career-subject"]::-webkit-input-placeholder {
  color: #292c2d !important;
}
input[name="career-subject"]::-moz-placeholder {
  color: #292c2d !important;
}
input[name="career-subject"]:-ms-input-placeholder {
  color: #292c2d !important;
}
input[name="career-subject"]:-moz-placeholder {
  color: #292c2d !important;
} */

/* Mobile View */
@media (max-width: 1000px) {
  .career-form-row {
    flex-direction: column;
    align-items: stretch;
  }

  .career-recaptcha,
  .career-submit-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .career-submit-button {
    width: 100%;
    text-align: center;
  }

  .career-form-wrapper {
    padding: 0px;
    margin-right: auto !important;
  }
}

/* .pum-container.pum-responsive.pum-responsive-medium {
  background: transparent !important;
  top: 20px !important;
  bottom: 20px !important;
} */

/* @media only screen and (min-width: 1024px) {  
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -38% !important;
    width: 80% !important;
  }
} */
/* carrer form end */

/* mega menu start */

.elementskit-megamenu-panel {
  width: 1140px !important;
  left: 100px !important;
  right: auto !important;
  transform: none !important;
}

/* Set position context to normal for all megamenus */
.elementor-widget-ekit-nav-menu
  .elementskit-navbar-nav
  > li.elementskit-megamenu-has.relative_position {
  position: inherit !important;
}

/* Products mega menu */
.elementskit-navbar-nav-default.ekit-nav-dropdown-hover
  #menu-item-36:hover
  > .elementskit-megamenu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  width: 100% !important;
  left: 0 !important;
}

.elementor-element-36fb399 .elementskit-btn svg path {
  fill: #ff1c25 !important;
}

/* mega menu end */

/* additional css start */

/* additional css end  */

/* Pagination Wrapper */
.pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 30px !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
}

/* Common Box Style */
.pagination li {
  list-style: none !important;
  background-color: #ececec !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: background 0.3s ease !important;
}

/* Numbered Page Links */
.pagination li a {
  text-decoration: none !important;
  color: #333 !important;
  display: inline-block !important;
}

/* Current Page (span, not link) */
.pagination li span.current {
  background-color: #d1d1d1 !important;
  font-weight: bold !important;
  color: #000 !important;
  border-radius: 6px !important;
  display: inline-block !important;
  padding: 10px 16px !important;
}

/* Hover Effect */
.pagination li a:hover {
  background-color: #d1d1d1 !important;
  color: #000 !important;
  border-radius: 6px !important;
}

/* 
news  end*/

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: #ff1c25 !important;
  border-radius: 10px !important;
  color: #fff !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background-color: #0174ad !important;
  border-radius: 10px !important;
  color: #fff !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #0174ad !important;
  border-color: #0174ad !important;
}

.alignwide {
  margin-inline: 0 !important;
}

.wc-block-components-product-metadata__description {
  font-size: 16px !important;
}

/* single product page start */

.woocommerce div.product form.cart .button {
  background-color: #ff1c25 !important;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  font: normal normal 700 16px/23px D-DIN;
  border: solid 1px #ff1c25 !important;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #0174ad !important;
  border: solid 1px #0174ad !important;
}

.qib-button-wrapper {
  align-items: center;
  justify-content: center;
  gap: 0;
  border: solid 1px #ececec !important;
  margin-right: 40px !important;
  border-radius: 10px !important;
}

.qib-button-wrapper button.qib-button {
  padding: 6px 12px 8px;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  font-size: 22px;
  line-height: 20px;
  width: 0px;
  color: black;
  height: 48px !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 41px;
  padding: 6px 12px 8px;
  text-align: center;
  background: transparent !important;
  border: none !important;
  font-size: 15px !important;
  line-height: 20px;
}

.woocommerce div.product .product_title {
  color: #0174ad !important;
  font-size: 44px !important;
}

@media (max-width: 767px) {
  .woocommerce div.product .product_title {
    font-size: 34px !important;
  }
  .service-cat .owl-carousel .owl-item {
    margin-left: 2px !important;
  }
  .menu-head-eql{
    height: auto !important;
  }
  .single-eproduct ul.slick-dots {
    padding: 0 !important;
    margin-right: 0px !important;
    justify-content: normal;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  p.price
  .woocommerce-Price-amount {
  color: #292c2d !important;
}

.woocommerce-product-details__short-description {
  color: #292c2d !important;
  line-height: 1.6em !important;
}

.posted_in {
  display: none !important;
}

.woocommerce-breadcrumb {
  display: none !important;
}

a.woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce div.product div.images img {
  border: solid 1px #ececec !important;
  border-radius: 10px !important;
}

.flex-control-thumbs {
  gap: 16px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.flex-control-thumbs li {
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 0px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  height: auto !important;
  transition: transform 0.2s ease !important;
}

/* Base thumbnail image style */
.flex-control-thumbs img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  border: 2px solid #ececec !important;
  display: block !important;
  transition: all 0.3s ease !important;
}

/* Ensure the gallery layout is row-wise */
.woocommerce-product-gallery {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
}

/* Main image container full width minus thumbnail sidebar */
.woocommerce-product-gallery .flex-viewport {
  width: 80% !important;
  margin-right: 2% !important;
}

/* Thumbnails to the right */
.woocommerce-product-gallery .flex-control-thumbs {
  width: 20% !important;
  margin-top: 0px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  padding: 0;
  margin: 0;
  padding: 0px !important;
  box-shadow: none !important;
}
.flex-control-thumbs li {
  box-shadow: none !important;
}

/* Each thumbnail fills the right column width */
.woocommerce-product-gallery .flex-control-thumbs li {
  width: 100% !important;
  margin-bottom: 5px !important;
  list-style: none;
}

.woocommerce-message {
  margin-top: 5px;
  border: 0;
  padding: 20px !important;
  background: #ff1c25;
  color: #fff;
  font: normal normal bold 16px/24px D-DIN;
  border-radius: 10px;
}
.woocommerce-message::before {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  margin-right: 10px;
  left: 0;
  top: 5px;
}
.woocommerce-message a.button.wc-forward {
  background-color: transparent !important;
  font: normal normal bold 16px / 18px D-DIN;
  letter-spacing: 0px;
  color: #ffffff;
  border: 0;
  padding: 5px 0;
  text-decoration: underline !important;
}
.woocommerce-message a.button.wc-forward:hover {
  color: #fff;
  border: 0 !important;
  background-color: transparent !important;
}
.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

/* Thumbnail images 100% width */
.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 1 !important;
  padding: 0px !important;
}

/* ===== MOBILE STYLES (below 768px) ===== */
@media (max-width: 767px) {
  .woocommerce-product-gallery {
    flex-direction: column !important;
  }

  .woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .woocommerce-product-gallery .flex-control-thumbs {
    width: 100% !important;
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0 !important;
    gap: 10px !important;
    margin-top: auto !important;
  }

  .woocommerce-product-gallery .flex-control-thumbs li {
    width: 25% !important;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: none !important;
}

.woocommerce-Reviews {
  display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 200px 0px;
  padding: 60px;
}

.project-slider .item .title {
  text-align: left;
  font: normal normal normal 24px / 32px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  text-transform: capitalize;
  padding: 12px 0;
  margin: 0;
}
.slick-slider-portfolio .item .title {
  text-align: left;
  font: normal normal normal 24px / 32px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  text-transform: capitalize;
  padding: 12px 0;
  margin: 0;
}
.custom-banner .banner-img {
  image-rendering: auto;
}
.category-description p {
  margin-bottom: 1em; /* Paragraph gap */
  line-height: 1.5;
}

.quote-icon img {
  margin: 0 auto !important;
}

.elementor-counter-title {
  text-align: center !important;
}
@media (min-width: 1024px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    margin: 70px -5% 0 -5% !important;
  }
  .project-slider .slick-track {
    margin-left: 0;
  }
}

.woocommerce-tabs .panel h2 {
  text-align: center !important;
  font-size: 34px !important;
  padding-bottom: 15px !important;
}

.woocommerce-tabs .panel p {
  text-align: start !important;
}

@media (max-width: 767px) {
  .woocommerce-tabs .panel {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .woocommerce-tabs .panel h2 {
    text-align: center !important;
    font-size: 24px !important;
    padding-bottom: 10px !important;
  }
  .elementor-2416
    .elementor-element.elementor-element-05f236d
    .elementor-heading-title {
    text-align: center;
  }
}

section.related.products {
  text-align: center !important;
  padding-top: 80px;
  padding-bottom: 0px !important;
}

.related.products > h2 {
  font-size: 34px !important;

  padding-bottom: 50px !important;
}

section.related.products .woocommerce-Price-amount {
  color: #0174ad !important;
}

.custom-banner {
  padding: 100px 0 90px 0;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: -28px;
}
.custom-banner .title {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
}
.custom-banner .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  object-fit: cover;
}

@media (max-width: 767px) {
  .related.products > h2 {
    font-size: 24px !important;
    padding-bottom: 30px !important;
    font-family: "D-DIN", Sans-serif !important;
  }
  section.related.products {
    padding-bottom: 40px !important;
  }
  .single-product .summary .product_title.entry-title,
  .featured-item-details .featured-item-details-title,
  section.related.products h2 {
    font-family: "D-DIN", Sans-serif !important;
    text-align: center !important;
  }
  .single-product .summary .price {
    text-align: center !important;
  }
  .woocommerce-product-details__short-description {
    text-align: center;
  }
  .custom-banner .title {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

/* pages top bottom  */

.woocommerce div.product {
  padding-top: 20px !important;
  padding-bottom: 60px !important;
}
.page-header .entry-title {
  padding-top: 30px !important;
  padding-bottom: 25px !important;
}
.wc-block-components-sidebar-layout.wc-block-cart {
  padding-bottom: 65px !important;
}
.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
  padding-bottom: 100px !important;
}

@media (max-width: 767px) {
  .woocommerce div.product {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .page-header .entry-title {
    padding-top: 4ch !important;
    padding-bottom: 0px !important;
  }

  .wc-block-components-sidebar-layout.wc-block-cart {
    padding-bottom: 40px !important;
  }
  .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    padding-bottom: 40px !important;
  }
  .woocommerce .woocommerce-customer-details address {
    margin-bottom: 50px !important;
  }
}

/* quantity +- start */
.woocommerce .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
  margin-right: 20px !important;
  margin-bottom: 5px !important;
}

.woocommerce .quantity input.qty {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  appearance: textfield;
}

.woocommerce .quantity button.custom-minus,
.woocommerce .quantity button.custom-plus {
  background: none;
  border: none;
  font-size: 20px;
  color: #292c2d !important;
  padding: 18px 14px !important;
  cursor: pointer;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* quantity +- end */

/* news page start */

#ajax-blog-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.ajax-flex-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px !important;
}

.ajax-left-column {
  width: 65%;
}

.ajax-right-column {
  width: 35%;
}

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  display: inline-flex;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #0174ad !important;
  color: #fff;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-page .text-center {
  text-align: start !important;
  margin-top: 0px !important;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  line-height: 1.2em;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: #e60023;
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}

.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

h3.cat-color {
  color: #0174ad !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-divider {
  border-top: 1px solid #868484 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .after-post {
    margin-bottom: 12px !important;
  }
}

.after-post {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  padding: 30px;
}

.after-post.radius-left {
  border-radius: 20px 80px 20px 20px;
}
.after-post.radius-right {
  border-radius: 80px 20px 20px 20px;
  text-align: right;
}
.after-post img {
  border-radius: 10px;
}
.after-post a {
  font: normal normal normal 16px/21px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prev-post {
  font: normal normal normal 13px / 18px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  margin-top: 10px;
}

.serives-category-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dfdfdf;
  padding: 50px;
}
/* .slick-current .serives-category-box {
  border-right: 1 !important;
} */
.serives-category-box h3 {
  font: normal normal normal 24px / 32px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
}
.serives-category-box p {
  font: normal normal normal 16px/23px D-DIN;
  letter-spacing: 0px;
  color: #292c2d;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serives-category-box .btn-view-link {
  margin: 20px 0px 40px 0;
}
.serives-category-box img {
  border-radius: 10px 10px 10px 100px !important;
}

@media (max-width: 991px) {
  .ajax-flex-container {
    flex-direction: column !important;
    gap: 40px !important;
  }

  .ajax-left-column,
  .ajax-right-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  .blog-content h2 {
    font-size: 26px !important;
  }

  .read-more-btn {
    padding: 10px 24px !important;
    font-size: 15px !important;
  }

  .category-list a,
  .recent-post a {
    font-size: 16px !important;
  }

  .sidebar-box {
    padding: 20px !important;
  }
}

@media (max-width: 575px) {
  .blog-content h2 {
    font-size: 22px !important;
  }

  .read-more-btn {
    padding: 8px 20px !important;
    font-size: 14px !important;
  }

  .category-list a,
  .recent-post a {
    font-size: 15px !important;
  }

  .recent-post img {
    width: 60px !important;
  }
}

/* news page end */

/* shop page pagination start */

.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers.current {
  background-color: #fff !important;
  border: solid 2px #ececec !important;
  border-radius: 8px !important;
  padding: 10px 15px !important;
  color: #292c2d !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
  margin: 5px !important;
}

.woocommerce-pagination a.prev.page-numbers::before {
  content: "ᐸ" !important;
  font-size: 16px !important;
  margin-right: 5px;
  color: #292c2d !important;
  font-weight: 700 !important;
}

.woocommerce-pagination a.next.page-numbers::before {
  content: "ᐳ" !important;
  font-size: 16px !important;
  margin-left: 5px;
  color: #292c2d !important;
  font-weight: 700 !important;
}

.woocommerce-pagination a.prev.page-numbers,
.woocommerce-pagination a.next.page-numbers {
  font-size: 0 !important;
}

/* shop page pagination end */

/* call button start */

.elementor-element-a494e3d .elementor-icon-wrapper {
  background-color: #ff1e1e;
  color: white;
  border-radius: 50px;
  padding: 15px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; /* icon stays on left */
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  min-width: 50px;
  height: 56px;
  text-align: right;
}

.elementor-element-a494e3d .elementor-icon-wrapper i {
  font-size: 20px;
  z-index: 2;
  position: relative;
}

.elementor-element-a494e3d .elementor-icon-wrapper::before {
  content: "Enquire Now";
  color: white;
  font-size: 16px;
  font-weight: 500;
  /* position: absolute; */
  left: 0px; /* right after the icon */
  /* transform: translateX(-20px);  */
  opacity: 0;
  white-space: nowrap;
  transition: all 0.5s ease;
  z-index: 999;
  width: 0;
}

.elementor-element-a494e3d .elementor-icon-wrapper:hover::before {
  opacity: 1;
  transform: translateX(0); /* slide into place */
  width: 100px;
}

/* call button end */

/* email button start */

.elementor-element-1ff72d3 .elementor-icon-wrapper {
  background-color: #0174ad;
  color: white;
  border-radius: 50px;
  padding: 15px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; /* icon stays on left */
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  min-width: 50px;
  height: 56px;
  text-align: right;
}

.elementor-element-1ff72d3 .elementor-icon-wrapper i {
  font-size: 20px;
  z-index: 2;
  position: relative;
}

.elementor-element-1ff72d3 .elementor-icon-wrapper::before {
  content: "Send Us Email";
  color: white;
  font-size: 15px;
  font-weight: 500;
  /* position: absolute; */
  left: 0px; /* right after the icon */
  /* transform: translateX(-20px);  */
  opacity: 0;
  white-space: nowrap;
  transition: all 0.5s ease;
  z-index: 1;
  width: 0;
}

.elementor-element-1ff72d3 .elementor-icon-wrapper:hover::before {
  opacity: 1;
  transform: translateX(0); /* slide into place */
  width: 100px;
}

/* email button end */

/* whataap button start */

.elementor-element-70fa239 .elementor-icon-wrapper {
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  padding: 15px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; /* icon stays on left */
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  min-width: 50px;
  height: 56px;
  text-align: right;
}

.elementor-element-70fa239 .elementor-icon-wrapper i {
  font-size: 20px;
  z-index: 2;
  position: relative;
}

.elementor-element-70fa239 .elementor-icon-wrapper::before {
  content: "Whataap Us";
  color: white;
  font-size: 16px;
  font-weight: 500;
  /* position: absolute; */
  left: 0px; /* right after the icon */
  /* transform: translateX(-20px);  */
  opacity: 0;
  white-space: nowrap;
  transition: all 0.5s ease;
  z-index: 1;
  width: 0;
}

.elementor-element-70fa239 .elementor-icon-wrapper:hover::before {
  opacity: 1;
  transform: translateX(0); /* slide into place */
  width: 100px;
}

/* whataap button end */

/* contact file start  */
.codedropz-upload-inner {
  display: flex;
  align-items: center;
}
.codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-handler {
  border: 0;
  padding: 0;
}
.codedropz-btn-wrap {
  background: #e8e8e8 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 5px 15px;
  font: normal normal normal 16px / 30px D-DIN;
  letter-spacing: 0.24px;
  color: #0a0c13 !important;
}
.codedropz-upload-inner h3 {
  margin: 5px 0;
  font: normal normal normal 14px / 20px D-DIN;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  margin-right: 8px;
}
.codedropz-upload-inner span {
  display: none;
}
span.dnd-upload-counter {
  display: none;
}
.dnd-upload-status .dnd-upload-details .name {
  color: #fff !important;
}
.dnd-upload-status .dnd-upload-details .name em {
  color: #fff !important;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
  filter: invert(1);
}
/* contact file end  */

/* .count-area-list  .col-md-6 {
    width: 50% !important;
} */

/* Service Enquiry Form file start  */
.file-upload-inline .codedropz-upload-inner {
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.file-upload-inline .codedropz-upload-inner h3 {
  font-size: 14px;
  color: #0a0c13 !important;
  margin-right: 10px !important;
  text-transform: none;
  font-weight: 500;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: #0a0c13 !important;
}

.file-upload-inline .codedropz-btn-wrap {
  background: #e8e8e8 !important;
  color: #0a0c13 !important;
  border-radius: 6px;
  padding: 4px 20px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-family: inherit;
}

.file-upload-inline .codedropz-btn-wrap a {
  color: #0a0c13 !important;
  text-decoration: none;
}

/* Optional: Hide extra elements */
.file-upload-inline .codedropz-upload-inner span,
.file-upload-inline span.dnd-upload-counter {
  display: none !important;
}
/* Service Enquiry Form file end  */

/* Project Sales Engineers file start  */
.career-upload-inline .codedropz-upload-inner {
  display: flex;
  align-items: center;
}
.career-upload-inline .codedropz-upload-container {
  padding: 0;
}
.career-upload-inline .codedropz-upload-handler {
  border: 0;
  padding: 0;
}
.career-upload-inline .codedropz-btn-wrap {
  background: #e8e8e8 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 5px 15px;
  font: normal normal normal 16px / 30px D-DIN;
  letter-spacing: 0.24px;
  color: #0a0c13 !important;
}
.career-upload-inline .codedropz-upload-inner h3 {
  margin: 5px 0;
  font: normal normal normal 14px / 20px D-DIN;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  margin-right: 8px;
}
.career-upload-inline .codedropz-upload-inner span {
  display: none;
}
.career-upload-inline span.dnd-upload-counter {
  display: none;
}
.career-upload-inline .dnd-upload-status .dnd-upload-details .name {
  color: #fff !important;
}
.career-upload-inline .dnd-upload-status .dnd-upload-details .name em {
  color: #fff !important;
}
.career-upload-inline
  .dnd-upload-status
  .dnd-upload-details
  .remove-file
  span:after {
  filter: invert(1);
}
/* Project Sales Engineersfile end  */

.career-input {
  padding: 10px 20px !important;
}

/* home form popup start */

.newsletter-form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ececec !important;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.newsletter-form label {
  display: block;
  font-size: 16px !important;
  font-weight: 500;
  color: #292c2d !important;
  margin-bottom: -10px !important;
}

.newsletter-form input[type="checkbox"] {
  margin-right: 8px !important;
  color: #c8c8c8 !important;
}

.newsletter-form .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

/* Submit Button Styling */
.newsletter-form .subscribe-btn {
  background-color: #ff1e1e;
  color: #fff !important;
  margin-top: 5px !important;
  border: none;
  padding: 13px 40px !important;
  font-size: 18px !important;
  border-radius: 10px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600 !important;
  transition: background 0.3s ease;
}

/* home form popup end */

.elementor-1644 .elementor-element.elementor-element-fc9488f .elementskit-btn,
.elementor-1644 .elementor-element.elementor-element-5f5694c .elementskit-btn,
.elementor-element.elementor-element-7cf4f5e .elementskit-btn {
  text-align: start !important;
}

/* service form start*/
.custom-cf7-form {
  max-width: 100%;
  margin-top: 20px;
}

/* Two-column layout */
.custom-cf7-form .form-row.two-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-cf7-form .form-row .form-col {
  flex: 1;
}

.custom-cf7-form textarea[name="your-message"] {
  height: 80px !important;
  resize: none;
}

.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form input[type="tel"],
.custom-cf7-form textarea,
.custom-cf7-form input[type="file"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dfdfdf !important;
  border-radius: 6px;
  font-size: 14px;
  color: #acacac !important;
  margin-bottom: 5px;
  box-sizing: border-box;
  background-color: #fff;
}

.custom-cf7-form input::placeholder,
.custom-cf7-form textarea::placeholder {
  color: #acacac !important;
}

.custom-cf7-form input[name="your-subject"]::placeholder {
  color: #000 !important;
}

.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="email"],
.custom-cf7-form input[type="tel"],
.custom-cf7-form input[type="file"],
.custom-cf7-form textarea {
  color: #292c2d !important;
}

.custom-cf7-form input[type="file"] {
  padding: 2px !important;
  background: none !important;
  border: none !important;
}
.custom-cf7-form .form-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.custom-cf7-form .form-footer-row .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 240px;
}

/* Submit Button Styling */
.custom-submit-btn {
  background-color: #ff1e1e;
  color: #fff;
  border: none !important;
  padding: 18px 35px !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px !important;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-submit-btn:hover {
  background-color: #292c2d !important;
  border: soild 1px #292c2d !important;
}

/* service form end*/

.custom-cf7-form .file-upload-inline {
  display: flex !important;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.custom-cf7-form .file-upload-inline label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.custom-cf7-form .file-upload-inline input[type="file"] {
  flex: 1 !important;
  padding: 6px 0;
  border: none;
}

/* home page popup start */
#popmake-2559 .pum-close.popmake-close {
  color: #292c2d !important;
  top: 2px !important;
  right: 2px !important;
}
#popmake-2559 .pum-close.popmake-close:hover {
  color: #ff1c25 !important;
}

@media (max-width: 768px) {
  #popmake-2559 .pum-close.popmake-close {
    color: #fff !important;
  }
}
/* home page popup end */

.pum-container .pum-content + .pum-close:hover {
  color: #ff1c25 !important;
}

.taxonomy-namelist {
  padding: 90px 0;
}

.taxonomy-list {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 10px;
}
.taxonomy-list .accordion-item {
  background-color: transparent;
}

h3.serpro-category {
  color: #0174ad;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
#serproCategoriesAccordion .accordion-button {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  color: #292c2d;
  float: right;
  position: relative;
  top: 10px;
  font-size: 16px;
}
#serproCategoriesAccordion .accordion-body li a {
  font:
    normal normal normal 16px / 22px "D-DIN",
    Sans-serif;
  letter-spacing: 0px;
  color: #292c2d !important;
  text-transform: capitalize;
}
#serproCategoriesAccordion .accordion-body li a.active {
  color: #0174ad !important;
}

@media (min-width: 991px) {
  .menu-item i.icon {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .slideInLeft h3 {
    font-size: 20px !important;
    line-height: 1em !important;
    padding-top: 20px !important;
  }
}

.after-post a:hover {
  color: #ff1c25 !important;
}

/* Service Enquiry Form start*/
#popmake-2618.pum-container {
  position: relative !important;
}

#popmake-2618 .pum-close.popmake-close {
  position: absolute !important;
  top: 14px !important;
  right: -10px !important;
  left: auto !important;
  z-index: 9999 !important;
  font-size: 34px !important;
  color: #fff !important;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}

#popmake-2618 .pum-close.popmake-close:hover {
  color: #ff1c25 !important;
}
/* Service Enquiry Form end */

.title-two {
  padding-bottom: 10px !important;
}

.checkbox-label a {
  color: #292c2d !important;
  text-decoration: underline;
}

.newsletter-form .subscribe-btn {
  background-color: #ff1e1e !important;
  color: #fff !important;
  margin-top: 15px !important;
}

.arrowbtn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
  z-index: 9;
}
.left-btn {
  left: -35px;
}
.right-btn {
  right: -35px;
}

.services-category-featured i.eicon-chevron-left.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2 !important;
  background-color: #ff1c25 !important;
  padding: 10px;
  border-radius: 50px !important;
  color: #fff !important;
}

.services-category-featured i.eicon-chevron-right.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0 !important;
  z-index: 2 !important;
  background-color: #ff1c25 !important;
  padding: 10px;
  border-radius: 50px !important;
  color: #fff !important;
}
@media (min-width: 992px) {
  .services-category-featured .serives-category-box h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* home slider start */
@media (max-width: 991px) {
  #popmake-2559 {
    width: 70% !important;
  }
}

@media (max-width: 768px) {
  #popmake-2559 {
    width: 90% !important;
  }
  .carousel-item {
    position: relative !important;
    overflow: hidden !important;
  }

  .carousel-item img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .carousel-caption {
    position: absolute !important;
    left: 0% !important;
    right: 5% !important;
    text-align: center !important;
  }

  .carousel-caption h3 {
    font-size: 18px !important;
  }

  .carousel-caption .theme-btn-custom {
    font-size: 13px !important;
    padding: 8px 16px !important;
  }

  .arrow-control-slider {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .control-prev,
  .control-next {
    font-size: 20px !important;
    padding: 5px 0px !important;
    cursor: pointer !important;
    color: #fff !important;
  }

  .control-prev {
    margin-right: 10px !important;
  }
  .btnlight {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }
  .arrow-control-slider span {
    height: 40px !important;
  }

  .left-btn {
    left: -5px;
  }
  .right-btn {
    right: -5px;
  }
}
/* home slider end */
@media (max-width: 425px) {
  #popmake-2559 {
    width: 100% !important;
  }
}

/* Accreditations image start */
.elementor-lightbox .elementor-lightbox-image {
  padding: 30px !important;
}
/* Accreditations image end */

/* training page start */

@media (max-width: 768px) {
  .training-info {
    padding: 15px 20px 15px 35px !important;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, -0.3),
      rgba(0, 0, 0, 0)
    ) !important;
  }
  .single-detail {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .article-detail {
    padding: 0px !important;
  }
  .hero-banner .carousel-caption {
    left: 0% !important;
  }
}

/* training page end */

/* news page start	 */
@media (max-width: 767.98px) {
  .elementor-shortcode .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* .elementor-shortcode .col-md-8 {
    order: 1 !important;
    width: 100% !important;
  }

  .elementor-shortcode .col-md-4 {
    order: 2 !important;
    width: 100% !important;
    margin-top: 20px !important;
  } */
}

/* news page end	 */

/* ACMV PAGE main categories start */
@media (max-width: 768px) {
  .banner-custom {
    height: 140px !important;
    margin-top: -25px !important;
  }
  .banner-custom h5 {
    font-size: 24px !important;
  }
  .service-taxonomy {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
  }
  .service-box .title {
    font-size: 24px !important;
    line-height: 1.2em !important;
  }
}
/* ACMV PAGE main categories end */

/* ACMV PAGE sub categories start */

@media (max-width: 768px) {
  .title-two {
    font-size: 28px !important;
    padding-bottom: 0px !important;
  }
  .justify-content-center {
    justify-content: start !important;
  }
  .count-area-list {
    display: table-footer-group !important;
  }
  .single-detail .title-two {
    padding-bottom: 10px !important;
  }
}

/* ACMV PAGE sub categories end */

/* Product page start */
@media (max-width: 768px) {
  .product-category-listing {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  .products-category-box {
    margin-bottom: 30px;
  }

  .category-header {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }
  .single-eproduct {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  a.elementor-button {
    padding: 14px 16px 14px 16px !important;
    margin-left: 15px !important;
  }
  .product-showcase .content-wraps {
    padding: 20px !important;
  }
  .child-category-listing {
    padding: 0 !important;
  }
}
/* Product page end */

/* Portfolio banner start */
@media (max-width: 767px) {
  .elementor-24 .elementor-element.elementor-element-1497c56 {
    min-height: 150px !important;
    padding-top: 10px !important;
  }
}
/* Portfolio banner end */

.pum-container {
  overflow: hidden !important;
}

/* career popup start */
#popmake-1437 .pum-close.popmake-close {
  color: #333 !important;
  top: 0px !important;
  right: 10px !important;
  left: auto !important;
  position: absolute !important;
  font-size: 28px !important;
  z-index: 9999 !important;
}

.my-tab-section .e-n-tab-title .e-n-tab-icon svg {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.my-tab-section .e-n-tab-title:hover .e-n-tab-icon svg {
  transform: rotate(0deg) !important;
}

.image-shadow .gallery-icon {
  display: inline-block;
  padding: 5px !important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.products-category-box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hover-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.hover-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.4s ease-in-out;
  z-index: 1;
}

.hover-card:hover::after {
  background: rgba(0, 0, 0, 0.7);
}

.hover-card .elementor-widget-heading {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.hover-card .elementor-widget-text-editor {
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}

.hover-card:hover .elementor-widget-heading {
  opacity: 0;
  transform: translateY(-30px);
}

.hover-card:hover .elementor-widget-text-editor {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-form .checkbox-label {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 15px;
  color: #292c2d;
  cursor: pointer;
  white-space: nowrap;
}

.newsletter-form .checkbox-label input[type="checkbox"] {
  accent-color: #ff1c25;
  width: 13px;
  height: 12px;
  margin: 0;
  cursor: pointer;
}

.newsletter-form .checkbox-label .privacy-link::after {
  content: "Privacy Policy";
  color: #292c2d;
  text-decoration: underline;
  margin-left: 4px;
}

.quote-icon {
  text-align: center !important;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-items: center;
}

.quote-icon img {
  width: 25px;
  height: auto;
  display: inline-block;
}

.page-id-1161 .Contact-hide,
.page-id-1252 .Contact-hide,
.page-id-28 .Contact-hide {
  display: none !important;
}

/* For single image products */
.woocommerce-product-gallery.single-image-only {
  display: block;
  max-width: 100%;
  text-align: center;
}

.woocommerce-product-gallery.single-image-only
  .woocommerce-product-gallery__wrapper {
  display: block;
  transform: none !important;
  width: 100% !important;
}

.woocommerce-product-gallery.single-image-only
  .woocommerce-product-gallery__image {
  float: none !important;
  margin: 0 auto;
  width: auto !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding: 60px;
}

.no-description-product .woocommerce-tabs.wc-tabs-wrapper {
  padding: 0 !important;
}

section.related.products {
  text-align: center !important;
  padding-top: 80px;
  padding-bottom: 0px !important;
}

.no-description-product section.related.products {
  padding-top: 10px !important;
}

.count-area-list {
  column-gap: 40px !important;
  list-style-position: inside !important;
  padding: 0 !important;
  margin: 0 !important;
}
.count-area-list .area-img img {
  border-radius: 20px;
}
.count-area-list li.number-count {
  break-inside: avoid !important;
  margin-bottom: 10px !important;
}

.count-area-list .wrap-two {
  background: #fff !important;
  padding: 5px !important;
  border-radius: 5px !important;
}
.count-area-list2 li.number-count {
  padding-left: 0;
}
.count-area-list2 li.number-count:before {
  display: none;
}
div#tab-additional_information {
  display: none !important;
}

@media (max-width: 1024px) {
  .elementskit-megamenu-panel {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .career-submit-wrapper,
  .career-recaptcha,
  .career-upload-inline {
    justify-items: center;
  }
  .career-submit-wrapper p {
    margin-left: 45px !important;
  }
  .woocommerce ul.products li.product a.woocommerce-loop-product__link {
    height: 300px;
  }
  section.related.products {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .woocommerce div.product form.cart {
    display: block !important;
    justify-items: center !important;
  }
  form.cart {
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  form.cart .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  form.cart .single_add_to_cart_button {
    margin: 0;
  }
  .child-category-listing .pagination-center.text-center.mt-5 {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #project-filter-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #project-filter-list li {
    width: 100%;
    text-align: center;
  }

  #project-filter-list li a {
    display: block;
    padding: 10px;
  }
  ul.slick-dots {
    margin-right: 35px;
  }
  .newsletter-form .checkbox-label {
    justify-content: center;
    margin-bottom: 20px !important;
  }
  .newsletter-form label {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .newsletter-form .subscribe-btn {
    display: block;
    margin: 0 auto;
  }

  .newsletter-form .wpcf7-form p {
    text-align: center;
  }
  .product-showcase .justify-content-center {
    border: solid 1px #ececec !important;
    border-radius: 20px 20px 20px 20px !important;
    overflow: hidden !important;
  }
  .count-area-list .col-md-6 {
    width: 100% !important;
  }
  .woocommerce-variation-price span.price {
    color: #0174ad !important;
    font-size: 20px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
  }

  .taxonomy-namelist {
    padding: 20px 0 0px 0;
  }
}

@media (max-width: 425px) {
  .testimonials-box {
    border-radius: 10px 100px 10px 10px !important;
    padding: 0px 15px 15px 15px !important;
  }
}

.quote-icon img {
  margin: 0 auto !important;
}

.custom-banner .banner-img {
  image-rendering: auto;
}

.elementor-counter-title {
  text-align: center;
}

.click-icon {
  color: #292c2d !important;
  font-weight: 600 !important;
}
.click-icon:hover {
  color: #0174ad !important;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .thaps-search-box .th-icon {
    font-size: 22px !important;
    margin-top: -5px !important;
  }
}

@media (max-width: 767px) {
  .after-post {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 768px) {
  .article-detail {
    padding: 0px !important;
  }
  .sidebar-box {
    margin-bottom: 40px !important;
  }

  .checkbox-label a {
    color: #292c2d !important;
    text-decoration: underline;
  }

  .newsletter-form .subscribe-btn {
    background-color: #ff1e1e !important;
    color: #fff !important;
    margin-top: 15px !important;
  }
}
/* home slider start */
@media (max-width: 768px) {
  .carousel-item {
    position: relative !important;
    overflow: hidden !important;
  }

  .carousel-item img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .carousel-caption {
    position: absolute !important;

    left: 5% !important;
    right: 5% !important;
    text-align: center !important;
  }

  .carousel-caption h3 {
    font-size: 18px !important;
  }

  .carousel-caption .theme-btn-custom {
    font-size: 13px !important;
    padding: 8px 16px !important;
  }

  .arrow-control-slider {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .control-prev,
  .control-next {
    font-size: 20px !important;
    padding: 5px 0px !important;
    cursor: pointer !important;
    color: #fff !important;
  }

  .control-prev {
    margin-right: 10px !important;
  }
  .btnlight {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }
  .arrow-control-slider span {
    height: 40px !important;
  }
}
/* home slider end */

/* Accreditations image start */
.elementor-lightbox .elementor-lightbox-image {
  padding: 30px !important;
}
/* Accreditations image end */

/* training page start */

@media (max-width: 768px) {
  .training-info {
    padding: 15px 20px 15px 35px !important;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, -0.3),
      rgba(0, 0, 0, 0)
    ) !important;
  }
  .single-detail {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .article-detail {
    padding: 0px !important;
  }
}

/* training page end */

/* ACMV PAGE main categories start */
@media (max-width: 768px) {
  .banner-custom {
    height: 140px !important;
    margin-top: -25px !important;
  }
  .banner-custom h5 {
    font-size: 24px !important;
  }
  .service-taxonomy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .service-box .title {
    font-size: 24px !important;
    line-height: 1.2em !important;
  }
}
/* ACMV PAGE main categories end */

/* ACMV PAGE sub categories start */

@media (max-width: 768px) {
  .title-two {
    font-size: 28px !important;
    padding-bottom: 0px !important;
  }
  .justify-content-center {
    justify-content: start !important;
  }
  .count-area-list {
    display: table-footer-group !important;
  }
}
.my-tab-section button {
  justify-content: space-between !important;
}

/* ACMV PAGE sub categories end */

/* Product page start */
@media (max-width: 768px) {
  .product-category-listing {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  .products-category-box {
    margin-bottom: 30px;
  }

  .category-header {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }
  .single-eproduct {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  a.elementor-button {
    padding: 14px 16px 14px 16px !important;
    margin-left: 15px !important;
  }
  .product-showcase .content-wraps {
    padding: 20px !important;
  }
  .child-category-listing {
    padding: 0 !important;
  }
  .pagination-two .page-numbers {
    font: normal normal 700 14px / 18px D-DIN !important;
    width: 35px;
    height: 35px;
    margin: 0 2px;
  }

  .custom-banner {
    padding: 55px 0 43px 0 !important;
  }
  
}
/* Product page end */

/* Portfolio banner start */
@media (max-width: 767px) {
  .elementor-24 .elementor-element.elementor-element-1497c56 {
    min-height: 150px !important;
    padding-top: 10px !important;
  }
}
/* Portfolio banner end */

.pum-container {
  overflow: hidden !important;
}

/* career popup start */
#popmake-1437 .pum-close.popmake-close {
  color: #333 !important;
  top: 0px !important;
  right: 10px !important;
  left: auto !important;
  position: absolute !important;
  font-size: 28px !important;
  z-index: 9999 !important;
}
