@import url("https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica:ital@0;1&family=Manrope:wght@200..800&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&display=swap");
* {
  font-family: "Manrope";
}

.active::after {
  content: "";
  display: block;
  border-bottom: 4px solid #FFD449;
}

.service-btn {
  background-color: #FFD449;
  font-family: "Poppins";
  padding: 12px 18px;
  border-radius: 24px;
  border-color: transparent;
}

.service-btn:hover {
  background-color: #364C47;
  border-color: none;
}

.service-btn:hover a {
  color: #ffffff !important;
}

.service-btn a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}

.card {
  border-radius: 0;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#preloader span {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
}

#preloader .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

#preloader .dots div {
  width: 18px;
  height: 20px;
  margin: 8px;
  background-color: #FFF;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

#preloader .dots div:nth-child(2) {
  animation-delay: 0.2s;
}

#preloader .dots div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}
#whatsapp-widget .chat-header,
#whatsapp-widget .chat-content,
#whatsapp-widget .message-input {
  position: fixed;
  right: 20px;
  width: 300px;
  background-color: #e5ddd5;
  z-index: 10003;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#whatsapp-widget .chat-header {
  top: calc(100% - 420px);
  height: 60px;
  background-color: #075e54;
  color: white;
  padding: 10px;
  display: none;
  align-items: center;
  border-radius: 12px 12px 0 0;
}

#whatsapp-widget .chat-header .avatar-container {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

#whatsapp-widget .chat-header img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

#whatsapp-widget .chat-header .online-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #25d366;
  border-radius: 50%;
  border: 2px solid #075e54;
}

#whatsapp-widget .chat-header .chat-header-info {
  flex-grow: 1;
}

#whatsapp-widget .chat-header span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #FFF;
}

#whatsapp-widget .chat-header .online-status {
  font-size: 12px;
}

#whatsapp-widget .chat-header .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
}

#whatsapp-widget .chat-header .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#whatsapp-widget .chat-content {
  top: calc(100% - 360px);
  height: 300px;
  padding: 20px;
  overflow-y: auto;
  display: none;
}

#whatsapp-widget .chat-content .message {
  max-width: 80%;
  padding: 8px 12px;
  margin-bottom: 10px;
  border-radius: 7.5px;
  position: relative;
  word-wrap: break-word;
}

#whatsapp-widget .chat-content .message.received {
  background-color: #ffffff;
  align-self: flex-start;
}

#whatsapp-widget .chat-content .message.sent {
  background-color: #dcf8c6;
  align-self: flex-end;
  margin-left: auto;
}

#whatsapp-widget .message-input {
  bottom: 20px;
  height: 60px;
  display: none;
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 0 0 12px 12px;
}

#whatsapp-widget .whatsapp-btn {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whatsapp-widget .whatsapp-btn:hover {
  background-color: #128c7e;
}

#whatsapp-widget .typing-indicator {
  background-color: #e5ddd5;
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

#whatsapp-widget .typing-indicator span {
  height: 10px;
  width: 10px;
  float: left;
  margin: 0 1px;
  background-color: #9e9ea1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

#whatsapp-widget .typing-indicator span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}

#whatsapp-widget .typing-indicator span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}

#whatsapp-widget .typing-indicator span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
#whatsapp-widget .chat-icon {
  position: fixed;
  bottom: 90px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10004;
  animation: wave 2s infinite;
}

#whatsapp-widget .chat-icon img {
  width: 35px;
  height: 35px;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.heading {
  color: #000000;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.5px;
}

.supportive-heading {
  color: #9008B6;
  font-family: "IM Fell Double Pica";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.supportive-heading img {
  margin-right: 6px;
}

p, li, a {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0;
  color: #6E7271;
}

header {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(219, 220, 220, 0.5);
}

header .navbar {
  background-color: transparent;
}

header .navbar.navbar-scrolled {
  background-color: #364C47;
}

header .navbar .navbar-brand h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  text-transform: uppercase;
}

header .navbar .navbar-toggler {
  transition: background-color 0.3s, box-shadow 0.3s;
  color: #ffffff;
}

header .navbar .offcanvas {
  width: 80%;
  background-color: #ffffff;
}

header .navbar .offcanvas .offcanvas-header {
  background-color: #364C47;
}

header .navbar .offcanvas .offcanvas-header .offcanvas-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

header .navbar .offcanvas .offcanvas-header .btn-close {
  background-color: darkgray;
}

header .navbar .nav-item {
  margin: 0 5px;
}

header .navbar .nav-item .nav-link {
  color: #000000;
  font-weight: 700;
  line-height: 28px;
  font-size: 16px;
}

header .navbar .nav-item:hover .nav-link {
  color: #9008B6;
}

header .navbar .nav-item:hover .nav-link::after {
  content: "";
  display: block;
}

#hero {
  overflow: hidden;
  position: relative;
  top: 0;
}

#hero img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#hero .hero-content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#hero .hero-content h1 {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
  margin-bottom: 0;
}

#hero .hero-content p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  line-height: normal;
  margin-top: 6px;
  text-align: center;
}

#hero::before,
#homeHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#homePage #homeHero {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100vh;
}

#homePage #homeHero img {
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
  width: 100%;
}

#homePage #homeHero .homehero-content {
  position: absolute;
  z-index: 2;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#homePage #homeHero .homehero-content h1 {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

#homePage #homeHero .homehero-content p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

#homePage #values {
  overflow: hidden;
}

#homePage #values .heading {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 0;
}

#homePage #values p {
  font-weight: 500;
  line-height: normal;
}

#homePage #values img {
  transition: transform 0.3s ease;
}

#homePage #values img:hover {
  transform: scale(1.03);
}

#homePage #vissionMission {
  overflow: hidden;
}

#homePage #vissionMission .vision-mission-image-container {
  transition: transform 0.3s ease;
}

#homePage #vissionMission .vision-mission-image-container:hover {
  transform: scale(1.03);
}

#homePage #vissionMission .vision-mission-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

#homePage #vissionMission .vision-mission-overlay {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 80px;
  height: auto;
  z-index: 1;
}

#homePage #vissionMission .vission-mission-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#homePage #vissionMission .heading {
  text-transform: uppercase;
  font-size: 18px !important;
}

#homePage #vissionMission .vission, #homePage #vissionMission .mission {
  background-color: #F7F8F8;
  padding: 20px;
}

#homePage #vissionMission .vission p, #homePage #vissionMission .mission p {
  font-weight: 400;
  line-height: 26px;
  margin-top: 22px;
}

#homePage #ourProjects {
  overflow: hidden;
}

#homePage #ourProjects ul li {
  margin-bottom: 16px;
}

#homePage #ourProjects img {
  transition: transform 0.3s ease;
}

#homePage #ourProjects img:hover {
  transform: scale(1.03);
}

#agroPage img {
  transition: transform 0.3s ease;
}

#agroPage img:hover {
  transform: scale(1.02);
}

#agroPage #productsServices {
  overflow: hidden;
}

#agroPage #productsServices .heading {
  white-space: nowrap;
}

#agroPage #productsServices ol li {
  color: #000000;
  font-weight: 600;
  line-height: 26px;
}

#agroPage #features {
  background-image: url("../images/features.webp");
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-attachment: unset;
}

#agroPage #features .heading {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

#agroPage #features p {
  text-align: center;
  margin-bottom: 12px;
}

#agroPage #features .image-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

#agroPage #features .card {
  transition: transform 0.3s ease;
}

#agroPage #features .card:hover {
  transform: scale(1.03);
}

#agroPage #sustainability {
  overflow: hidden;
}

#agroPage #sustainability .heading {
  line-height: 30px;
}

#agroPage #sustainability h3 {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}

#agroPage #incomePlan {
  background: rgba(110, 114, 113, 0.05);
  overflow: hidden;
}

#agroPage #incomePlan .how-we-earn ul li {
  color: #000000;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

#agroPage #incomePlan .how-we-earn ul li img {
  width: 20px;
  height: 20px;
}

#agroPage #specialties {
  background-image: url("../images/specialties-img-sm.webp");
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-attachment: unset;
}

#agroPage #specialties::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#agroPage #specialties .supportive-heading, #agroPage #specialties .heading, #agroPage #specialties ul, #agroPage #specialties li, #agroPage #specialties img {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#agroPage #specialties ul li {
  line-height: 34px;
}

#agroPage #specialties ul li img {
  margin-right: 8px;
}

#agroPage #testimonials {
  overflow: hidden;
}

#agroPage #testimonials .card {
  background: #FFF;
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.35);
  border-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 14px;
  margin: 10px;
}

#agroPage #testimonials .card .card-body {
  color: #6E7271;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

#agroPage #testimonials .card .card-body p {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 20px;
}

#agroPage #testimonials .testimonials-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  z-index: 10;
  position: relative;
  background: #fff;
  padding: 8px 0 0 0;
}

#agroPage #testimonials .testimonials-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(110, 114, 113, 0.25);
  opacity: 0.5;
  margin: 0 6px !important;
  transition: opacity 0.3s, background 0.3s;
  z-index: 11;
}

#agroPage #testimonials .testimonials-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #15A90D;
}

#aboutPage img {
  transition: transform 0.3s ease;
}

#aboutPage img:hover {
  transform: scale(1.03);
}

#aboutPage #aboutUs {
  overflow: hidden;
}

#aboutPage #aboutUs h3 {
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}

#aboutPage #companies {
  overflow: hidden;
}

#aboutPage #companies .heading {
  font-size: 18px;
}

#aboutPage #companies img {
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

#aboutPage #registration {
  overflow: hidden;
}

#aboutPage #registration .registration-certificate {
  border-radius: 10px;
  border: 0.809px solid #000000;
  margin-top: 18px;
  max-height: 584px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#aboutPage #achievements {
  overflow: hidden;
}

#aboutPage #ourStrengths {
  overflow: hidden;
}

#aboutPage #ourStrengths h3 {
  color: #000000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

#aboutPage #ourStrengths .director-img {
  width: 100%;
}

#investmentsPage img {
  transition: transform 0.3s ease;
}

#investmentsPage img:hover {
  transform: scale(1.03);
}

#investmentsPage #monthlyIncomePlan, #investmentsPage #quarterlyBenefitPlan, #investmentsPage #annualBenefitPlan, #investmentsPage #doubleBenefitPlan {
  overflow: hidden;
}

#investmentsPage #monthlyIncomePlan .heading, #investmentsPage #quarterlyBenefitPlan .heading, #investmentsPage #annualBenefitPlan .heading, #investmentsPage #doubleBenefitPlan .heading {
  text-transform: uppercase;
}

#investmentsPage #monthlyIncomePlan ul li, #investmentsPage #quarterlyBenefitPlan ul li, #investmentsPage #annualBenefitPlan ul li, #investmentsPage #doubleBenefitPlan ul li {
  line-height: 28px;
}

#investmentsPage #monthlyIncomePlan h3, #investmentsPage #quarterlyBenefitPlan h3, #investmentsPage #annualBenefitPlan h3, #investmentsPage #doubleBenefitPlan h3 {
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

#investmentsPage #monthlyIncomePlan .table-responsive, #investmentsPage #quarterlyBenefitPlan .table-responsive, #investmentsPage #annualBenefitPlan .table-responsive, #investmentsPage #doubleBenefitPlan .table-responsive {
  overflow-x: auto;
}

#investmentsPage #monthlyIncomePlan .equal-width-table, #investmentsPage #quarterlyBenefitPlan .equal-width-table, #investmentsPage #annualBenefitPlan .equal-width-table, #investmentsPage #doubleBenefitPlan .equal-width-table {
  table-layout: fixed;
  width: 1000px;
  min-width: 600px;
  border-collapse: separate !important;
  border-spacing: 10px;
}

#investmentsPage #monthlyIncomePlan .equal-width-table th, #investmentsPage #monthlyIncomePlan .equal-width-table td, #investmentsPage #quarterlyBenefitPlan .equal-width-table th, #investmentsPage #quarterlyBenefitPlan .equal-width-table td, #investmentsPage #annualBenefitPlan .equal-width-table th, #investmentsPage #annualBenefitPlan .equal-width-table td, #investmentsPage #doubleBenefitPlan .equal-width-table th, #investmentsPage #doubleBenefitPlan .equal-width-table td {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #9008B6;
  color: #ffffff;
  border-radius: 24px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  transition: transform 0.3s;
  cursor: pointer;
}

#investmentsPage #monthlyIncomePlan .equal-width-table td, #investmentsPage #quarterlyBenefitPlan .equal-width-table td, #investmentsPage #annualBenefitPlan .equal-width-table td, #investmentsPage #doubleBenefitPlan .equal-width-table td {
  background-color: #15A90D;
}

#investmentsPage #monthlyIncomePlan .equal-width-table th:hover, #investmentsPage #quarterlyBenefitPlan .equal-width-table th:hover, #investmentsPage #annualBenefitPlan .equal-width-table th:hover, #investmentsPage #doubleBenefitPlan .equal-width-table th:hover {
  background-color: #4e0155;
}

#investmentsPage #monthlyIncomePlan .equal-width-table td:hover, #investmentsPage #quarterlyBenefitPlan .equal-width-table td:hover, #investmentsPage #annualBenefitPlan .equal-width-table td:hover, #investmentsPage #doubleBenefitPlan .equal-width-table td:hover {
  background-color: #066603;
}

#investmentsPage #monthlyIncomePlan .table-divider, #investmentsPage #quarterlyBenefitPlan .table-divider, #investmentsPage #annualBenefitPlan .table-divider, #investmentsPage #doubleBenefitPlan .table-divider {
  border-top: 1px solid #6E7271;
  margin-top: 24px;
}

#investmentsPage #quarterlyBenefitPlan .equal-width-table, #investmentsPage #annualBenefitPlan .equal-width-table {
  width: 1200px;
}

#investmentsPage #doubleBenefitPlan .equal-width-table {
  width: 700px;
}

#contactPage #feedback {
  overflow: hidden;
}

#contactPage #feedback .title {
  margin-bottom: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

#contactPage #feedback ul li {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

#contactPage #feedback ul li a {
  text-decoration: none;
}

#contactPage #feedback .social-icons {
  display: flex;
  padding-left: 0;
  gap: 15px;
}

#contactPage #feedback .form {
  border-top: 4px solid #15A90D;
  background: #ffffff;
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.35);
}

#contactPage #feedback .form label {
  color: #151D1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

#contactPage #feedback .form .form-control {
  border-radius: 24px;
  background: #F4F4F4;
  border-color: transparent;
  color: #6E7271;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

#contactPage #feedback .form .contact-btn {
  background-color: #FFD449;
  font-family: "Poppins";
  padding: 12px 18px;
  border-radius: 24px;
  border-color: transparent;
  color: #000000;
  font-weight: 600;
}

#contactPage #feedback .form .contact-btn:hover {
  background: rgb(220, 216, 23);
}

#contactPage #feedback .form ul {
  border: none;
}

#contactPage #feedback .form ul li button {
  border: none;
}

#contactPage #feedback .active::after {
  display: none;
}

#contactPage #feedback #contactTab .nav-link.active {
  font-weight: 600;
}

#contactPage #feedback #contactTab .nav-link.active::after {
  border-bottom: 4px solid #9008B6;
  content: "";
  display: block;
  width: 100%;
}

#contactPage #feedback #contactTab .nav-link:not(.active) {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 600;
}

#contactPage #location {
  overflow: hidden;
}

#contactPage #location .heading {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

#contactPage #location .heading img {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

footer {
  background-color: #364C47;
  color: #ffffff;
}

footer h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

footer .row:first-child ul li {
  line-height: 35px;
  font-family: "Poppins";
}

footer .row:first-child ul li a {
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
}

footer .row:first-child #footer-contact-list li span {
  font-family: "Poppins";
  font-weight: 700;
}

footer .row:first-child #footer-contact-list li span a {
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  font-family: "Poppins";
}

footer .row:first-child .footer-btn {
  color: #000000;
  font-family: Inter;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  background: #ffffff;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
}

footer .row:first-child .footer-btn:hover {
  background: rgb(228, 222, 222);
}

footer .row:last-child p {
  color: #ffffff;
  font-weight: 400;
  line-height: 27px;
}

footer .row:last-child p a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  p, li, a {
    font-size: 16px !important;
  }
  .supportive-heading {
    font-size: 16px;
  }
  #hero .hero-content h1 {
    font-size: 32px !important;
  }
  #homePage #homeHero .homehero-content h1 {
    font-size: 32px;
  }
  #homePage #vissionMission .vision-mission-img {
    width: 100%;
  }
  #homePage #vissionMission .vision-mission-overlay {
    width: auto !important;
  }
  #agroPage #specialties {
    background-image: url("../images/specialties-img.webp");
  }
  #agroPage #specialties ul li {
    line-height: 40px;
  }
  #aboutPage #companies img {
    height: 70px;
  }
}
@media (min-width: 992px) {
  p, li, a {
    font-size: 18px !important;
  }
  .supportive-heading {
    font-size: 20px;
  }
  .heading {
    font-size: 34px;
    line-height: 34px;
  }
  header .navbar .navbar-brand h5 {
    font-size: 24px;
  }
  header .navbar .nav-item .nav-link {
    color: #ffffff !important;
  }
  #hero {
    height: auto;
  }
  #hero .hero-content {
    text-align: left;
  }
  #hero .hero-content h1 {
    font-size: 50px !important;
  }
  #hero .hero-content p {
    margin-top: 4px;
    line-height: 27px;
    text-align: left;
  }
  #homePage #homeHero .homehero-content {
    text-align: left;
  }
  #homePage #homeHero .homehero-content h1 {
    font-size: 52px;
  }
  #homePage #homeHero .homehero-content p {
    line-height: 27px;
    text-align: left !important;
  }
  #homePage #values .heading {
    font-size: 20px !important;
  }
  #homePage #vissionMission .heading {
    font-size: 28px !important;
  }
  #homePage #ourProjects {
    overflow: hidden;
  }
  #agroPage #features .heading {
    font-size: 20px;
  }
  #agroPage #testimonials .card .card-body {
    font-size: 16px;
  }
  #agroPage #testimonials .card .card-body p {
    font-size: 16px;
  }
  #agroPage #testimonials .testimonials-swiper-pagination {
    justify-content: start;
  }
  #agroPage #testimonials .testimonials-swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  #agroPage #testimonials .testimonials-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #15A90D;
  }
  #aboutPage #aboutUs h3 {
    font-size: 28px;
  }
  #aboutPage #companies img {
    height: 90px;
  }
  #aboutPage #registration .heading, #aboutPage #companies .heading {
    font-size: 28px !important;
  }
  #aboutPage #achievements .achievement-img {
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #contactPage #location .heading {
    font-size: 18px;
  }
  #contactPage #location iframe {
    height: 350px;
  }
  footer .row:last-child p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .heading {
    font-size: 40px;
    line-height: 46px !important;
  }
  #hero .hero-content h1 {
    font-size: 61px !important;
  }
  #agroPage #productsServices ol li {
    line-height: 34px;
  }
  #agroPage #incomePlan .how-we-earn {
    padding-top: 5rem;
    padding-left: 4rem;
  }
  #agroPage #specialties ul li {
    line-height: 46px;
  }
  #agroPage #testimonials .card {
    width: 56%;
  }
  #aboutPage #companies img {
    height: 130px;
  }
  footer .row ul li a {
    font-size: 16px;
  }
} 

/*# sourceMappingURL=main.css.map */
