/* 
Theme Name: Big Pappa Production
Theme URI: https://bigpappaproduction.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Bigpappa Team
Author URI: https://bigpappaproduction.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.heading_d{
  font-weight: 700;
}


.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.equipment-grid>.equipment-card:first-child {
  box-shadow: none;
  border-radius: unset;
  margin: auto 0;
  background: none;
  color: #fff;
  padding: 0 22px 0 0;
}


.equipment-grid>.equipment-card:first-child h3 {
  font-size: 36px;
  font-weight: 600;
}

.equipment-grid>.equipment-card:first-child p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.equipment-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.equipment-card img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.equipment-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.equipment-content p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}


.brands .swiper-slide-inner .swiper-slide-image {
  width: 100%;
  max-width: 194px;
  height: 100px;
  object-fit: contain;
  padding: 20px;
}

.servicesSwiper {
  padding: 30px 0 0 0;
}

.service-card {
  height: 460px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.service-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0), rgba(0, 0, 0, 0));
}

.service-card h3 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-card p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  ;
}

.servicesSwiper .swiper-button-prev {
  display: none;
}

.servicesSwiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  right: 20px;
}

.servicesSwiper .swiper-button-next:after {
  font-size: 18px;
  font-weight: 600;
}




.news-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 4px 4px 4px 8px;
  border: 1px solid #1D355733;
  width: 100%;
  max-width: 330px;
}

.news-form p {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
}

.news-form br {
  display: none;
}

.news-form .wpcf7-form-control-wrap {
  flex: 1;
}

.news-form input[type="email"] {
  border: none !important;
  outline: none !important;
  border-radius: 50px;
  width: 100%;
  font-size: 14px;
}

.news-form .cf7-submit-btn {
  background: #1D3557;
  border: 1px solid #1D3557;
  color: #fff;
  padding: 15px 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}



/* responsive css */

@media only screen and (max-width: 1366px) {
  .equipment-grid>.equipment-card:first-child h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width:1200px) {
  .equipment-card {
    padding: 18px;
  }

  .equipment-card h3 {
    margin-bottom: 10px;
  }

  .equipment-content p {
    line-height: 24px;
  }

}

@media only screen and (max-width: 1024px) {
  .mainmenu .menu-is-active {
    background-color: #000 !important;
    margin-top: 12px;
  }

  .mainmenu .hfe-menu-item{
    background-color: #000 !important;
  }

  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media only screen and (max-width: 880px) {
  .equipment-grid>.equipment-card:first-child h3 {
    font-size: 26px;
  }
}


@media only screen and (max-width: 667px) {
  .brands .swiper-slide-inner .swiper-slide-image {
    max-width: 150px;
    height: 70px;
    padding: 10px;
  }
.service-card h3{
  font-size: 20px;
  margin: 0 0 10px 0;
}
  .service-card p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .equipment-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .equipment-grid>.equipment-card:first-child p {
    font-size: 14px;
    line-height: 24px;
  }
}