@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&amp;display=swap');
html{
  scroll-behavior: smooth;
}

body{
  background: #fff;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* body.theme-abb-drives{
  background: #fff;
} */
/* Product landing page */
body.full-width-page div#cv-zone-pagecontent {
  max-width: 100%;
  margin: auto;
}

/*---------- grid -----------------------------*/
.product-landing-page .row{
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.product-landing-page .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  box-sizing: border-box;
}

.grid .product-landing-page [class*="col-"]:last-of-type{
  padding-right: calc(var(--bs-gutter-x) * .5);
}

.product-landing-page .col-12{
  flex: 0 0 auto;
  width: 100%;
}

.product-landing-page .justify-content-center {
  justify-content: center!important;
}

.product-landing-page .text-center{
  text-align: center !important;
}


.product-landing-page h3 {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.product-landing-page .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 576px){
  .product-landing-page .container{
      max-width: 540px;
  }
}

@media(min-width:768px) {
  .product-landing-page .container{
      max-width: 720px;
  }

  .product-landing-page .col-md-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-md-3 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-md-4 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }

  .product-landing-page .col-md-6{
      flex: 0 0 auto;
      width: 50%;
  }

  .product-landing-page .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }

  .product-landing-page .col-md-8 {
    flex: 0 0 auto;
    width: 75%;
  }
  

  .product-landing-page .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}

@media(min-width:1024px) {
  .product-landing-page .container{
      max-width: 960px;
  }

  .product-landing-page .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-lg-3 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-lg-4 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .product-landing-page .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .product-landing-page .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .product-landing-page .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666%;
  }

  .product-landing-page .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}


@media(min-width:1366px) {
  .product-landing-page .container{
      max-width: 1140px;
  }

  .product-landing-page .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-xl-3 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-xl-4 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-xl-5 {
    flex: 0 0 auto;
    width:  41.66666667%;
  }

  .product-landing-page .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .product-landing-page .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }
}

@media(min-width:1400px) {
  .product-landing-page .container{
      max-width: 1471px;
  }
}

/* ------------end grid------------------- */
.product-landing-page section{
  /* margin-bottom: 100px; */
  margin-bottom: 50px;
}

.product-landing-page a{
  color: #1C4583;
  transition: all 0.3s linear;
}

.product-landing-page a:hover{
  color: #ff8f8f;
}

.product-landing-page .btn {
    border: 2px solid #D23A2B;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #D23A2B;
    padding: 5px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.product-landing-page .btn:hover{
  background: transparent;
  color: #D23A2B;
}

.product-landing-page .red{
  color: #ED4A3A;
}

.product-landing-page h2 .ex-large{
  font-size: 3em;
}

.product-landing-page .primary-btn {
  font-size: 1em;
  padding: 12px 42px 12px 25px;
  border-radius: 50px;
  line-height: 1;
  position: relative;
  background: #D23A2B;
  color: #fff;
}

.product-landing-page .primary-btn .btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  pointer-events: none;
  font-size: 1.5em;
  margin-top: 2px;
}

.product-landing-page h1{
  /* font-size: 4.8em; */
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 35px;
  color: #ED4A3A;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.product-landing-page h2{
  /* font-size: 3em; */
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #ED4A3A;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h2 .top-line{
  font-size: 0.72em;
  display: block;
}

.product-landing-page h3{
  font-size: 1.37em;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #E59C97;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h4{
  font-size: 1.125em;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
  color: #313131;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page p{
  margin: 0 0 15px;
}

.product-landing-page .light-red{
  color: #E59C97 !important;
}

/* banner */
#main-banner{
  width: 100%;
  position: relative;
}

#main-banner .banner-image{
  position: relative;
  height:calc(100vh - 105px);
  overflow: hidden;
}

#main-banner img{
  width: 100%;
  height:calc(100vh - 105px);
  object-fit: cover;
  object-position: bottom center;
}

#main-banner .caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
  margin-top: -30px;
}

#main-banner .caption-text {
  width: 100%;
  /* padding: 50px 40px; */
  padding: 50px 20px;
  box-sizing: border-box;
  max-width: 735px;
  width: 100%;
  position: relative;
}

#main-banner .banner-product-image {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 1;
  display: flex;
  justify-content: end;
  flex-direction: row;
  pointer-events: none;
}

#main-banner .banner-product-image img {
  height: auto;
  width: 80%;
}

#main-banner h2.ex-large{
  /* font-size: 8.8em; */
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #ED4A3A;
  text-transform: uppercase;
}

#main-banner .animatext-text-wrapper{
  color: #fff;
  font-weight: 700;
  /* font-size: 5em; */
  font-size: 2.35em;
  position: relative;
  /* height: 100px; */
  height: 45px;
}

#main-banner .animatext-text-wrapper span{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  text-transform: uppercase;
}

#main-banner.aos-animate .animatext-text-wrapper span.run {
  animation: animitext 3s linear;
}

@-webkit-keyframes animitext {
  /* 0%   { left: -100%; opacity: 0;}
  50%  { left: -50%; opacity: 0.5;}
  100% { left: 0; opacity: 1;} */
  0%   { opacity: 0;}
  50%  { opacity: 0.5;}
  100% { opacity: 1;}
}
@-moz-keyframes animitext {
  0%   { opacity: 0;}
  50%  { opacity: 0.5;}
  100% { opacity: 1;}
}
@-o-keyframes animitext {
  0%   { opacity: 0;}
  50%  { opacity: 0.5;}
  100% { opacity: 1;}
}
@keyframes animitext {
  0%   { opacity: 0;}
  50%  { opacity: 0.5;}
  100% { opacity: 1;}
}

.align-items-center{
  align-items: center;
}

#main-content{
  text-align: center;
}

#main-content .content{
  font-size: 1.1em;
  width: 90%;
  margin: 0 auto;
}

#application .application-item{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

#application .application-item .image-wrapper{
  /* width: 40%; */
  width: 100%;
}

#application .application-item .image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#application .application-item .content-wrapper{
  /* width: 60%; */
  width: 100%;
  /* padding: 55px 0px 55px 40px; */
  padding: 30px 20px;
  box-sizing: border-box;
  background: #F6F6F6;
  height: 100%;
}

#application .application-item:nth-child(2n) .content-wrapper > .row{
  justify-content: end;
}

.application-item .product-image{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.application-item .product-image .inner-wrapper{
  text-align: center;
}

.application-item .product-image img{
  max-height: 150px;
  width: auto;
}

#application .application-item .feature-wrapper{
  margin:50px 0;
  padding:0 40px;
  position:relative;
  width: 100%;
}

#application .application-item .feature-wrapper li{
  text-align: center;
  /* padding: 0 50px; */
  padding: 0 20px;
}

#application .application-item .feature-wrapper li .inner{
  display: inline-block;
  width: auto;
  text-align: left;
}

#application .application-item .feature-wrapper .slick-arrow {
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
  width:34px;
  height:34px;
  border:0;
  background:url(https://www.ipd.com.au/images/hirschmann/prev-btn.svg) no-repeat center;
  background-size: contain;
  overflow:hidden;
  text-indent:-999px;
}

#application .application-item .feature-wrapper .slick-arrow.slick-next{
  background:url(https://www.ipd.com.au/images/hirschmann/next-btn.svg) no-repeat center;
  left:auto;
  right:0;
}

#application .application-item .feature-wrapper .slick-arrow.slick-disabled{
  opacity: 0.3;
  pointer-events: none;
}

#products h2{
  /* font-size: 2.8em; */
  font-size: 1.8em;
  margin-bottom: 50px;
}

#products h2 br{
  display: none;
}

#products a img,
#products a h4{
  transition: all 0.3s ease;
  position: relative;
}
#products a{
  display: block;
  height: 100%;
  position: relative;
}

#products a:after{
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 1px;
  background-color: #ED4A3A;
  z-index: 1;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

#products a:hover:after{
  width: 100%;
}

#products a:hover img{
  transform: scale(0.95);
}

#products a:hover h4{
  color: #ED4A3A;
}

#products img {
  width: 80%;
  display: block;
  margin: 0 auto 20px;
}

#inquiry-form .image-wrapper{
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#inquiry-form .form-wrapper{
  width: 100%;
  background:#F3F2F2;
  /* padding:50px 80px 50px 30px; */
  padding: 50px 30px;
  position:relative;
}

#inquiry-form .form-wrapper iframe{
  height: 530px;
}

#inquiry-form .form-wrapper:before{
  content:'';
  position:absolute;
  width:100%;
  height:20%;
  background:#F3F2F2;
  left:0;
  top:-15%;
  z-index:-1;
}

#inquiry-form .bottom-text {
  font-style: italic;
  color: #3e3e3e;
  font-size: 0.85rem;
  margin-top: 30px;
}

/*  */
#testimonials h2{
    margin-bottom:50px
}

#testimonials .col-lg-6{
  margin-bottom: 30px;
}

#testimonials .inner{
    /* padding:80px 80px 160px; */
    padding: 20px;
    box-sizing:border-box;
    position:relative;
    background: #f8f8f8;
    height: 100%;
}

#testimonials .inner .content{
  position: relative;
}

#testimonials .inner .content:after{
  content:'';
  background:url(https://www.ipd.com.au/images/hirschmann/testimonials-icon.svg) no-repeat center;
  width:200px;
  height:200px;
  position:absolute;
  left:50%;
  top:50%;
  z-index:0;
  opacity:0.06;
  transform:translate(-50%, -50%);
  pointer-events: none;
}

#testimonials .content{
  position: relative;
  z-index: 1;
}

/* #testimonials .author{
    position:absolute;
    bottom:50px;
    width:auto;
    left:50%;
    transform:translateX(-50%);
    z-index:1;
} */

#testimonials .author p{
    font-size:0.75em;
}

#testimonials .author p strong{
    font-size:1.2em;
    font-weight:600;
    color:595959
}

@media(min-width:768px){
  .product-landing-page h1{
    font-size: 2.8em;
  }

  .product-landing-page h2{
    font-size: 3em;
  }

  #main-banner{
    position:relative;
  }
  #main-banner .caption {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
  }

  #main-banner h2.ex-large{
    font-size: 8.8em;
  }

  #main-banner .animatext-text-wrapper{
    font-size: 5em;
    height: 80px;
  }

  #inquiry-form .form-wrapper:before {
    height: 35%;
    top: -35%;
  }
}

@media(min-width:1024px) {

  .product-landing-page h1 {
    font-size: 3.2em;
  }

  .product-landing-page h2 {
    font-size: 2em;
  }

  #main-banner .banner-image {
    height: calc(100vh - 166px);
    padding: 0;
  }

  #main-banner img {
    position: relative;
    height: calc(100vh - 166px);
  }

  #main-banner .banner-product-image img {
    width: 47%;
  }

  #main-banner .caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 100%;
  }

  #application .application-item .image-wrapper{
    width: 40%;
  }

  #application .application-item .content-wrapper{
    width: 60%;
    padding: 55px 0px 55px 40px;
  }

  #inquiry-form .form-wrapper:before {
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
  }

  #application .application-item:nth-child(2n) .image-wrapper{
    order: 1;
  }

  #application .application-item:nth-child(2n) .content-wrapper{
    padding: 55px 40px 55px 0px;
  }

  #application .application-item:nth-child(2n) .content-wrapper > .row > .col-lg-8{
    order: 1;
  }

  #application .application-item:nth-child(2n) .content-wrapper > .row .product-image{
    order: 0;
  }

  /* override main menu style */
  .main-navigation ul li.tn-link>a,
  .widget-category-menu .menu-button,
  .menu-sub-categories .menu-group .heading a{
    font-weight: 500;
  }

  .widget-category-menu .menu-button:after{
    bottom: -15px;
  }
  .main-navigation ul li.has-submenu>a:after{
    bottom: -12px;
  }

  .application-item .product-image img{
    max-height: 100%;
    width: auto;
  }

  #testimonials .inner{
    padding: 40px;
  }
}

@media(min-width:1280px){


}

@media(min-width:1366px){

  .product-landing-page section {
    margin-bottom: 100px;
  }

  .product-landing-page h1 {
    font-size: 4em;
  }

  .product-landing-page h2 {
    font-size: 3em;
  }

  #products h2 br{
    display: block;
  }

  #products h2 {
    font-size: 2.5em;
  }

  #main-banner .banner-product-image img {
    width: 80%;
  }

  #testimonials .inner{
    padding: 80px;
  }

}

@media(min-width:1600px){
  .product-landing-page h1 {
    font-size: 4.8em;
  }

  #main-content .content {
    width: 75%;
  }
}


