h1,
h2,
h3,
h4,
h5 {
  color: #018bba;
  font-family: "Poppins";
  letter-spacing: normal;
  font-weight: 500;
}

.Explore_button:hover{
  background-color: #ff7b28;
  border: none !important;
  color: white !important;
}

/* Nabavar css start */

.navbar-scrolled {
  background-color: #e6f4fa !important; /* Change to your desired color */
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#search-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 6px 10px;
  border: 2px solid #018bba; /* Always show this color */
  border-radius: 4px;
  width: 180px;
  transition: border-color 0.3s ease;
}

#search-bar:focus {
  outline: none;
  border-color: #018bba; /* Optional: Reinforce focus color */
  box-shadow: 0 0 0 2px rgba(1, 139, 186, 0.2);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-animation {
  animation: fade-in 5s ease-out forwards;
}
@keyframes slide-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-up-animation {
  animation: slide-up 1s ease-out forwards;
}
.underline {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  background-color: #018bba;
  transition: width 0.3s ease;
}
.group:hover .underline {
  width: 100%;
}
.group ul {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-10px);
  width: max-content;
  transition: transform 0.3s ease;
}
.group:hover ul {
  transform: translateY(0);
}
.home-link {
  border-bottom: 2px solid #018bba;
  padding-bottom: 5px;
}
.solution-link:hover {
  color: #018bba;
}
.offcanvas-body ul.menu-items {
  margin-top: -30px;
}
.offcanvas-body ul.menu-items li a {
  font-size: 16px;
  color: #018bba;
  font-family: "DM Sans", sans-serif;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  border: 1px solid #018bba;
  /* padding: 6%; */
}

.block {
  margin-top: 7px;
}

.nav-item-spacing {
  margin-right: 10px;
  white-space: nowrap;
}

.nav-item-spacing:last-child {
  margin-right: 0; /* Optional: Remove margin from the last item */
}

#submenu li a:hover {
  color: #018bba; /* Change color on hover */
}

/* Medium screens (e.g., tablets) */
@media (min-width: 1000px) {
  .nav-item-spacing {
    margin-right: -3px; /* Adjust the value for medium screens */
    white-space: normal; /* Allow wrapping on medium screens */
  }
}

/* Large screens (e.g., desktops) */
@media (min-width: 1370px) {
  .nav-item-spacing {
    margin-right: 19px; /* Adjust the value for large screens */
    white-space: nowrap; /* Prevent wrapping on large screens */
  }
}

/* .header {
  background: transparent !important;
} */
.hello:hover {
  color: #018bba;
}
.bottom-items {
  margin-top: 15px;
  margin-left: 0px;
}
.img-responsive {
  width: 120px;
  height: 120px;
}

#demo-button_2 {
  /* background-color: #5956e9; */
  background-color: #018bba;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  padding-right: 27px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease;
  margin-left: 20px;
  margin-top: -5px;
}
#demo-button_2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  /* background-color: #302def; */
  background-color: #ff914d;
  transition: transform 1s ease;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
}

#demo-button_2:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

#demo-button_2:hover {
  background-color: #ff914d;
}

#demo-button_2 span {
  position: relative;
  z-index: 1;
}

#demo-button_3 {
  background-color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

#demo-button_3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  /* background-color: #302def; */
  background-color: #ff914d;
  transition: transform 1s ease;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
}

#demo-button_3:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

#demo-button_3:hover {
  background-color: #ff914d;
}

#demo-button_3 span {
  position: relative;
  z-index: 1;
}

#demo-button {
  /* background-color: #5956e9; */
  background-color: #018bba;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

#demo-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  /* background-color: #302def; */
  background-color: #ff914d;
  transition: transform 1s ease;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
}

#demo-button:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

#demo-button:hover {
  background-color: #ff914d;
}

#demo-button span {
  position: relative;
  z-index: 1;
}

#demo-button_4 {
  /* background-color: #5956e9; */
  background-color: #ff914d;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

#demo-button_4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  /* background-color: #302def; */
  background-color: #018bba;
  transition: transform 1s ease;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
}

#demo-button_4:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

#demo-button_4:hover {
  background-color: #018bba;
}

#demo-button_4 span {
  position: relative;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#main-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  transition: background-color 1s ease;
  z-index: 1000;
  top: 0;
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.animateSlideIn {
  animation: slideIn 1s ease-out forwards;
}
@keyframes slideOut {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.animateSlideOut {
  animation: slideOut 1s ease-out forwards;
}
.hover-effect {
  background-color: #fbfbfb;
  height: 300px;
  width: 400px;
  transition: background-color 0.3s ease;
}
.hover-effect:hover {
  background-color: aliceblue;
}
.hover-effect h3 {
  font-size: 25px;
  font-family: "DM Sans", sans-serif;
  color: #292930;
  margin-left: 80px;
  margin-top: -70px;
  margin-bottom: 50px;
}
.hover-effect p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #525260;
  margin-left: 100px;
  margin-right: 20px;
}

.testimonial {
  position: relative;
  transition: border-top 0.3s ease;
}

.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.testimonial:hover::before {
  background-color: #018bba; /* Tailwind CSS blue-500 */
}
.zoom-on-hover {
  transition: transform 0.3s ease-in-out;
}

.zoom-on-hover:hover {
  transform: scale(1.1);
}

.custom-button {
  background-color: white;
  border-radius: 1.5rem; /* rounded-3xl equivalent */
  transition: background-color 0.3s ease; /* Add transition effect */
  color: #018bba;
}

.custom-button:hover {
  color: #ffffff;
  background-color: black; /* Change background color on hover */
}

.icon:hover svg {
  fill: #018bba; /* Change this to the desired hover color */
}
.icon svg {
  transition: fill 0.3s ease;
}

.footer-widget li a:hover {
  color: #018bba; /* Change color on hover */
}
.dot::before {
  content: "•";
  margin: 0 8px;
  color: #4b5563; /* Tailwind's gray-600 */
}

.nav-link {
  color: #000000; /* Tailwind's gray-600 */
  transition: color 0.3s;
}

.nav-link:hover {
  color: #018bba; /* Tailwind's gray-900 */
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #018bba; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 50px;
  height: 50px;
}
.counter {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #018bba;
  font-weight: 500;
}
.search-bar {
  display: none; /* Initially hidden */
  margin-top: 10px;
}

/* Navbar css End */

.logo_image {
  height: auto;
  width: 250px;
  margin-left: 31px;
}
.sub_dropdown:hover .sub-menu {
  display: block;
}

a {
  color: black;
  text-decoration: none;
}
ol,
ul {
  padding-left: 0rem;
}

ul li a:hover {
  color: #ff914d !important;
}
.social-icon {
  color: white;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #ff914d;
}

.main_top_btn:hover {
  background-color: #018bba !important;
  color: white !important;
  border-color: #018bba;
}
.main_top_btn {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 50px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-left: 19px;
}

/* Start CSS In All Home page CSS  =================  Adarsh */

.data_para_crops {
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}
.footer_icons {
  width: 1304px;
  gap: 181px;
}
.footer_up {
  font-size: 56px;
  font-family: "DM Sans", sans-serif;
  width: 1000px;
  margin-left: 135px;
}

.data_btn_mauris {
  margin-top: 130px;
}
.data_slider_button-2 {
  background-color: #b8b5b5;
  margin-top: 67px;
  padding: 7px;
  margin-left: 227px;
}

.data_slider_button-1 {
  background-color: #b8b5b5;
  margin-top: 67px;
  width: 15px;
  margin-left: -227px;
}

/* Start CSS In All About page CSS  =================  Adarsh */

.display-1[_ngcontent-ng-c327873307] {
  -webkit-text-stroke: 1px rgba(4, 18, 37, 0.3);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.about_top_para {
  margin-top: 220px;
}
.about_top_img {
  margin-top: 1500px;
}
.about_top_heaight {
  margin-top: 50px;
}
.Timeline_path {
  clip-path: polygon(
    50% 0%,
    77% 2%,
    100% 0,
    100% 70%,
    100% 100%,
    50% 100%,
    0 100%,
    0% 70%,
    0 0,
    23% 2%
  );
  padding: 3%;
}

.timeline_rounded_1 {
  margin-left: 381px;
  margin-top: 22px;
  position: absolute;
  z-index: 1;
}
.timeline_rounded_2 {
  margin-left: 393px;
  top: -50px;
  position: absolute;
  z-index: 1;
}
.timeline_rounded_3 {
  margin-left: 393px;
  top: 99.7%;
  position: absolute;
  z-index: 1;
}

.center_line {
  height: auto;
  padding-top: 150px;
}

.timeline {
  position: relative;
  margin: 50px auto;
  padding: 10px 0;
  max-width: 800px;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #ff914d;
  top: -40px;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: -280px;
  text-align: right;
}

.timeline-item.right {
  left: 440px;
}

.timeline-item .content {
  padding: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  width: 600px;
  /* height: auto; */
  box-shadow: 0px 3px 25px -15px rgba(0, 0, 0, 0.98);

  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.timeline-item .content::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-item.left .content {
  margin-left: auto;
}

.timeline-item.left .content::after {
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
}

.timeline-item.right .content::after {
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline-item .date {
  font-weight: bold;
  /* color: #4a90e2; */
  margin-bottom: 10px;
}
.About_text_center {
  width: 600px;
  margin-left: 350px;
}

.value-box h5 {
  font-weight: 500;
  color: #018bba;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  font-family: "Poppins";
}

.value-line::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #ff914d; /* Change to match brand */
  margin-right: 10px;
  vertical-align: middle;
}
.clipped-bg {
  width: 100%;
  height: 650px;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.about_img {
  margin-top: 80px !important;
}

@media (max-width: 1300px) {
  .About_text_center {
    width: auto;
    margin-left: 0;
  }

  .Timeline_path {
    clip-path: none;
  }
  .center_line {
    height: auto;
    padding-top: 0;
  }
  .timeline::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 40px;
    text-align: left;
  }

  .timeline-item.right {
    left: 0px;
  }
  .timeline-item.left {
    left: 0px;
    text-align: left;
  }
  .timeline-item .content {
    margin-left: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    width: auto;
    box-shadow: 0px 3px 25px -15px rgba(0, 0, 0, 0.98);
  }
  .timeline-item.left .content::after,
  .timeline-item.right .content::after {
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
  }

  .timeline_rounded_1 {
    margin-left: 0px;
    margin-top: 22px;
    position: absolute;
    z-index: 1;
  }
  .timeline_rounded_2 {
    margin-left: 13px;
    top: -50px;
    position: absolute;
    z-index: 1;
  }
  .timeline_rounded_3 {
    margin-left: 13px;
    top: 99.7%;
    position: absolute;
    z-index: 1;
  }
  .timeline-item.left .content {
    margin-left: 30px;
  }

  .clipped-bg {
    width: 100%;
    height: auto;
    background-repeat: repeat;
    background-size: auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .about_img {
    margin-top: 0px !important;
  }
}

/* Start CSS In All price page CSS  =================  Adarsh */
.sec_1_img {
  width: 80%;
}
.price_monitoring_height_top {
  margin-top: -200px;
}
.Tyre_Pricing_sec_2 {
  margin-right: 80px;
  padding: 2%;
}
.Tyre_Pricing_sec_3 {
  margin-right: 80px;
  padding: 1.3%;
}
.DataCrops_sec_1_para_1 {
  margin-top: 270px;
}
.DataCrops_sec_1_img {
  margin-top: 190px;
}

.third {
  color: #018bba;
  font-family: "Poppins";
  /* line-height: 52px; */
  /* font-size: 42px; */
  letter-spacing: normal;
  /* font-weight: 500; */
}
.text_dataCrops {
  font-size: 16px;
  color: #000000;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 24px;
  /* text-align: justify; */
}

.Request_btn_demo:hover {
  background-color: #ff9119 !important;
}
.Why_Choose {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  background: url("https://www.transparenttextures.com/patterns/cubes.png");
  /* background-color: #ffffff; */
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.08); */
  /* border-radius: 16px; */
  /* text-align: center; */
  height: auto;
}

.text_ak_para {
  width: 1100px;
  text-align: center;
  margin-left: 100px;
}

.powerfull_text_para_d {
  max-width: 1000px;
  margin-left: 110px;
  text-align: center;
}

.Quick_Links_d {
  padding: 0px 52px;
}

/* box hover image show css */
.Industries_box_d {
  height: 300px;
}
.box-hover {
  position: relative;
  overflow: hidden;
}

.box-hover img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translateX(-100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 0;
}

.box-hover:hover img {
  opacity: 1;
  transform: translateX(0);
}

.box-content {
  position: relative;
  z-index: 1;
}

.accordion-button::after {
  transition: transform 0.2s ease;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.borderless-accordion .accordion-item {
  border: none;
}

.borderless-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.borderless-accordion .accordion-button:not(.collapsed) {
  color: #018bba;
}

/* Optional: style the hr */
.borderless-accordion hr {
  border: none;
  border-top: 1px solid #747272;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}




.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 78%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-slide {
  height: 680;
  width: 100%;
}
.card {
  height: 100%;
}
.swiper_img_slider {
  width: 100%;
  height: 40%;
  border-radius: 7px 7px 0px 0px;
}

.swiper-pagination-bullet {
  background-color: #666;
  opacity: 1;
  height: 16px;
  width: 16px;
  margin: 0 5px; /* spacing between bullets */
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #ff5722;
}

.no-focus:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.Web_Data_img {
  width: 100%;
  height: 230px;
}
.Web_Data_box {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.product_heading {
  color: #7b7d85;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
}
.All_heading_datacrops {
  color: #018bba;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Poppins";
  margin-top: 10;
  margin-bottom: 0;
}

.resours_all_heading {
  color: #018bba;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Poppins";
}

/* Logo  Slider  CSSSSS  Start  */
/* Slider Container */

.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track that holds all logos */
.slide-track {
  display: flex;
  width: calc(250px * 20);
  /* Width based on number of slides */
  animation: scroll 60s linear infinite;
}

/* Individual slide */
.slide_datacrops_logo {
  width: 250px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide_datacrops_logo img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.slide_datacrops_logo img:hover {
  filter: grayscale(0%);
}

/* Scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-45%);
  }
}

/* Logo  Slider  CSSSSS  END  */





/* Resources banner CSS Start */

.banner-bg-img .bg-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 500px;
  width: 100%;
}

.overlay-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 140, 186, 0.57);
  /* background:rgba(255, 145, 77, 0.29); */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-text h2 {
  font-size: 48px;
}

.banner-link {
  display: flex;
  margin-top: 30px;
}

.banner-link a {
  color: #fff;
  text-decoration: underline;
  margin-right: 5px;
}

.banner-link span img {
  vertical-align: middle;
  margin: 5px 4px;
  width: 16px;
}

/* Resources banner CSS End */

/* Accordion Section  CSS Start   */

.accordion-button {
  background: none;
  box-shadow: none;
  border: none;
  color: #018bba;
  font-size: 18px;
  padding-right: 1rem;
  transition: color 0.3s ease;
  font-family: "Poppins";
}
.accordion-title:hover {
  color: #ff914d;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  display: none !important;
  /* Hide Bootstrap's arrow */
}

.toggle-icon {
  font-size: 24px;
  font-weight: bold;
  transition: color 0.3s, transform 0.3s;
  color: #018bba;
}

.accordion-button:hover .toggle-icon {
  color: #ff914d;
}

.accordion-body {
  font-size: 16px;
  color: #333;
}

.shadow-custom {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Accordion Section CSS END */
