@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Heebo:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');


html {
  scroll-behavior: smooth;
}


.heebo {
  font-family: "Heebo", sans-serif;
}

.encode {
  font-family: "Encode Sans Condensed", sans-serif;
}

.poller {
  font-family: "Poller One", serif;

}

.schedule {
  box-shadow: 3px 3px 0px #d99c3c;
  /* Added blur and color */
}

.fill-current {
  color: white;
}

@media (min-width:991px) {
  .right-section {
    width: 45% !important;
  }
}


@media (min-width:768px) {
  .kit-buttons {
    margin-left: 60px !important;
  }

  .sub-text {
    width: 46%;
    color: #fff !important;
  }

}

@media (max-width:768px) {
  .kit-buttons {
    margin-top: 30px !important;
  }

  .takamasa {
    margin: 0 50px !important;
  }
}


@media (max-width: 767px) {
  .blade-images {
    background-image: url('images/rotavator-blade-product-xs.png');
    background-size: contain;
    /* or cover, depending on your needs */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    /* Adjust height as needed */
  }

  .second-blade-imagess img {
    display: none;
  }
}


@media (max-width: 575px) {

  /* Adjust breakpoint as needed */
  .header-bg-images {
    background: url(images/header-bg-xs.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}

@media (max-width: 575px) {
  /* .leader-images {
    background-image: url('images/paras-bambha-leadership.png') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 300px;
    margin-top: 50px;
  } */

  .desktop-image {
    /* display: none; */
  }
}

@media (min-width: 576px) {
  .leader-images {
    background-image: none !important;
  }

  .desktop-image {
    display: block;
  }

  .image-row {
    justify-content: space-around;
  }

}

.mobile-break {
  display: none;
  /* Hide the break by default */
}

@media (max-width: 992px) {
  /* @media (min-width:768px) {
  .footer-navbar a {
    margin-right: 30px;
  }
} */
}

@media (max-width: 768px) {
  .all-steps {
    margin-top: 150px;
  }
}

@media (max-width: 575px) {
  .mobile-break {
    display: block;
    /* Show the break on mobile screens */
  }

}


@media (max-width:575px) {
  .brand-logo {
    position: relative;
    bottom: 100px;
  }

  .brochure-image {
    position: relative;
    bottom: 60px;
  }

  .form-group {
    align-items: start !important;
  }

  .form-group input {
    width: 100% !important;
  }

  .right-section .top-text {
    margin-bottom: 20px !important;
  }

  #successForm {
    margin: -10px 0 0 0 !important;
  }

  #talk_to_our_expert_now {
    background-size: cover !important;
  }

  .form-group label {
    width: 100% !important;
    text-align: justify;
  }

}

@media (max-width:450px) {
  .vector-images {
    left: -11px !important;
    top: 75px !important;
  }

  .all-steps {
    margin-top: 330px;
  }

  .group-image img {
    width: 350px;
  }

  .right-section {
    padding: 30px 20px !important;
  }

}

@media (max-width:375px) {


  .main-headers {
    line-height: 50px !important;
  }

  /* .unstoppable_strength {
    margin-top: 750px !important;
  } */

  .all-steps {
    margin-top: 340px;
  }

}

/* @media (min-width:768px) {
  .footer-navbar a {
    margin-right: 30px;
  }
} */

.kit-buttons {
  border: 1px solid black;
  transition: all 0.7s;
}

.kit-buttons:hover {
  background: white;
  border: 1px solid black;
  color: black;
  transition: all 0.7s;
}

.schedule-button {
  border: 1px solid none;
  transition: all 0.7s;
}

.schedule-button:hover {
  background-color: white !important;
  border: 1px solid none;
  color: black;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 33px !important;
  height: 33px !important;
}

/* farmer partner page css */

.heading {
  font-size: 40px;
  line-height: 1.5;
}

.sub-text {
  margin: 20px 0 0 0;
  font-size: 18px;
  color: #ffc549;
  width: 100%;
  font-weight: 300 !important;
}

.unstoppable_strength {
  margin: -20% 0 0 0;
}

.left-section {
  width: 50%;
}

.left-section h2 {
  color: #ffc107;
  /* font-size: 44px; */
  margin-bottom: 15px;
}

.right-section {
  background: #FFC733;
  color: #000;
  padding: 30px 40px;
  border-radius: 5px;
  width: 100%;
  margin-top: -60px;
}

.right-section .top-text {
  /* font-size: 14px; */
  margin-bottom: 52px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form label {
  font-weight: 500;
  margin: 5px 0 2px;
}

.contact-form input {
  padding: 8px 15px;
  border: none;
  border-radius: 3px;
}

.contact-form button {
  background-color: #134921;
  color: #fff;
  padding: 10px 29.5px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: white;
  color: black;
}

.color-white {
  color: white !important;
}

.disclaimer {
  font-size: 12px;
  margin-top: 10px;
  color: #3A3A3A;
  text-align: left;
}

.form-group {
  display: flex;
  align-items: center;
}

.form-group label {
  width: 30%;
  /* width: 26%; */
  text-align: justify;
}

.contact-form button {
  display: block;
  width: 100%;
}

.contact-button {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin: 10px auto;
  font-size: 25px;
  font-weight: 600;
}

.contact-button button {
  border-radius: 20px;
  transition: all 0.5s linear;
  font-weight: 600;
}

.form-group input {
  width: 100%;
}

.progress-text {
  color: black;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.columns-2 .col {
  width: 50%;
}

.col.right-ceo-image img {
  width: 60%;
}

.col.right-ceo-image {
  display: flex;
  justify-content: end;
}

.yellow-color {
  color: #ffc107 !important;
}

.what-part,
.what-part a {
  transition: all 1s linear;
}

.group-image img:hover {
  transition: all 0.7s;
  scale: 1.04;
  cursor: pointer;
}