/*=====================================
            Custom css
======================================*/

.ad-details-part {
  padding: 60px 0px 70px  !important;
}
.commonCardPadd {
  padding: 15px 30px !important;
  margin-bottom: 15px !important;
} 
.ad-details-metaMarginBottom {
  margin-bottom: 15px !important;
}

.card-header-p-b {
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}
.ad-details-specificPadd li {
  padding: 8px 15px !important;
}
.ad-details-specificGap {
  grid-gap: 10px !important;
} 

.product-widget-title {
    font-weight: 400 !important;
    padding-bottom: 7px !important;
}

.product-widget-p-m {
    padding: 10px 15px 7px !important;
    margin-bottom: 15px !important;
    
}
.header-filter {
  margin-bottom: 15px !important;
}

.p-t-3 {
  padding-top: 3%;
}

.p-b-2 {
  padding-bottom: 2%;
}

.product-title {
  margin-bottom: 3px !important;
  margin-top: 5px !important;
}
.darkTextCol {
  color: #232d3b !important;
}

.productInfoPadd {
  padding: 2px 0px !important;
}

.productContentPadd {
  padding: 7px 17px !important;
}

.buttonDetail {
  border: 1px solid;
  padding: 5px;
  border-radius: 5px;
  background-color: #007bff;
  color: white !important;
}

.buttonDetail:hover {
  background-color: transparent !important;
  color: #232d3b !important;
}

.product-card {
  margin-bottom: 15px !important;
}

.single-banner {
  background: url(/front/images/bg/header-trazim-posao.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px !important;
  position: relative;
  z-index: 1;
}

.inner-section {
  margin-bottom: 60px !important;
}


.section-one {
  padding: 25px 0px 0px !important;
}

.shadowBox {
  -webkit-box-shadow: 5px 5px 16px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 16px -5px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 16px -5px rgba(0,0,0,0.75);
}










/*=====================================
            INTRO PART STYLE
======================================*/
.intro-part {
  padding: 112px 0px 415px;
  position: relative;
  background: linear-gradient(#0044bb, #080229);
}

.intro-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../../images/bg/02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-part .section-center-heading {
  margin-bottom: 0px;
}

.intro-part .section-center-heading h2 {
  font-size: 45px;
  line-height: 55px;
  color: var(--white);
  margin-bottom: 22px;
}

.intro-part .section-center-heading p {
  color: var(--white);
  margin-bottom: 45px;
}

/*=====================================
            PRICE PART STYLE
======================================*/
.price-part {
  margin-top: -300px;
}

.price-part .section-center-heading h2,
.price-part .section-center-heading p {
  color: var(--white);
}

@media (max-width: 575px) {
  .intro-part .section-center-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .p-t-2m {
    padding-top: 7% !important;
  }
  .bannerPaddM {
    padding: 15px 0px !important;
  }
}
