@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Cedarville+Cursive&family=Concert+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


*{
    font-family: "playfair";
    margin:0; 
    padding:0;
    box-sizing: border-box;
    outline: none; 
    border:none;
    text-decoration: none;
    transition: all .2s linear;
    text-transform: capitalize;  
    }
 
 html{
    font-size: 62.5%;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
   padding: 0;
 }
 

 .background-container {
   /* background: radial-gradient(circle at 20% 30%, #1f2a73 0%, transparent 30%),
              radial-gradient(circle at 80% 20%, #7a30b2 0%, transparent 40%),
              radial-gradient(circle at 70% 80%, #a2852f 0%, transparent 40%),
              radial-gradient(circle at 10% 90%, #2f893b 0%, transparent 30%); */
   background-image: url("images/gg1.png");
  background-size: cover;
  background-repeat:repeat-y;
  background-position: center;
  /* min-height: 100vh; */
  width: 100%;
  height: 100%;
  /* margin-left: -4rem;  */
  margin-right: 16rem;
   /* background: linear-gradient(to right, red 0%, orange 50%, yellow 100%); */

}

 body {
  overflow-x: hidden;
  width: 100%;
  background: black;
  margin: 0;
  padding: 0;
  
  
}

 .parthai-container{
   width: 100%;   
   margin-top:-40px;  
   
   margin-bottom: 6rem;
 }

 .services-heading {
   /* font-size: 3rem; */
   display: flex;
   justify-content:center;
   align-items: center;
   /* margin-top: -30px; */
   /* margin-bottom: 100px; */
  
}

.services-heading img{
   width: 4rem;
   height: 4rem;
   margin-top: 6px;
}
 
/* .services-heading-wrapper {
   
  
} */

.services-heading-wrapper h1{
   font-family: "poppins";
   font-size: 18px;
   margin-top:40px;
   height: auto;
   color: rgb(255, 255, 255);
     

}
.beta {
   
   color: orange;
   text-align: center;
   margin-top: -1.6rem;
   opacity: 0.5;
   font-size: 1rem;
   font-weight: 600;
   font-family: "poppins";
   text-transform: none;
   

}



.services-subheading{
   /* border: solid 1px black; */
   margin-top: 10rem;
   text-align: center;
   
}

.services-sub-subheading{
   display: flex;
   align-items: center;
   justify-content: center;
   
}

.services-subheading h2{
   text-align: center;
   font-size: 4rem;
   /* font-family: 'concert one'; */
   font-family: 'poppins';
   font-weight: 500;
   /* word-spacing: 0.5rem; */
   color: rgba(234, 231, 231, 0.837);
   text-transform: none ;
}

.gradient-text {
  background: linear-gradient(to right, #dd0f91 0%, #f4354b 50%, #cfa653 100%);
  
  /* Standard property */
  background-clip: text;


  /* Vendor prefix for WebKit browsers (Chrome, Safari) */
  -webkit-background-clip: text;

  /* Makes the text fill transparent so background is visible */
  -webkit-text-fill-color: transparent;

  /* Optional: text-fill-color for other engines if needed */
  color: transparent;
  /* font-family: 'concert one'; */
  font-family: 'poppins';
  font-weight: 700;
  margin: 0 1rem; /* adds space left and right */
  display: inline-block;
  font-size: 4.2rem;
  /* word-spacing: 0.5rem; */
   text-transform: none ;

}


@keyframes zoomInOut {
 0%, 100% {
    transform: scale(1.2);
    opacity: 0.6;
    filter: brightness(1);
  }
  50% {
    transform: scale(1.6);
    opacity: 1;                /* Slightly faded when zooming in */
    filter: brightness(1);       /* Bright glow effect */
  }
}

.services-subheading img{
   width: 3.8rem;
   height: 3.8rem;
   animation: zoomInOut 2s infinite ease-in-out;
   display: inline-block;
   transition: all 0.3s ease-in-out;
   /* margin-right: -15px; */
   margin-left: 12px;

   /* margin-top: 10px; */
   /* margin-bottom: 5px; */
   /* transform: rotate(90deg); */
}

.services-subheading h3{
   text-align: center;
   font-size: 16px;
   font-weight: 500;
   font-family: 'poppins';
   margin-top: 1.5rem;
   /* word-spacing: 0.3rem; */
   color: rgba(255, 255, 255, 0.638);
   text-transform: none ;
}

.chipss-services {
  display: none;
}

.chips-services{
   margin-top: 10rem;
}


.first-line-chips{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 1rem;
}

.second-line-chips{
   display: flex;
   justify-content: center;
   gap: 1rem;
   align-items: center;
}



.first-line-chips h1, .second-line-chips h1 {
   font-size: 1.2rem;
   font-weight: 500;
   margin-top:20px;
   font-family: 'poppins';
   color: rgba(247, 243, 243, 0.755);
   /* margin-top: 2rem; */
   word-spacing: 0.3rem;
   text-align: center;
   background: rgba(0, 0, 0, 0.147);
   padding: 10px 18px 10px 12px;
   border-radius: 2rem;
   border: solid 0.1px rgba(132, 132, 132, 0.506);
}

.scroll-heading{
   /* border: solid 1px black; */
   border-radius: 2rem;
    margin-top: 12rem;
    align-items: center;   
    display: inline-block;
    text-align: center;
    margin-bottom: 7rem;
    /* border: rgba(111, 109, 109, 0.586) solid 0.1px; */
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px); /* moves down 10px */
  }
}

.scroll-heading img{
   animation: upDown 1.5s infinite ease-in-out;
  display: inline-block;
  width: 40px; /* adjust size as needed */
  width:2rem;
  height: 2rem; 

}

.services-subheading h4{
   text-align: center;
   font-family: 'poppins';
   color: rgba(223, 222, 222, 0.64);
   padding: 10px 18px 10px 12px;
   font-size: 1.4rem;
   text-transform: none;   
   font-weight: 200;
   
}





.services-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr); /* Two columns */
   gap: 6%; /* Space between cards */
   justify-content: center;
   padding-left: 10%; /* Maintain space on the sides */
   padding-right: 10%;
   padding-bottom: 8%;
   padding-top: 2%;
   margin: 0 auto; /* Auto margin centers the grid */
   max-width: 1200px; /* Prevents stretching too wide */
   height: auto;
   border-radius: 2rem;
   background: linear-gradient(to right, #000000, #000000);
}

.container {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin: 0 auto;
   padding: 3rem 2rem;
   border-radius: 10px;
   position: relative;
   text-align: left;
   color: white;
   display: flex;
   flex-direction: column;
}

.soilcard {
   display: flex;
   flex-direction: column;
   /* background: linear-gradient(to right, #101a79, #5cb270); */
   background: linear-gradient(to right, #003c7deb, #000328);
   width: 45rem;
   height: 30rem;
   border-radius: 12px;
   padding-left: 10%;
}

.soilcard h2 {
   display: inline-block;
   padding-top: 13%;
   padding-right: 20%;
   font-size: 2rem;
   text-transform: capitalize;
   font-weight: bolder;
   line-height: 1.5;
   font-family: "poppins";
}

.soilcard p {
   display: inline-block;
   /* align-items: center; */
   color: rgba(255, 255, 255, 0.9);
   padding-top: 8%;
   font-size: 1.3rem;
   line-height: 1.3;
   max-width: 80%;
   font-family: "poppins";
}

.img-text-row {
  display: flex;
  align-items: center; /* vertical centering */
  gap: 10px; /* space between image and text */
  margin-bottom: -4.5px;
  /* padding: 1px; */
}

.img-text-row img {
  height: 2rem;
    width: 2rem;
}




.use-service {
   display: inline-block;
   padding: 0.5rem 1rem; 
   background-color: white;
   color: black;
   font-weight: 600;
   border-radius: 8px;
   text-decoration: none;
   font-size: 1.1rem;
   transition: 0.3s ease-in-out;
   border: none;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 16%;
   left: 13%;
   font-family: "poppins";
}

.images-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; 
   width: 100%;
   margin-top: 21%;
   margin-left:-2%;   
   height: 1%;
}

.soilcard-image {
   position: absolute;
   bottom: -1%;
   max-width: 12.5rem;
   right: 10%;
   /* border: 1px solid white; */
}

.soilcard-image img {
   width: 200%;
   height: auto;
   margin-bottom: -3rem;
}

/* #################card tWO */

.containers-second {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin: 0 auto;
   padding: 3rem 2rem;
   
   border-radius: 10px;
   position: relative; /* Ensures absolute-positioned images are contained */
   text-align: left;
   display: flex;
   flex-direction: column;
}

/* ##############################################################making overlay */
.coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0);
  /* background-color: rgba(255, 254, 254, 0.33);  */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 10;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0); /* soft border */
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset, 
              0 0 20px rgba(255, 255, 255, 0); /* inner glow */
}




.overlay-content {
  text-align: center;
  color: #333;
}

.overlay-content {
  /* width: 40px;
  height: 40px; */
  margin-bottom: 10px;
  opacity: 0.8;
}

/* .overlay-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
} */

.overlay-content p {
  font-size: 1.5rem;
  color: black;
  font-weight: 500;
} 

.overlay-icon{
   width: 28rem;
   height: 28rem;
   margin-top: 12rem;
   margin-right: 5rem;
}
/* ########################################ending */
.fertilizers-planner {
   display: flex;
   flex-direction: column;
   padding-left: 50px;
   /* align-items: center; */
   gap: 10px;
   /* position: absolute; */
   text-align: left;
   color: white;
   /* rgba(255, 255, 255, 0.8) */
   /* background: linear-gradient(to right, #e62314, #f19e18); */
   background: linear-gradient(to right, #101a79, #5cb270);
   /* background: linear-gradient(to right, #511c2b, #f28367); */
   /* background-color: #cf3221; */
   /* width: 100%; */
   width: 45rem;
    height: 30rem;
   /* z-index: 1; */
   border-radius: 12px;
   /* box-shadow: 0 0 50px rgba(221, 44, 20, 0.7); */
}

.fertilizers-planner h2 {
   display: inline-block;
   padding-top: 13%;
   padding-right: 20%;
   font-size: 2rem;
   text-transform: capitalize;
   font-weight: bolder;
   line-height: 1.5;
   text-align: left;
   font-family: "poppins";
}

.fertilizers-planner p {
   display: inline-block;
   color: rgba(255, 255, 255, 0.5);
   padding-top: 8%;
   font-size: 1.1rem;
   line-height: 1.5;
   max-width: 80%;
   text-align: left;
   font-family: "poppins";
}

/* Use Service Button */
.uses-service {
   display: inline-block;
   padding: 0.5rem 1rem; 
   background-color: white;
   color: black;
   font-weight: 800;
   border-radius: 8px;
   text-decoration: none;
   font-size: 1.1rem;
   transition: 0.3s ease-in-out;
   border: none;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 20%;
   font-family: "poppins";
  
}


.imagess-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; /* Align elements vertically */
   width: 100%;
   bottom: -33%;
   /* right: ; */
    /* margin-top: 10%; */
    /* padding: 0 50px; Creates spacing from edges */
}

/* .use-service:hover {
   transform: scale(1.05);
   box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
} */

/* Farmer Image */
.farmers-image {
   position: absolute;
   /* left: -150px; Adjust to move it left */
   /* bottom: -165%; */
   max-width: 12.5rem;
   /* margin-top: 60%; */
   right:24%; /* isko baadme 18% karna hai */
   /* border: 2px solid white; */
   
}

.farmers-image img {
   width: 200%;
   height: auto;
   
}


/* ###########################card three */
.containers-three {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin: 0 auto;
   padding: 0.5rem 2rem;
   border-radius: 10px;
   position: relative; /* Ensures absolute-positioned images are contained */
   text-align: left;
   display: flex;
   flex-direction: column;
}
.fertilizers-dosage {
   display: flex;
   flex-direction: column;
   padding-left: 10%;
   /* gap: 10px; */
   text-align: left;
   color: white;
   background: linear-gradient(to right, #5308bd, #c67e4f);
   width: 45rem;
   height: 30rem;
   border-radius: 12px;

}

.fertilizers-dosage h2 {
   display: inline-block;
   padding-top: 13%;
   padding-right: 20%;
   font-size: 2rem;
   text-transform: capitalize;
   font-weight: bolder;
   line-height: 1.5;
   text-align: left;
   font-family: "poppins";
}

.fertilizers-dosage p {
   display: inline-block;
   color: rgba(255, 255, 255, 0.837);
   padding-top: 4%;
   font-size: 1.3rem;
   line-height: 1.5;
   max-width: 80%;
   text-align: left;
   font-family: "poppins";
}

/* Use Service Button */
.usess-service {
   display: inline-block;
    padding: 0.5rem 1rem; 
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
    border: none;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 13%;
    left: 13%;
    font-family: "poppins";
  
}


.imagesss-class {
   position: relative;
    display: flex;
    justify-content: space-between; /* Center elements horizontally */
    align-items: flex-end; /* Align elements vertically */
    width: 100%;
    margin-top: 24%;
    height: 1%;
}

/* Farmer Image */
.dosage-image {
   position: absolute;
    bottom: 10%;
    max-width: 12.5rem;
    right: 8%; /* isko baadme 13% karna hai */
  
}

.dosage-image img {
   width: 200%;
   height: auto;
   
}


/* ##############four card */

.containers-four {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin: 0 auto;
   padding: 0.5rem 2rem;
   border-radius: 10px;
   position: relative; /* Ensures absolute-positioned images are contained */
   text-align: left;
   display: flex;
   flex-direction: column;
}
.virtual-assistant {
   display: flex;
   flex-direction: column;
   padding-left: 10%;
   text-align: left;
   color: white;
   /* background: linear-gradient(to right, #114D14, #4F1C26, #291E3B); */
   background: linear-gradient(to right, #6d1673, #331946, #0d0d0da0);
   width: 45rem;
    height: 30rem;
   
   border-radius: 12px;

}

.virtual-assistant h2 {
   display: inline-block;
   padding-top: 10%;
    padding-right: 20%;
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: bolder;
    line-height: 1.5;
    font-family: "poppins";
}

.virtual-assistant p {
   display: inline-block;
   color: rgba(255, 255, 255, 0.734);
   padding-top: 7%;
    font-size: 1.3rem;
    line-height: 1.5;
    max-width: 80%;
    font-family: "poppins";
}

/* Use Service Button */
.usesss-service {
   display: inline-block;
   padding: 0.5rem 1rem; 
    background-color: white;
    color: black;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
    border: none;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 11%;
    left: 13%;
    font-family: "poppins";

  
}


.imagessss-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; /* Align elements vertically */
   width: 100%;
   margin-top: 26%;
   height: 1%;
   
}

/* Farmer Image */
.gpt-image {
   position: absolute;
    bottom: -3%;
    max-width: 12.5rem;
    right: 10%; /* #####################################isko baadme 10% karna hai */
    /* border: 1px solid white; */
  
}

.gpt-image img {
   width: 190%;
   height: auto;
   margin-bottom: 2%;
   
   
}


@media (min-width: 730px) and (max-width: 1039px) {
   .title {
      font-size: 2.5rem;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 3px;
      color: black;
      margin-top: 2.7rem;
      margin-bottom: 2.7rem; 
   }

   .services-heading {
   /* font-size: 3rem; */
   display: flex;
   justify-content:center;
   align-items: center;
   /* margin-top: -30px; */
   /* margin-bottom: 100px; */
  
}

.services-heading img{
   width: 4rem;
   height: 4rem;
   /* margin-right: -15px; */
   /* margin-left: 2px; */
   margin-top: 6px;
   /* margin-bottom: 5px; */
   /* transform: rotate(90deg); */
}
/*   
.services-heading-wrapper {
   margin-bottom: 10px  
} */

.services-heading-wrapper h1{
   font-size: 2.2rem;
   margin-top:40px;
   /* margin-bottom: 3rem; */
   height: auto;
   /* font-weight: 700; */
   font-family: "poppins";
   color: rgb(255, 255, 255);
   /* margin-bottom: -20px;
   margin-top: -20px; */
   

}

.beta {
   
   color: orange;
   text-align: center;
   margin-top: -1.5rem;
   opacity: 0.4;
   font-size: 1.3rem;
   font-weight: 600;
   font-family: "poppins";
   

}


.services-subheading{
   /* border: solid 1px black; */
   margin-top: 15rem;
   text-align: center;
   
}

.services-sub-subheading{
   display: flex;
   align-items: center;
   justify-content: center;
}

.services-subheading h2{
   text-align: center;
   font-size: 3.5rem;
   /* font-family: 'concert one'; */
   font-family: "poppins";
   font-weight: 700;
   word-spacing: 0.1rem;
   color: rgba(223, 213, 213, 0.768);
   /* margin-top: 10rem; */
}

.gradient-text {
  background: linear-gradient(to right, #dd0f91 0%, #f4354b 50%, #cfa653 100%);
  
  /* Standard property */
  background-clip: text;


  /* Vendor prefix for WebKit browsers (Chrome, Safari) */
  -webkit-background-clip: text;

  /* Makes the text fill transparent so background is visible */
  -webkit-text-fill-color: transparent;

  /* Optional: text-fill-color for other engines if needed */
  color: transparent;
  /* font-family: 'concert one'; */
  font-family: "poppins";
  font-weight: 900;
  margin: 0 0.8rem; /* adds space left and right */
  display: inline-block;
  font-size: 3.5rem;

}


@keyframes zoomInOut {
 0%, 100% {
    transform: scale(1.2);
    opacity: 0.6;
    filter: brightness(1);
  }
  50% {
    transform: scale(1.6);
    opacity: 1;                
    filter: brightness(1);       
  }
}

.services-subheading img{
   width: 3.8rem;
   height: 3.8rem;
   animation: zoomInOut 2s infinite ease-in-out;
   display: inline-block;
   transition: all 0.3s ease-in-out;
   /* margin-right: -15px; */
   margin-left: 12px;

  
}

.services-subheading h3{
   text-align: center;
   font-size: 2rem;
   font-weight: 500;
   font-family: 'poppins';
   margin-top: 1.5rem;
   /* word-spacing: 0.3rem; */
   color: rgba(255, 255, 255, 0.638);
}

.chips-services{
   margin-top: 15rem;
}


.first-line-chips{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 1rem;
}

.second-line-chips{
   display: flex;
   justify-content: center;
   gap: 1rem;
   align-items: center;
}



.first-line-chips h1, .second-line-chips h1 {
   font-size: 1.4rem;
   font-weight: 500;
   margin-top: 2rem;
   font-family: "poppins";
   color: rgba(247, 243, 243, 0.755);
   /* margin-top: 2rem; */
   /* word-spacing: 0.3rem; */
   text-align: center;
   background: rgba(0, 0, 0, 0.147);
   padding: 8px 14px 8px 8px;
   border-radius: 2rem;
   border: solid 0.1px rgba(132, 132, 132, 0.506);
}

.scroll-heading{
   /* border: solid 1px black; */
   border-radius: 2rem;
    margin-top: 15rem;
    align-items: center;   
    display: inline-block;
    text-align: center;
    /* margin-bottom: 7rem; */
    /* border: rgba(111, 109, 109, 0.586) solid 0.1px; */
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px); /* moves down 10px */
  }
}

.scroll-heading img{
   animation: upDown 1.5s infinite ease-in-out;
  display: inline-block;
  width: 40px; /* adjust size as needed */
  width:2rem;
  height: 2rem; 

}

.services-subheading h4{
   text-align: center;
   font-family: 'poppins';
   color: rgba(223, 222, 222, 0.64);
   padding: 10px 18px 10px 12px;
   font-size: 1.8rem;
   font-weight: 400;
   
}

   .services-grid {
      display: grid;
      grid-template-columns: 2fr; /* Only 1 column */
      padding-left: 15%;
      padding-right: 15%;
      gap:1.5%; 
      
   }
   .container{
         padding-top:0;
         padding-bottom: 0; 
   }   
   /* }
   .containers-second{
         padding-top:0;
         padding-bottom: 0;
   } */

   .soilcard-image {
      /* position: absolute; */
      bottom: -10%;
      /* max-width: 12.5rem; */
      /* right: 10%; */
      /* border: 1px solid white; */
   }
   
   .use-service {
      bottom: 13%;
   }

    .containers-four {
      padding: 2.0rem 2rem;
   }
/* }999999999999999999999999999999999999999999999999999 */
  

.services-grid {
   display: grid;
   grid-template-columns: 2fr; /* Two columns */
   gap: 1%; /* Space between cards */
   justify-content: center;
   padding-left: 10%; /* Maintain space on the sides */
   padding-right: 10%;
   padding-bottom: 8%;
   padding-top: 2%;
   margin: 0 auto; /* Auto margin centers the grid */
   max-width: 1200px; /* Prevents stretching too wide */
   height: auto;
   border-radius: 2rem;
   background: linear-gradient(to right, #000000, #000000);
}

.container {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin: 0 auto;
   padding: 0.5rem 0.5rem;
   border-radius: 10px;
   position: relative;
   text-align: left;
   color: white;
   display: flex;
   flex-direction: column;
}

.soilcard {
   display: flex;
   flex-direction: column;
   /* background: linear-gradient(to right, #101a79, #5cb270); */
   background: linear-gradient(to right, #3e59ba9e, #ca1676b7);
   width: 45rem;
   height: 30rem;
   border-radius: 12px;
   padding-left: 10%;
}

.soilcard h2 {
   display: inline-block;
   padding-top: 13%;
   padding-right: 20%;
   font-size: 2rem;
   text-transform: capitalize;
   font-weight: bolder;
   line-height: 1.5;
   font-family: 'poppins';
}

.soilcard p {
   display: inline-block;
   /* align-items: center; */
   color: rgba(255, 255, 255, 0.9);
   padding-top: 9%;
   font-size: 1.2rem;
   line-height: 1.3;
   max-width: 80%;
   font-family: 'poppins';
}

.img-text-row {
  display: flex;
  align-items: center; /* vertical centering */
  gap: 10px; /* space between image and text */
  margin-bottom: -4px;
  /* padding: 1px; */
}

.img-text-row img {
  height: 2.3rem;
    width: 2.3rem;
}




.use-service {
   display: inline-block;
   padding: 0.5rem 1rem; 
   background-color: white;
   color: black;
   font-weight: bold;
   border-radius: 8px;
   text-decoration: none;
   font-size: 1.1rem;
   transition: 0.3s ease-in-out;
   border: none;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 15%;
   left: 13%;
   font-family: 'poppins';
}

.images-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; 
   width: 100%;
   margin-top: 18%;
   margin-left:-2%;  
   height: 1%;
}

.soilcard-image {
   position: absolute;
   bottom: -1%;
   max-width: 12.5rem;
   right: 10%;
   /* border: 1px solid white; */
}

.soilcard-image img {
   width: 200%;
   height: auto;
}


.containers-three {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin: 0 auto;
   padding: 0.5rem 2rem;
   border-radius: 10px;
   position: relative; /* Ensures absolute-positioned images are contained */
   text-align: left;
   display: flex;
   flex-direction: column;
}
.fertilizers-dosage {
   display: flex;
   flex-direction: column;
   padding-left: 10%;
   /* gap: 10px; */
   text-align: left;
   color: white;
   background: linear-gradient(to right, #5308bd, #c67e4f);
   width: 45rem;
   height: 30rem;
   border-radius: 12px;

}

.fertilizers-dosage h2 {
   display: inline-block;
   padding-top: 13%;
   padding-right: 20%;
   font-size: 2rem;
   text-transform: capitalize;
   font-weight: bolder;
   line-height: 1.5;
   text-align: left;
   font-family: "poppins";
}

.fertilizers-dosage p {
   display: inline-block;
   color: rgba(255, 255, 255, 0.837);
   padding-top: 4%;
   font-size: 1.3rem;
   line-height: 1.5;
   max-width: 80%;
   text-align: left;
   font-family: "poppins";
}

/* Use Service Button */
.usess-service {
   display: inline-block;
    padding: 0.5rem 1rem; 
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
    border: none;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 13%;
    left: 13%;
    font-family: "poppins";
  
}


.imagesss-class {
   position: relative;
    display: flex;
    justify-content: space-between; /* Center elements horizontally */
    align-items: flex-end; /* Align elements vertically */
    width: 100%;
    margin-top: 22%;
    height: 1%;
}

/* Farmer Image */
.dosage-image {
   position: absolute;
    bottom: 10%;
    max-width: 11.5rem;
    right: 8%; /* isko baadme 13% karna hai */
  
}

.dosage-image img {
   width: 200%;
   height: auto;
   
}

}

@media (min-width: 572px) and (max-width: 729px) {
   .parthai-container{
   background-image: url("images/gg1.png");
  background-size: 100% 100%;          /* ✨ STRETCH VERTICALLY only */
  background-repeat: no-repeat;        /* ✅ prevent vertical tiling */
  background-position: top center;
  width: 100vw;
  min-height: 50vh;
  height: auto;
  margin: 0;
  padding: 0;
   width: 100%;   
   margin-top:-40px; 
   margin-bottom: 6rem;
 }

 .services-heading {
   /* font-size: 3rem; */
   display: flex;
   justify-content:center;
   align-items: center;
   /* margin-top: -30px; */
   /* margin-bottom: 100px; */
  
}

.services-heading img{
   width: 4rem;
   height: 4rem;
   /* margin-right: -15px; */
   /* margin-left: 2px; */
   margin-top: 6px;
   /* margin-bottom: 5px; */
   /* transform: rotate(90deg); */
}
/*   
.services-heading-wrapper {
   margin-bottom: 10px  
} */

.services-heading-wrapper h1{
   font-size: 2.6rem;
   margin-top:40px;
   font-weight: 600;
   height: auto;
   font-family: "poppins";
   color: rgb(255, 255, 255);
   /* margin-bottom: -20px;
   margin-top: -20px; */
   

}

.beta {
   
   color: orange;
   text-align: center;
   margin-top: -1rem;
   opacity: 0.5;
   font-size: 1.6rem;
   font-weight: 600;
   font-family: "poppins";
   

}


.services-subheading{
   /* border: solid 1px black; */
   margin-top: 15rem;
   text-align: center;
   
}



.services-subheading h2{
   text-align: center;
   font-size: 3.4rem;
   /* font-family: 'concert one'; */
   font-family: "poppins";
   font-weight: 700;
   word-spacing: 0.1rem;
   color: rgba(223, 213, 213, 0.768);
   /* margin-top: 10rem; */
}

.gradient-text {
  background: linear-gradient(to right, #dd0f91 0%, #f4354b 50%, #cfa653 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "poppins";
  font-weight: 800;
  margin: 0 0.8rem; /* adds space left and right */
  display: inline-block;
  font-size: 3.4rem;

}




.services-subheading img{
   width: 3.5rem;
   height: 3.5rem;
   animation: zoomInOut 2s infinite ease-in-out;
   display: inline-block;
   transition: all 0.3s ease-in-out;
   /* margin-right: -15px; */
   margin-left: 12px;

}

.services-subheading h3{
   text-align: center;
   font-size: 1.9rem;
   font-weight: 500;
   font-family: 'poppins';
   margin-top: 1.5rem;
   word-spacing: 0.3rem;
   color: rgba(255, 255, 255, 0.638);
}

 .chipss-services{
   margin-top: 15rem;
}


.firsts-line-chips{
   /* display: flex; */
   display: flex; 
   justify-content: center;
   align-items: center;
   gap: 0.5rem;
    /* gap: 1rem 1rem; */
}

.seconds-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 1rem;
}
.third-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 1rem;
}



.firsts-line-chips h1, .seconds-line-chips h1, .third-line-chips h1 {
   font-size: 1.6rem;
   font-weight: 500;
   margin-top:20px;
   font-family: 'poppins';
   color: rgba(247, 243, 243, 0.755);
   word-spacing: 0.3rem;
   text-align: 5center;
   background: rgba(0, 0, 0, 0.147);
   padding: 4px 8px 6px 6px;
   border-radius: 2rem;
   border: solid 0.1px rgba(132, 132, 132, 0.506);
}

.scroll-heading{
   /* border: solid 1px black; */
   border-radius: 2rem;
    margin-top: 12rem;
    align-items: center;   
    display: inline-block;
    text-align: center;
    margin-bottom: 7rem;
    /* border: rgba(111, 109, 109, 0.586) solid 0.1px; */
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px); /* moves down 10px */
  }
}

.scroll-heading img{
   animation: upDown 1.5s infinite ease-in-out;
  display: inline-block;
  width: 40px; /* adjust size as needed */
  width:2rem;
  height: 2rem; 

}

.services-subheading h4{
   text-align: center;
   font-family: 'poppins';
   color: rgba(223, 222, 222, 0.64);
   padding: 10px 18px 10px 12px;
   font-size: 1.8rem;
   /* background: #ffffff1a; */
   
   font-weight: 500;
   
}





.services-grid {
   display: grid;
   grid-template-columns: 2fr; /* Two columns */
   gap: 1%; /* Space between cards */
   justify-content: center;
   padding-left: 10%; /* Maintain space on the sides */
   padding-right: 10%;
   /* padding-bottom: 2%; */
   /* padding-top: 2%; */
   margin: 0 auto; /* Auto margin centers the grid */
   max-width: 1200px; /* Prevents stretching too wide */
   height: auto;
   border-radius: 2rem;
   background: linear-gradient(to right, #000000, #000000);
}
.container {
   max-width: 50.5rem;
   max-height: 50.5rem;
   /* margin: 0 auto; */
   padding: 0.2rem 0.5rem;
   border-radius: 10px;
   position: relative;
   text-align: left;
   color: white;
   display: flex;
   flex-direction: column;
}

.soilcard {
   display: flex;
   flex-direction: column;
   /* background: linear-gradient(to right, #101a79, #5cb270); */
   background: linear-gradient(to right,#003c7deb, #000328);
   width: 45rem;
   height: 30rem;
   border-radius: 12px;
   padding-left: 10%;
   margin-top: -6rem;
}

.soilcard h2 {
   display: inline-block;
   padding-top: 11%;
   padding-right: 20%;
   font-size: 2.2rem;
   text-transform: capitalize;
   font-weight: bolder;
   line-height: 1.5;
   font-family: 'poppins';
}

.soilcard p {
   display: inline-block;
   /* align-items: center; */
   color: rgba(255, 255, 255, 0.9);
   padding-top: 7%;
   font-size: 1.6rem;
   line-height: 1.3;
   max-width: 80%;
   font-family: 'poppins';
}

.img-text-row {
  display: flex;
  align-items: center; /* vertical centering */
  gap: 10px; /* space between image and text */
  /* margin-bottom: -4px; */
  /* padding: 1px; */
}

.img-text-row img {
  height: 2.3rem;
    width: 2.3rem;
}




.use-service {
   display: inline-block;
   padding: 0.5rem 1rem; 
   background-color: white;
   color: black;
   font-weight: bold;
   border-radius: 8px;
   text-decoration: none;
   font-size: 1.1rem;
   transition: 0.3s ease-in-out;
   border: none;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 18%;
   left: 13%;
}

.images-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; 
   width: 100%;
   margin-top: 27%;
   height: 1%;
   
}

.soilcard-image {
   position: absolute;
   /* bottom: -1%; */
   max-width: 11.5rem;
   margin-right: 1rem;
   
   /* margin-bottom: 1.3rem; */
   /* right: 10%; */
   /* border: 1px solid white; */
}

.soilcard-image img {
   width: 220%;
   height: 200%;
   margin-top: 6rem;
   /* padding-bottom: 0.5rem; */
   margin-bottom: 0rem;
   /* border: solid 1px rgb(232, 227, 227); */
}
.containers-second {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin-top: 0rem;
   /* margin: 0 auto; */
   padding: 0.2rem 0.5rem;   
   border-radius: 10px;
   position: relative; /* Ensures absolute-positioned images are contained */
   text-align: left;
   display: flex;
   flex-direction: column;
}

.containers-three {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin-top: 0.4rem;
   /* margin: 0 auto; */
   padding: 0.5rem 0.5rem;
   border-radius: 10px;
   position: relative; /* Ensures absolute-positioned images are contained */
   text-align: left;
   display: flex;
   flex-direction: column;
}


.fertilizers-dosage {
   display: flex;
   flex-direction: column;
   padding-left: 10%;
   /* gap: 10px; */
   text-align: left;
   color: white;
   background: linear-gradient(to right, #5308bd, #c67e4f);
   width: 45rem;
   height: 30rem;
   border-radius: 12px;

}

.fertilizers-dosage h2 {
   display: inline-block;
   padding-top: 8%;
   padding-right: 20%;
   font-size: 2.2rem;
   text-transform: capitalize;
   font-weight: bolder;
   line-height: 1.5;
   text-align: left;
   font-family: "poppins";
}

.fertilizers-dosage p {
   display: inline-block;
   color: rgba(255, 255, 255, 0.837);
   padding-top: 4%;
   font-size: 1.6rem;
   line-height: 1.5;
   max-width: 80%;
   text-align: left;
   font-family: "poppins";
}

/* Use Service Button */
.usess-service {
   display: inline-block;
    padding: 0.5rem 1rem; 
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
    border: none;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 13%;
    left: 13%;
    font-family: "poppins";
  
}


.imagesss-class {
   position: relative;
    display: flex;
    justify-content: space-between; /* Center elements horizontally */
    align-items: flex-end; /* Align elements vertically */
    width: 100%;
    margin-top: 22%;
    height: 1%;
}

/* Farmer Image */
.dosage-image {
   position: absolute;
    bottom: 6%;
    max-width: 12rem;
    right: 12%; /* isko baadme 13% karna hai */
  
}

.dosage-image img {
   width: 200%;
   height: auto;
   
}

.containers-four {
   max-width: 50.5rem;
   max-height: 50.5rem;
   margin-top: 0.4rem;
   /* margin: 0 auto; */
   padding: 0.5rem 2rem;
   border-radius: 10px;
   position: relative; /* Ensures absolute-positioned images are contained */
   text-align: left;
   display: flex;
   flex-direction: column;
}

.virtual-assistant {
   display: flex;
   flex-direction: column;
   padding-left: 10%;
   text-align: left;
   color: white;
   /* background: linear-gradient(to right, #114D14, #4F1C26, #291E3B); */
   background: linear-gradient(to right, #6d1673, #331946, #0d0d0da0);
   width: 45rem;
    height: 30rem;
   
   border-radius: 12px;

}

.virtual-assistant h2 {
   display: inline-block;
   padding-top: 8%;
    padding-right: 20%;
    font-size: 2.2rem;
    text-transform: capitalize;
    font-weight: bolder;
    line-height: 1.5;
    font-family: "poppins";
}

.virtual-assistant p {
   display: inline-block;
   color: rgba(255, 255, 255, 0.734);
   padding-top: 6%;
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 80%;
    font-family: "poppins";
}

/* Use Service Button */
.usesss-service {
   display: inline-block;
   padding: 0.5rem 1rem; 
    background-color: white;
    color: black;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
    border: none;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 7%;
    left: 13%;
    font-family: "poppins";

  
}


.imagessss-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; /* Align elements vertically */
   width: 100%;
   margin-top: 20%;
   height: 1%;
   
}

/* Farmer Image */
.gpt-image {
   position: absolute;
    bottom: -3%;
    max-width: 12.5rem;
    right: 10%; 
  
}

.gpt-image img {
   width: 190%;
   height: auto;
   margin-bottom: 2%;
   
   
}




}



@media (min-width: 400px) and (max-width: 573px) {

    html {
    font-size: 55%; /* scale text slightly smaller for small screens */
  }

    .parthai-container{
  background-image: url("images/gg1.png");
  background-size: 100% 100%;          /* ✨ STRETCH VERTICALLY only */
  background-repeat: no-repeat;        /* ✅ prevent vertical tiling */
  background-position: top center;
  width: 100vw;
  min-height: 50vh;
  height: auto;
  margin: 0;
  padding: 0;
   width: 100%;   
   margin-top:-40px; 
   margin-bottom: 6rem;



   
 }

 .services-heading {
   /* font-size: 3rem; */
   display: flex;
   justify-content:center;
   align-items: center;
   /* margin-top: -30px; */
   /* margin-bottom: 100px; */
  
}

.services-heading img{
   width: 4rem;
   height: 4rem;
   margin-top: 6px;
   }
.services-heading-wrapper h1{
   font-size: 3rem;
   margin-top:40px;
   height: auto;
   font-family: 'poppins';
   color: rgb(255, 255, 255);
   
   

}

.beta {
   
   color: orange;
   text-align: center;
   margin-top: -1rem;
   opacity: 0.6;
   font-size: 1.5rem;
   font-weight: 600;
   font-family: 'poppins';
   

}


.services-subheading{
   /* border: solid 1px black; */
   margin-top: 12rem;
   text-align: center;
   
}



.services-subheading h2{
   text-align: center;
   font-size: 3rem;
   font-family: 'poppins';
   font-weight: 600;
   /* word-spacing: 0.1rem; */
   color: rgba(223, 213, 213, 0.768);
   /* margin-top: 10rem; */
}

.gradient-text {
  background: linear-gradient(to right, #dd0f91 0%, #f4354b 50%, #cfa653 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: 'poppins';
  font-weight: 800;
  margin: 0 0.8rem; /* adds space left and right */
  display: inline-block;
  font-size: 3rem;

}




.services-subheading img{
   width: 3.5rem;
   height: 3.5rem;
   animation: zoomInOut 2s infinite ease-in-out;
   display: inline-block;
   transition: all 0.3s ease-in-out;
   /* margin-right: -15px; */
   margin-left: 12px;

}

.services-subheading h3{
   text-align: center;
   font-size: 1.8rem;
   font-weight: 600;
   font-family: 'poppins';
   margin-top: 2rem;
   color: rgba(255, 255, 255, 0.638);
}

 .chipss-services{
   margin-top: 10rem;
}


.firsts-line-chips{
   /* display: flex; */
   display: flex; 
   justify-content: center;
   align-items: center;
   gap: 0.5rem;
    /* gap: 1rem 1rem; */
}

.seconds-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 1rem;
}
.third-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 1rem;
}



.firsts-line-chips h1, .seconds-line-chips h1, .third-line-chips h1 {
   font-size: 1.3rem;
   font-weight: 500;
   margin-top:20px;
   font-family: 'poppins';
   color: rgba(247, 243, 243, 0.755);
   word-spacing: 0.3rem;
   text-align: 5center;
   background: rgba(0, 0, 0, 0.147);
   padding: 4px 8px 6px 6px;
   border-radius: 2rem;
   border: solid 0.1px rgba(132, 132, 132, 0.506);
}

.scroll-heading{
   /* border: solid 1px black; */
   border-radius: 2rem;
    margin-top: 12rem;
    align-items: center;   
    display: inline-block;
    text-align: center;
    margin-bottom: 7rem;
    /* border: rgba(111, 109, 109, 0.586) solid 0.1px; */
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px); /* moves down 10px */
  }
}

.scroll-heading img{
   animation: upDown 1.5s infinite ease-in-out;
  display: inline-block;
  /* width: 40px; adjust size as needed */
  width:1.5rem;
  height: 1.5rem; 

}

.services-subheading h4{
   text-align: center;
   font-family: 'poppins';
   color: rgba(223, 222, 222, 0.64);
   padding: 10px 18px 10px 12px;
   font-size: 1.8rem;
   font-weight: 400;   
}


.services-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2rem 1rem;
  }

  .container,
  .containers-second,
  .containers-three,
  .containers-four {
    max-width: 100%;
    width: 100%;
     max-width: 380px;
     margin: 0 auto;
    padding: 2rem 1rem;
  }

  .soilcard,
  .fertilizers-planner,
  .fertilizers-dosage,
  .virtual-assistant {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 2rem 2rem 0rem 2rem;
  }

  .soilcard h2,
  .fertilizers-planner h2,
  .virtual-assistant h2 {
    font-size: 2.2rem;
    padding-top: 1rem;
    padding-right: 0;
    font-family: 'poppins';
  }

  .fertilizers-dosage h2{
   font-size: 2.2rem;
    padding-top: 1rem;
    padding-right: 0;
    font-family: 'poppins';
  }

  .soilcard p,
  .fertilizers-planner p{ 
  
    font-size: 1.7rem;
    margin-top: 1rem;
    max-width: 100%;
    font-family: 'poppins';

  }

 .fertilizers-dosage p{
    font-size: 1.7rem;
    margin-top: 0.6rem;
    max-width: 100%;
    font-family: 'poppins';
    color: rgb(235, 232, 232);

  }

  .virtual-assistant p {
   font-size: 1.7rem;
    margin-top: 1rem;
    max-width: 100%;
  }

  .img-text-row img {
    height: 2rem;
    width: 2rem;
  }

  .use-service,
  .uses-service,
  .usess-service,
  .usesss-service {
    display: inline-block;
   padding: 0.7rem 1rem; 
   background-color: white;
   color: black;
   font-weight: 700;
   border-radius: 8px;
   text-decoration: none;
   font-size: 1.5rem;
   transition: 0.3s ease-in-out;
   border: none;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 14%;
   left: 8%;
   font-family: 'poppins';
  }

   .soilcard-image img{
      margin-top: 4rem;
      width: 180%;
      height: auto;
      margin-left: 5rem;
   
   }

 
  .farmers-image img,
   .gpt-image img {
   /* margin-top: 2rem; */
   width: 200%;
   height: auto;
    /* width: 150%; */
  }

  .soilcard-image   {
   position: absolute;
   bottom: 2rem;
   max-width: 12.5rem;
   right: 12%;
  }
  .farmers-image{
   position: absolute;
   bottom: -1rem;
   max-width: 12.5rem;
   right: 18%;
  }
  /* .dosage-image{
  position: absolute;
   bottom: -1rem;
   max-width: 12.5rem;
   right: 18%;
  } */
  .gpt-image{
   position: absolute;
   bottom: -1rem;
   max-width: 12.5rem;
   right: 5%;
  }

  .images-class,
  .imagess-class,
  .imagessss-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; 
   width: 100%;
   margin-top: 27%;
   height: 1%;
  }

  .imagesss-class {
   position: relative;
    display: flex;
    justify-content: space-between; /* Center elements horizontally */
    align-items: flex-end; /* Align elements vertically */
    width: 100%;
    margin-top: 20%;
    height: 1%;
}

/* Farmer Image */
.dosage-image {
   position: absolute;
    bottom: -1rem;
    max-width: 11rem;
    right: 9%; /* isko baadme 13% karna hai */
  
}




}



@media (min-width: 375px) and (max-width: 400px) {

   
   
   .parthai-container{
  background-image: url("images/gg1.png");
   background-size: 100% 100%;          /* ✨ STRETCH VERTICALLY only */
  background-repeat: no-repeat;        /* ✅ prevent vertical tiling */
  background-position: top center;

  width: 100vw;
  min-height: 50vh;
  height: auto;

  margin: 0;
  padding: 0;

   width: 100%;   
   margin-top:-40px; 
   margin-bottom: 6rem;
 }

 .services-heading {
   /* font-size: 3rem; */
   display: flex;
   justify-content:center;
   align-items: center;
   /* margin-top: -30px; */
   /* margin-bottom: 100px; */
  
}

.services-heading img{
   width: 3.2rem;
   height: 3.2rem;
   margin-top: 6px; 
}

.services-heading-wrapper h1{
   font-size: 2.2rem;
   margin-top:40px;
   height: auto;
   font-family: 'poppins';
   color: rgb(255, 255, 255);
   

}

.beta {
   
   color: orange;
   text-align: center;
   margin-top: -1rem;
   opacity: 0.5;
   font-size: 1.5rem;
   font-weight: 600;
   font-family: 'poppins';
   

}




.services-subheading{
   margin-top: 11rem;
   text-align: center;
   
}

.services-sub-subheading{
   display: flex;
   align-items: center;
   justify-content: center;
}

.services-subheading h2{
   text-align: center;
   font-size: 2.2rem;
   font-family: 'poppins';
   font-weight: 600;
   word-spacing: 0.1rem;
   color: rgba(232, 231, 231, 0.896);
   
}

.gradient-text {
  background: linear-gradient(to right, #dd0f91 0%, #f4354b 50%, #cfa653 100%);
  
  /* Standard property */
  background-clip: text;


  /* Vendor prefix for WebKit browsers (Chrome, Safari) */
  -webkit-background-clip: text;

  /* Makes the text fill transparent so background is visible */
  -webkit-text-fill-color: transparent;

  /* Optional: text-fill-color for other engines if needed */
  color: transparent;
  font-family: 'poppins';
  font-weight: 800;
  margin: 0 0.8rem; /* adds space left and right */
  display: inline-block;
  font-size: 2.4rem;

}


@keyframes zoomInOut {
 0%, 100% {
    transform: scale(1.2);
    opacity: 0.6;
    filter: brightness(1);
  }
  50% {
    transform: scale(1.6);
    opacity: 1;                /* Slightly faded when zooming in */
    filter: brightness(1);       /* Bright glow effect */
  }
}

.services-subheading img{
   width: 2.5rem;
   height: 2.5rem;
   animation: zoomInOut 2s infinite ease-in-out;
   display: inline-block;
   transition: all 0.3s ease-in-out;
   /* margin-right: -15px; */
   margin-left: 12px;

   /* margin-top: 10px; */
   /* margin-bottom: 5px; */
   /* transform: rotate(90deg); */
}

.services-subheading h3{
   text-align: center;
   font-size: 1.5rem;
   font-weight: 500;
   font-family: 'poppins';
   margin-top: 2rem;
   /* word-spacing: 0.3rem; */
   color: rgba(255, 255, 255, 0.638);
}



.chipss-services{
   margin-top: 10rem;
}


.firsts-line-chips{
   /* display: flex; */
   display: flex; 
   justify-content: center;
   align-items: center;
   gap: 0.5rem;
    /* gap: 1rem 1rem; */
}

.seconds-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 1rem;
}
.third-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 1rem;
}



.firsts-line-chips h1, .seconds-line-chips h1, .third-line-chips h1 {
   font-size: 1rem;
   font-weight: 600;
   margin-top:20px;
   font-family: 'poppins';
   color: rgba(247, 243, 243, 0.755);
   word-spacing: 0.3rem;
   text-align: center;
   background: rgba(0, 0, 0, 0.147);
   padding: 4px 8px 6px 6px;
   border-radius: 2rem;
   border: solid 0.1px rgba(132, 132, 132, 0.506);
}

.scroll-heading{
   /* border: solid 1px black; */
   border-radius: 2rem;
    margin-top: 8rem;
    align-items: center;   
    display: inline-block;
    text-align: center;
    margin-bottom: 7rem;
    /* border: rgba(111, 109, 109, 0.586) solid 0.1px; */
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px); /* moves down 10px */
  }
}

.scroll-heading img{
   animation: upDown 1.5s infinite ease-in-out;
  display: inline-block;
  width: 40px; /* adjust size as needed */
  width:2rem;
  height: 2rem; 

}

.services-subheading h4{
   text-align: center;
   font-family: 'poppins';
   color: rgba(223, 222, 222, 0.64);
   padding: 10px 18px 10px 12px;
   font-size: 1.4rem;
   /* background: #ffffff1a; */
   
   font-weight: 500;
   
}

 .services-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1rem;
  }

  .container,
  .containers-second,
  .containers-three,
  .containers-four {
    max-width: 100%;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }

  .soilcard,
  .fertilizers-planner,
  .fertilizers-dosage,
  .virtual-assistant {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 2rem 2rem 0rem 2rem;
  }

  .soilcard h2,
  .fertilizers-planner h2,
  .fertilizers-dosage h2,
  .virtual-assistant h2 {
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-right: 0;
    font-family: 'poppins';
  }

  .soilcard p,
  .fertilizers-planner p,
  .fertilizers-dosage p,
  .virtual-assistant p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.943);
    max-width: 100%;
    font-family: 'poppins';
  }

  .img-text-row img {
    height: 1.5rem;
    width: 1.5rem;
  }

  .use-service,
  .uses-service,
  .usess-service,
  .usesss-service {
    display: inline-block;
   padding: 0.5rem 1rem; 
   background-color: white;
   color: black;
   font-weight: bold;
   border-radius: 8px;
   text-decoration: none;
   font-size: 1.2rem;
   transition: 0.3s ease-in-out;
   border: none;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 17%;
   left: 8%;
   font-family: 'poppins';
  }


  .soilcard-image img{
      /* margin-top: 4rem; */
      width: 156%;
      height: auto;
      margin-left: 5rem;
   
   }

   .farmers-image img,
  .dosage-image img {
    width: 100%;
    height: 100%;
    /* max-width: 12rem; */
  }
   .gpt-image img {
      width: 140%;
      height: auto;
      margin-left: -4rem;
   }



  .images-class,
  .imagess-class,
  .imagesss-class,
  .imagessss-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; 
   width: 100%;
   margin-top: 31%;
   height: 1%;
  }

 
   .soilcard-image   {
    /* position: relative;
    right: 0;
    bottom: 0;
    margin-top: 2rem; */
    position: absolute;
   bottom: 2rem;
   max-width: 12.5rem;
   right: 12%;
  }
  .farmers-image{
position: absolute;
   bottom: -1rem;
   max-width: 12.5rem;
   right: 18%;
  }
  .dosage-image{
position: absolute;
   bottom: -1rem;
   max-width: 18rem;
   right: -20%;
  }
  .gpt-image{
position: absolute;
   bottom: -1rem;
   max-width: 12.5rem;
   right: -18%;
   /* border: solid 1px pink; */
  }

 
  

}



@media (min-width: 320px) and (max-width: 374px) {

   
   
.parthai-container{
   background-image: url("images/gg1.png");
   background-size: 100% 100%;          /* ✨ STRETCH VERTICALLY only */
   background-repeat: no-repeat;        /* ✅ prevent vertical tiling */
   background-position: top center;
   width: 100vw;
   min-height: -1vh;
   height: auto;
   margin: 0;
   padding: 0;
   width: 100%;   
   margin-top:-40px; 
   margin-bottom: 6rem;
 }

 .services-heading {
   /* font-size: 3rem; */
   display: flex;
   justify-content:center;
   align-items: center;
   /* margin-top: -30px; */
   /* margin-bottom: 100px; */
  
}

.services-heading img{
   width: 3.2rem;
   height: 3.2rem;
   margin-top: 6px;
}
 

.services-heading-wrapper h1{
   font-size: 1.8rem;
   margin-top:40px;
   /* margin-bottom: 3rem; */
   height: auto;
   font-family: 'poppins';
   color: rgb(255, 255, 255);
   /* margin-bottom: -20px;
   margin-top: -20px; */
   

}

.beta {
   
   color: orange;
   text-align: center;
   margin-top: -1.2rem;
   opacity: 0.5;
   font-size: 1.4rem;
   font-weight: 600;
   font-family: 'poppins';
   

}



.services-subheading{
   /* border: solid 1px black; */
   margin-top: 8rem;
   text-align: center;
   
}

.services-sub-subheading{
   display: flex;
   align-items: center;
   justify-content: center;
}

.services-subheading h2{
   text-align: center;
   font-size: 2.1rem;
   /* font-family: 'concert one'; */
   font-family: 'poppins';
   font-weight: 500;
   /* word-spacing: 0.1rem; */
   color: rgba(223, 213, 213, 0.768);
   /* margin-top: 10rem; */
}

.gradient-text {
  background: linear-gradient(to right, #dd0f91 0%, #f4354b 50%, #cfa653 100%);
  
  /* Standard property */
  background-clip: text;


  /* Vendor prefix for WebKit browsers (Chrome, Safari) */
  -webkit-background-clip: text;

  /* Makes the text fill transparent so background is visible */
  -webkit-text-fill-color: transparent;

  /* Optional: text-fill-color for other engines if needed */
  color: transparent;
  /* font-family: 'concert one'; */
  font-family: 'poppins';
  font-weight: 800;
  margin: 0 0.8rem; /* adds space left and right */
  display: inline-block;
  font-size: 2.1rem;

}


@keyframes zoomInOut {
 0%, 100% {
    transform: scale(1.2);
    opacity: 0.6;
    filter: brightness(1);
  }
  50% {
    transform: scale(1.6);
    opacity: 1;                /* Slightly faded when zooming in */
    filter: brightness(1);       /* Bright glow effect */
  }
}

.services-subheading img{
   width: 2.5rem;
   height: 2.5rem;
   animation: zoomInOut 2s infinite ease-in-out;
   display: inline-block;
   transition: all 0.3s ease-in-out;
   /* margin-right: -15px; */
   margin-left: 12px;

   /* margin-top: 10px; */
   /* margin-bottom: 5px; */
   /* transform: rotate(90deg); */
}

.services-subheading h3{
   text-align: center;
   font-size: 1.4rem;
   font-weight: 500;
   font-family: 'poppins';
   margin-top: 2rem;
   color: rgba(255, 255, 255, 0.638);
}


.chipss-services{
   margin-top: 9rem;
}


.firsts-line-chips{
   /* display: flex; */
   display: flex; 
   justify-content: center;
   align-items: center;
   gap: 0.5rem;
    /* gap: 1rem 1rem; */
}

.seconds-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 0.5rem;
}
.third-line-chips{
   display: flex;
   justify-content: center;
   gap: 2rem;
   margin-top: 1rem;
   align-items: center;
   gap: 1rem;
}



.firsts-line-chips h1, .seconds-line-chips h1, .third-line-chips h1 {
   font-size: 0.8rem;
   font-weight: 600;
   margin-top:20px;
   font-family: 'poppins';
   color: rgba(247, 243, 243, 0.755);
   word-spacing: 0.3rem;
   text-align: center;
   background: rgba(0, 0, 0, 0.147);
   padding: 4px 8px 6px 6px;
   border-radius: 2rem;
   border: solid 0.1px rgba(132, 132, 132, 0.506);
}

.scroll-heading{
   /* border: solid 1px black; */
   border-radius: 2rem;
    margin-top: 8rem;
    align-items: center;   
    display: inline-block;
    text-align: center;
    margin-bottom: 3rem;
    /* border: rgba(111, 109, 109, 0.586) solid 0.1px; */
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px); /* moves down 10px */
  }
}

.scroll-heading img{
   animation: upDown 1.5s infinite ease-in-out;
  display: inline-block;
  width: 40px; /* adjust size as needed */
  width:2rem;
  height: 2rem; 

}

.services-subheading h4{
   text-align: center;
   font-family: 'poppins';
   color: rgba(223, 222, 222, 0.64);
   padding: 10px 18px 10px 12px;
   font-size: 1.3rem;   
   font-weight: 500;
   
}

 .services-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1rem;
  }

  .container,
  .containers-second,
  .containers-three,
  .containers-four {
    max-width: 100%;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }

  .soilcard,
  .fertilizers-planner,
  .fertilizers-dosage,
  .virtual-assistant {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 2rem 2rem 0rem 2rem;
  }

  .soilcard h2,
  .fertilizers-planner h2,
  .fertilizers-dosage h2,
  .virtual-assistant h2 {
    font-size: 1.9rem;
    padding-top: 0.5rem;
    padding-right: 0;
    font-family: 'poppins';
  }

  .soilcard p,
  .fertilizers-planner p,
  .fertilizers-dosage p,
  .virtual-assistant p {
    font-size: 1.1rem;
   font-family: 'poppins';
    max-width: 100%;
  }

  .img-text-row img {
    height: 1.8rem;
    width: 1.8rem;
  }

  .use-service,
  .uses-service,
  .usess-service,
  .usesss-service {
    display: inline-block;
   padding: 0.5rem 1rem; 
   background-color: white;
   color: black;
   font-weight: bold;
   border-radius: 8px;
   text-decoration: none;
   font-size: 1rem;
   transition: 0.3s ease-in-out;
   border: none;
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 16%;
   left: 8%;
   font-family: 'poppins';
  }


  .soilcard-image img{
      /* margin-top: 4rem; */
      width: 110%;
      height: auto;
      margin-left: 8rem;
   
   }

   .farmers-image img,
  .dosage-image img {
    width: 100%;
    height: 100%;
    /* max-width: 12rem; */
  }
   .gpt-image img {
      width: 120%;
      height: auto;
      margin-left: 1rem;
   }



  .images-class,
  .imagess-class,
  .imagesss-class,
  .imagessss-class {
   position: relative;
   display: flex;
   justify-content: space-between; /* Center elements horizontally */
   align-items: flex-end; 
   width: 100%;
   margin-top: 31%;
   height: 1%;
  }

 
   .soilcard-image   {
    /* position: relative;
    right: 0;
    bottom: 0;
    margin-top: 2rem; */
    position: absolute;
   bottom: 2rem;
   max-width: 12.5rem;
   right: 12%;
  }
  .farmers-image{
position: absolute;
   bottom: -1rem;
   max-width: 12.5rem;
   right: 18%;
  }
   .dosage-image{
position: absolute;
   bottom: -1rem;
   max-width: 15rem;
   right: -20%;
  }
  .gpt-image{
position: absolute;
   bottom: -1rem;
   max-width: 12.5rem;
   right: -18%;
   /* border: solid 1px pink; */
  }

  .coming-soon-overlay {
    position: absolute;
    border-radius: 10px;
  }

  .overlay-icon {
    width: 24rem;
    height: 24rem;
    margin: 6rem auto 0rem auto;
  }

  .overlay-content p {
    font-size: 1.3rem;
  }
  

}