{"id":13,"date":"2026-08-18T23:38:51","date_gmt":"2026-08-18T21:38:51","guid":{"rendered":"https:\/\/www.mgagritour.com\/?page_id=13"},"modified":"2026-08-19T22:49:27","modified_gmt":"2026-08-19T20:49:27","slug":"home","status":"publish","type":"page","link":"https:\/\/www.mgagritour.com\/","title":{"rendered":"HOME"},"content":{"rendered":"<section>\n    <!-- HERO CONTENT --><br \/>\n        MG Agri-Tour Precision Group<\/p>\n<h1>\n        Growing Agriculture<br \/>\n        Through Innovation and Precision.<br \/>\n      <\/h1>\n<p>\n        We provide innovative agricultural, agri-tourism, and consulting<br \/>\n        solutions that help businesses and communities grow sustainably.\n      <\/p>\n<p>      <!-- HERO BUTTONS --><br \/>\n        <!-- SERVICES - PAGE ID 38 --><br \/>\n        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=38\"\n        ><br \/>\n          Our Services<br \/>\n          \u2192<br \/>\n        <\/a><br \/>\n        <!-- CONTACT - PAGE ID 43 --><br \/>\n        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=43\"\n        ><br \/>\n          Contact Us<br \/>\n        <\/a><br \/>\n    <!-- HERO IMAGE --><br \/>\n      <img decoding=\"async\"\n        src=\"https:\/\/images.unsplash.com\/photo-1500382017468-9049fed747ef?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\"\n        alt=\"Agricultural field\"\n      \/><br \/>\n<\/section>\n<style>\n\/* =========================================\n   HERO SECTION\n========================================= *\/\n.mg-hero {\n  position: relative;\n  width: 100%;\n  min-height: 680px;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  background: transparent;\n  padding: 80px 6%;\n  box-sizing: border-box;\n  font-family: Arial, sans-serif;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-hero-container {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 70px;\n}\n\/* =========================================\n   CONTENT\n========================================= *\/\n.mg-hero-content {\n  flex: 1;\n  max-width: 680px;\n}\n\/* =========================================\n   LABEL\n========================================= *\/\n.mg-hero-label {\n  display: inline-block;\n  margin-bottom: 18px;\n  color: #62c554;\n  font-size: 16px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.80);\n}\n\/* =========================================\n   MAIN HEADING\n========================================= *\/\n.mg-hero h1 {\n  margin: 0 0 26px;\n  color: #ffffff;\n  font-size: clamp(48px, 5.5vw, 74px);\n  line-height: 1.05;\n  font-weight: 700;\n  text-shadow:\n    4px 5px 11px rgba(0, 0, 0, 0.82);\n}\n.mg-hero h1 span {\n  display: block;\n  color: #62c554;\n  text-shadow:\n    4px 5px 11px rgba(0, 0, 0, 0.82);\n}\n\/* =========================================\n   SUPPORTING TEXT\n========================================= *\/\n.mg-hero p {\n  margin: 0 0 38px;\n  max-width: 650px;\n  color: #ffffff;\n  font-size: 21px;\n  line-height: 1.7;\n  text-shadow:\n    3px 4px 8px rgba(0, 0, 0, 0.78);\n}\n\/* =========================================\n   BUTTON CONTAINER\n========================================= *\/\n.mg-hero-buttons {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n}\n\/* =========================================\n   BUTTON BASE\n========================================= *\/\n.mg-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  min-width: 155px;\n  padding: 16px 30px;\n  box-sizing: border-box;\n  border-radius: 6px;\n  font-size: 16px;\n  font-weight: 700;\n  text-decoration: none;\n  transition:\n    all 0.25s ease;\n}\n.mg-btn span {\n  font-size: 21px;\n  line-height: 1;\n}\n\/* =========================================\n   PRIMARY BUTTON\n========================================= *\/\n.mg-btn-primary {\n  background: #62c554;\n  color: #ffffff;\n  box-shadow:\n    0 7px 20px rgba(0, 0, 0, 0.25);\n}\n.mg-btn-primary:hover {\n  background: #4fa844;\n  color: #ffffff;\n  transform: translateY(-3px);\n  box-shadow:\n    0 11px 26px rgba(0, 0, 0, 0.32);\n}\n\/* =========================================\n   SECONDARY BUTTON\n========================================= *\/\n.mg-btn-secondary {\n  background: transparent;\n  color: #ffffff;\n  border:\n    2px solid #ffffff;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.75);\n}\n.mg-btn-secondary:hover {\n  background: #ffffff;\n  color: #2f5d3a;\n  text-shadow: none;\n  transform: translateY(-3px);\n}\n\/* =========================================\n   HERO IMAGE\n========================================= *\/\n.mg-hero-image {\n  flex: 0 1 470px;\n  position: relative;\n}\n.mg-hero-image img {\n  display: block;\n  width: 100%;\n  height: 470px;\n  object-fit: cover;\n  border-radius: 14px;\n  box-shadow:\n    0 25px 55px rgba(0, 0, 0, 0.30);\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 900px) {\n  .mg-hero {\n    padding: 70px 6%;\n  }\n  .mg-hero-container {\n    flex-direction: column;\n    align-items: stretch;\n    gap: 45px;\n  }\n  .mg-hero-content {\n    max-width: 100%;\n  }\n  .mg-hero-image {\n    flex: none;\n    width: 100%;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  .mg-hero-image img {\n    height: 360px;\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-hero {\n    min-height: auto;\n    padding: 60px 22px;\n  }\n  .mg-hero-label {\n    font-size: 14px;\n    letter-spacing: 1.2px;\n  }\n  .mg-hero h1 {\n    font-size: 44px;\n    line-height: 1.08;\n  }\n  .mg-hero p {\n    font-size: 19px;\n    line-height: 1.6;\n  }\n  .mg-hero-buttons {\n    flex-direction: column;\n    width: 100%;\n  }\n  .mg-btn {\n    width: 100%;\n  }\n  .mg-hero-image img {\n    height: 280px;\n  }\n}\n<\/style>\n<section>\n    <!-- TEXT SIDE --><br \/>\n        About Us<\/p>\n<h2>\n        Growing With<br \/>\n        Purpose &amp; Precision.<br \/>\n      <\/h2>\n<p>\n        MG Agri-Tour Precision Group is focused on creating innovative<br \/>\n        solutions that connect agriculture, technology, tourism, and<br \/>\n        professional expertise.\n      <\/p>\n<p>\n        Our approach combines practical agricultural knowledge with<br \/>\n        precision, innovation, and sustainable thinking. We work to help<br \/>\n        businesses, farmers, communities, and organisations identify<br \/>\n        opportunities and turn them into meaningful results.\n      <\/p>\n<p>      <!-- ABOUT US - PAGE ID 32 --><br \/>\n      <a\n        href=\"https:\/\/www.mgagritour.com\/?page_id=32\"\n      ><br \/>\n        Learn More<br \/>\n      <\/a><br \/>\n    <!-- IMAGE SIDE --><br \/>\n        <img decoding=\"async\"\n          src=\"https:\/\/images.unsplash.com\/photo-1499529112087-3cb3b73cec95?auto=format&#038;fit=crop&#038;w=1000&#038;q=80\"\n          alt=\"Green agricultural crops\"\n        \/><br \/>\n<\/section>\n<style>\n\/* =========================================\n   ABOUT SECTION\n========================================= *\/\n.mg-about {\n  width: 100%;\n  padding: 110px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-about::before,\n.mg-about::after,\n.mg-about-container::before,\n.mg-about-container::after,\n.mg-about-image::before,\n.mg-about-image::after,\n.mg-about-image-frame::before,\n.mg-about-image-frame::after {\n  content: none !important;\n  display: none !important;\n  background: transparent !important;\n}\n\/* =========================================\n   MAIN CONTAINER\n========================================= *\/\n.mg-about-container {\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 80px;\n  background: transparent !important;\n  position: relative;\n}\n\/* =========================================\n   TEXT COLUMN\n========================================= *\/\n.mg-about-content {\n  flex: 1.2;\n  max-width: 700px;\n  text-align: center;\n  background: transparent !important;\n}\n\/* =========================================\n   LABEL\n========================================= *\/\n.mg-about-label {\n  display: inline-block;\n  margin-bottom: 18px;\n  color: #62c554;\n  font-size: 32px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    1px 2px 4px rgba(0, 0, 0, 0.40);\n}\n\/* =========================================\n   HEADING\n========================================= *\/\n.mg-about h2 {\n  margin: 0 0 28px;\n  color: #ffffff;\n  font-size: clamp(46px, 5vw, 68px);\n  line-height: 1.08;\n  font-weight: 700;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.50);\n}\n.mg-about h2 span {\n  display: block;\n  color: #62c554;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.50);\n}\n\/* =========================================\n   BODY TEXT\n========================================= *\/\n.mg-about p {\n  margin: 0 auto 22px;\n  max-width: 650px;\n  color: #ffffff;\n  font-size: 19px;\n  line-height: 1.7;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.45);\n}\n\/* =========================================\n   INTRO TEXT\n========================================= *\/\n.mg-about-intro {\n  font-size: 20px !important;\n  line-height: 1.7 !important;\n  font-weight: 500;\n}\n\/* =========================================\n   BUTTON\n========================================= *\/\n.mg-about-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 15px;\n  padding: 15px 30px;\n  background: #62c554;\n  color: #ffffff;\n  border-radius: 6px;\n  font-size: 17px;\n  font-weight: 700;\n  text-decoration: none;\n  transition: all 0.25s ease;\n  box-shadow:\n    0 5px 15px rgba(0, 0, 0, 0.18);\n}\n.mg-about-button:hover {\n  background: #4fa844;\n  color: #ffffff;\n  transform: translateY(-2px);\n}\n\/* =========================================\n   IMAGE COLUMN\n========================================= *\/\n.mg-about-image {\n  flex: 0.8;\n  position: relative;\n  max-width: 450px;\n  background: transparent !important;\n  box-shadow: none !important;\n  border: none !important;\n}\n\/* =========================================\n   IMAGE FRAME\n========================================= *\/\n.mg-about-image-frame {\n  position: relative;\n  z-index: 2;\n  overflow: hidden;\n  border-radius: 14px;\n  background: transparent !important;\n  box-shadow:\n    0 20px 45px rgba(0, 0, 0, 0.28);\n  border: none !important;\n}\n\/* =========================================\n   IMAGE\n========================================= *\/\n.mg-about-image img {\n  display: block;\n  width: 100%;\n  height: 500px;\n  object-fit: cover;\n  transition: transform 0.5s ease;\n  position: relative;\n  z-index: 3;\n}\n.mg-about-image-frame:hover img {\n  transform: scale(1.04);\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 900px) {\n  .mg-about {\n    padding: 80px 6%;\n  }\n  .mg-about-container {\n    flex-direction: column;\n    gap: 55px;\n  }\n  .mg-about-content {\n    max-width: 100%;\n  }\n  .mg-about-image {\n    width: 100%;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  .mg-about-image img {\n    height: 400px;\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-about {\n    padding: 70px 22px;\n  }\n  .mg-about-label {\n    font-size: 32px;\n  }\n  .mg-about h2 {\n    font-size: 46px;\n  }\n  .mg-about-intro {\n    font-size: 19px !important;\n  }\n  .mg-about p {\n    font-size: 18px;\n    line-height: 1.65;\n  }\n  .mg-about-button {\n    width: 100%;\n    box-sizing: border-box;\n  }\n  .mg-about-image img {\n    height: 320px;\n  }\n}\n<\/style>\n<section>\n    <!-- SECTION HEADER --><br \/>\n        What We Do<\/p>\n<h2>\n        Our Services<br \/>\n      <\/h2>\n<p>\n        We provide practical, innovative solutions designed to support<br \/>\n        agriculture, business, tourism, technology, and sustainable growth.\n      <\/p>\n<p>    <!-- SERVICES GRID --><br \/>\n      <!-- SERVICE 1 --><br \/>\n          \ud83c\udf31<\/p>\n<h3>\n          Agricultural Solutions<br \/>\n        <\/h3>\n<p>\n          Practical agricultural solutions designed to improve productivity,<br \/>\n          efficiency, sustainability, and long-term growth.\n        <\/p>\n<p>        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=38\"\n        ><br \/>\n          Learn More \u2192<br \/>\n        <\/a><br \/>\n      <!-- SERVICE 2 --><br \/>\n          \ud83d\udce1<\/p>\n<h3>\n          Precision Agriculture<br \/>\n        <\/h3>\n<p>\n          Using modern technology and precision-based approaches to help<br \/>\n          businesses and farmers make smarter, data-driven decisions.\n        <\/p>\n<p>        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=38\"\n        ><br \/>\n          Learn More \u2192<br \/>\n        <\/a><br \/>\n      <!-- SERVICE 3 --><br \/>\n          \ud83e\udded<\/p>\n<h3>\n          Agri-Tourism<br \/>\n        <\/h3>\n<p>\n          Creating opportunities that connect agriculture, tourism, people,<br \/>\n          and communities through meaningful experiences.\n        <\/p>\n<p>        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=38\"\n        ><br \/>\n          Learn More \u2192<br \/>\n        <\/a><br \/>\n      <!-- SERVICE 4 --><br \/>\n          \ud83d\udcbc<\/p>\n<h3>\n          Business Consulting<br \/>\n        <\/h3>\n<p>\n          Professional guidance to help organisations identify opportunities,<br \/>\n          improve operations, and develop sustainable business strategies.\n        <\/p>\n<p>        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=38\"\n        ><br \/>\n          Learn More \u2192<br \/>\n        <\/a><br \/>\n      <!-- SERVICE 5 --><br \/>\n          \ud83d\udca1<\/p>\n<h3>\n          Innovation &amp; Technology<br \/>\n        <\/h3>\n<p>\n          Exploring innovative technologies and digital solutions that create<br \/>\n          new opportunities and improve the way businesses operate.\n        <\/p>\n<p>        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=38\"\n        ><br \/>\n          Learn More \u2192<br \/>\n        <\/a><br \/>\n      <!-- SERVICE 6 --><br \/>\n          \ud83c\udf0d<\/p>\n<h3>\n          Sustainable Development<br \/>\n        <\/h3>\n<p>\n          Supporting responsible development through sustainable thinking,<br \/>\n          practical solutions, and long-term environmental awareness.\n        <\/p>\n<p>        <a\n          href=\"https:\/\/www.mgagritour.com\/?page_id=38\"\n        ><br \/>\n          Learn More \u2192<br \/>\n        <\/a><br \/>\n<\/section>\n<style>\n\/* =========================================\n   SERVICES SECTION\n========================================= *\/\n.mg-services {\n  width: 100%;\n  padding: 110px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-services::before,\n.mg-services::after,\n.mg-services-container::before,\n.mg-services-container::after {\n  content: none !important;\n  display: none !important;\n  background: transparent !important;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-services-container {\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n  background: transparent !important;\n}\n\/* =========================================\n   HEADER\n========================================= *\/\n.mg-services-header {\n  max-width: 800px;\n  margin: 0 auto 65px;\n  text-align: center;\n}\n\/* =========================================\n   WHAT WE DO\n========================================= *\/\n.mg-services-label {\n  display: inline-block;\n  margin-bottom: 15px;\n  color: #62c554;\n  font-size: 32px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    1px 2px 4px rgba(0, 0, 0, 0.40);\n}\n\/* =========================================\n   MAIN HEADING\n========================================= *\/\n.mg-services-header h2 {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(46px, 5vw, 68px);\n  line-height: 1.1;\n  font-weight: 700;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.50);\n}\n.mg-services-header h2 span {\n  color: #62c554;\n}\n\/* =========================================\n   HEADER DESCRIPTION\n========================================= *\/\n.mg-services-header p {\n  margin: 0 auto;\n  max-width: 750px;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.7;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.45);\n}\n\/* =========================================\n   SERVICES GRID\n========================================= *\/\n.mg-services-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3, 1fr);\n  gap: 30px;\n}\n\/* =========================================\n   SERVICE CARD\n========================================= *\/\n.mg-service-card {\n  position: relative;\n  padding: 42px 34px;\n  min-height: 330px;\n  box-sizing: border-box;\n  text-align: center;\n  border-radius: 14px;\n  background:\n    rgba(255, 255, 255, 0.07);\n  border:\n    1px solid rgba(255, 255, 255, 0.12);\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n  box-shadow:\n    0 15px 35px rgba(0, 0, 0, 0.18);\n  transition:\n    transform 0.3s ease,\n    box-shadow 0.3s ease,\n    border-color 0.3s ease;\n}\n\/* =========================================\n   GREEN TOP LINE\n========================================= *\/\n.mg-service-card::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 0;\n  height: 3px;\n  background: #62c554;\n  border-radius:\n    0 0 5px 5px;\n  transition: width 0.3s ease;\n}\n.mg-service-card:hover {\n  transform: translateY(-8px);\n  border-color:\n    rgba(98, 197, 84, 0.45);\n  box-shadow:\n    0 22px 45px rgba(0, 0, 0, 0.28);\n}\n.mg-service-card:hover::before {\n  width: 65%;\n}\n\/* =========================================\n   ICON\n========================================= *\/\n.mg-service-icon {\n  width: 70px;\n  height: 70px;\n  margin: 0 auto 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background:\n    rgba(98, 197, 84, 0.14);\n  border:\n    1px solid rgba(98, 197, 84, 0.35);\n  font-size: 32px;\n  transition:\n    transform 0.3s ease,\n    background 0.3s ease;\n}\n.mg-service-card:hover\n.mg-service-icon {\n  transform: scale(1.08);\n  background:\n    rgba(98, 197, 84, 0.22);\n}\n\/* =========================================\n   CARD HEADING\n========================================= *\/\n.mg-service-card h3 {\n  margin: 0 0 18px;\n  color: #ffffff;\n  font-size: 27px;\n  line-height: 1.25;\n  font-weight: 700;\n  text-shadow:\n    1px 2px 4px rgba(0, 0, 0, 0.40);\n}\n\/* =========================================\n   CARD TEXT\n========================================= *\/\n.mg-service-card p {\n  margin: 0 0 25px;\n  color:\n    rgba(255, 255, 255, 0.88);\n  font-size: 19px;\n  line-height: 1.7;\n}\n\/* =========================================\n   LEARN MORE\n========================================= *\/\n.mg-service-link {\n  display: inline-block;\n  color: #62c554;\n  font-size: 17px;\n  font-weight: 700;\n  text-decoration: none;\n  transition:\n    color 0.25s ease,\n    transform 0.25s ease;\n}\n.mg-service-link:hover {\n  color: #ffffff;\n  transform: translateX(4px);\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 950px) {\n  .mg-services {\n    padding: 90px 6%;\n  }\n  .mg-services-grid {\n    grid-template-columns:\n      repeat(2, 1fr);\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-services {\n    padding: 70px 22px;\n  }\n  .mg-services-header {\n    margin-bottom: 45px;\n  }\n  .mg-services-label {\n    font-size: 32px;\n  }\n  .mg-services-header h2 {\n    font-size: 46px;\n  }\n  .mg-services-header p {\n    font-size: 18px;\n    line-height: 1.65;\n  }\n  .mg-services-grid {\n    grid-template-columns: 1fr;\n    gap: 22px;\n  }\n  .mg-service-card {\n    min-height: auto;\n    padding: 38px 25px;\n  }\n  .mg-service-card h3 {\n    font-size: 26px;\n  }\n  .mg-service-card p {\n    font-size: 18px;\n  }\n  .mg-service-link {\n    font-size: 17px;\n  }\n}\n<\/style>\n<section>\n    <!-- HEADER --><br \/>\n        Why Choose Us<\/p>\n<h2>\n        Built For Progress.<br \/>\n      <\/h2>\n<p>\n        We combine practical knowledge, innovative thinking, and precision<br \/>\n        to create solutions that deliver meaningful and sustainable results.\n      <\/p>\n<p>    <!-- BENEFITS --><br \/>\n      <!-- ITEM 1 --><br \/>\n          01<\/p>\n<h3>\n          Practical Expertise<br \/>\n        <\/h3>\n<p>\n          We focus on practical solutions that can be implemented,<br \/>\n          measured, and adapted to real-world needs.\n        <\/p>\n<p>      <!-- ITEM 2 --><br \/>\n          02<\/p>\n<h3>\n          Precision Driven<br \/>\n        <\/h3>\n<p>\n          Our approach combines accurate information, technology, and<br \/>\n          strategic thinking to support better decisions.\n        <\/p>\n<p>      <!-- ITEM 3 --><br \/>\n          03<\/p>\n<h3>\n          Innovative Thinking<br \/>\n        <\/h3>\n<p>\n          We continuously explore new ideas, technologies, and opportunities<br \/>\n          that can create better outcomes.\n        <\/p>\n<p>      <!-- ITEM 4 --><br \/>\n          04<\/p>\n<h3>\n          Sustainable Growth<br \/>\n        <\/h3>\n<p>\n          We believe successful solutions should create lasting value for<br \/>\n          businesses, communities, and the environment.\n        <\/p>\n<p>    <!-- BOTTOM STATEMENT --><\/p>\n<p>\n        <strong>Innovation.<\/strong><br \/>\n        Precision.<br \/>\n        <strong>Progress.<\/strong>\n      <\/p>\n<\/section>\n<style>\n\/* =========================================\n   WHY CHOOSE US\n========================================= *\/\n.mg-why {\n  width: 100%;\n  padding: 120px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-why::before,\n.mg-why::after,\n.mg-why-container::before,\n.mg-why-container::after {\n  content: none !important;\n  display: none !important;\n  background: transparent !important;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-why-container {\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n  background: transparent !important;\n}\n\/* =========================================\n   HEADER\n========================================= *\/\n.mg-why-header {\n  max-width: 850px;\n  margin: 0 auto 75px;\n  text-align: center;\n}\n.mg-why-label {\n  display: inline-block;\n  margin-bottom: 15px;\n  color: #62c554;\n  font-size: 32px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    1px 2px 4px rgba(0, 0, 0, 0.40);\n}\n.mg-why-header h2 {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(46px, 5vw, 68px);\n  line-height: 1.1;\n  font-weight: 700;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.50);\n}\n.mg-why-header h2 span {\n  color: #62c554;\n}\n.mg-why-header p {\n  margin: 0 auto;\n  max-width: 750px;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.7;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.45);\n}\n\/* =========================================\n   BENEFITS GRID\n========================================= *\/\n.mg-why-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(4, 1fr);\n  gap: 25px;\n}\n\/* =========================================\n   BENEFIT ITEM\n========================================= *\/\n.mg-why-item {\n  position: relative;\n  padding: 35px 25px 30px;\n  text-align: left;\n  border-left:\n    1px solid rgba(255, 255, 255, 0.18);\n  transition:\n    transform 0.3s ease,\n    border-color 0.3s ease;\n}\n.mg-why-item:hover {\n  transform: translateY(-6px);\n  border-left-color: #62c554;\n}\n\/* =========================================\n   NUMBER\n========================================= *\/\n.mg-why-number {\n  color: #62c554;\n  font-size: 42px;\n  line-height: 1;\n  font-weight: 700;\n  margin-bottom: 18px;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.35);\n}\n\/* =========================================\n   GREEN LINE\n========================================= *\/\n.mg-why-line {\n  width: 45px;\n  height: 3px;\n  margin-bottom: 25px;\n  background: #62c554;\n  border-radius: 5px;\n  transition:\n    width 0.3s ease;\n}\n.mg-why-item:hover .mg-why-line {\n  width: 80px;\n}\n\/* =========================================\n   TITLE\n========================================= *\/\n.mg-why-item h3 {\n  margin: 0 0 15px;\n  color: #ffffff;\n  font-size: 25px;\n  line-height: 1.25;\n  font-weight: 700;\n  text-shadow:\n    1px 2px 4px rgba(0, 0, 0, 0.40);\n}\n\/* =========================================\n   TEXT\n========================================= *\/\n.mg-why-item p {\n  margin: 0;\n  color:\n    rgba(255, 255, 255, 0.88);\n  font-size: 18px;\n  line-height: 1.7;\n}\n\/* =========================================\n   BOTTOM STATEMENT\n========================================= *\/\n.mg-why-bottom {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 25px;\n  margin-top: 75px;\n}\n.mg-why-bottom-line {\n  height: 1px;\n  flex: 1;\n  max-width: 250px;\n  background:\n    rgba(255, 255, 255, 0.20);\n}\n.mg-why-bottom p {\n  margin: 0;\n  color: #ffffff;\n  font-size: 20px;\n  letter-spacing: 1px;\n  text-align: center;\n}\n.mg-why-bottom strong {\n  color: #ffffff;\n}\n.mg-why-bottom span {\n  color: #62c554;\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 1000px) {\n  .mg-why {\n    padding: 95px 6%;\n  }\n  .mg-why-grid {\n    grid-template-columns:\n      repeat(2, 1fr);\n    gap: 20px;\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-why {\n    padding: 75px 22px;\n  }\n  .mg-why-header {\n    margin-bottom: 50px;\n  }\n  .mg-why-label {\n    font-size: 32px;\n  }\n  .mg-why-header h2 {\n    font-size: 46px;\n  }\n  .mg-why-header p {\n    font-size: 18px;\n    line-height: 1.65;\n  }\n  .mg-why-grid {\n    grid-template-columns: 1fr;\n    gap: 15px;\n  }\n  .mg-why-item {\n    padding:\n      30px 20px 30px;\n  }\n  .mg-why-number {\n    font-size: 38px;\n  }\n  .mg-why-item h3 {\n    font-size: 25px;\n  }\n  .mg-why-item p {\n    font-size: 18px;\n  }\n  .mg-why-bottom {\n    gap: 15px;\n    margin-top: 50px;\n  }\n  .mg-why-bottom-line {\n    display: none;\n  }\n  .mg-why-bottom p {\n    font-size: 18px;\n    line-height: 1.8;\n  }\n}\n<\/style>\n<section>\n    <!-- HEADER --><br \/>\n        Our Approach<\/p>\n<h2>\n        From Ideas To Impact.<br \/>\n      <\/h2>\n<p>\n        We take a practical and collaborative approach to every project,<br \/>\n        turning ideas and opportunities into solutions that create<br \/>\n        measurable, long-term value.\n      <\/p>\n<p>    <!-- APPROACH STEPS --><br \/>\n      <!-- STEP 1 --><br \/>\n          01<\/p>\n<h3>\n            Discover<br \/>\n          <\/h3>\n<p>\n            We begin by understanding your goals, challenges, environment,<br \/>\n            and opportunities before developing a solution.\n          <\/p>\n<p>      <!-- STEP 2 --><br \/>\n          02<\/p>\n<h3>\n            Plan<br \/>\n          <\/h3>\n<p>\n            We develop practical strategies and identify the right tools,<br \/>\n            technologies, and resources needed to move forward.\n          <\/p>\n<p>      <!-- STEP 3 --><br \/>\n          03<\/p>\n<h3>\n            Implement<br \/>\n          <\/h3>\n<p>\n            We turn strategy into action through focused implementation,<br \/>\n            collaboration, and attention to detail.\n          <\/p>\n<p>      <!-- STEP 4 --><br \/>\n          04<\/p>\n<h3>\n            Grow<br \/>\n          <\/h3>\n<p>\n            We focus on sustainable results, continuous improvement,<br \/>\n            and creating opportunities for long-term growth.\n          <\/p>\n<p>    <!-- BOTTOM STATEMENT --><\/p>\n<p>\n        <strong>Think.<\/strong><br \/>\n        <strong>Build.<\/strong><br \/>\n        <em>Grow.<\/em>\n      <\/p>\n<\/section>\n<style>\n\/* =========================================\n   OUR APPROACH\n========================================= *\/\n.mg-approach {\n  width: 100%;\n  padding: 120px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-approach::before,\n.mg-approach::after,\n.mg-approach-container::before,\n.mg-approach-container::after {\n  content: none !important;\n  display: none !important;\n  background: transparent !important;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-approach-container {\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n  background: transparent !important;\n}\n\/* =========================================\n   HEADER\n========================================= *\/\n.mg-approach-header {\n  max-width: 850px;\n  margin: 0 auto 75px;\n  text-align: center;\n}\n.mg-approach-label {\n  display: inline-block;\n  margin-bottom: 15px;\n  color: #62c554;\n  font-size: 32px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.70);\n}\n.mg-approach-header h2 {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(46px, 5vw, 68px);\n  line-height: 1.1;\n  font-weight: 700;\n  text-shadow:\n    3px 4px 9px rgba(0, 0, 0, 0.70);\n}\n.mg-approach-header h2 span {\n  color: #62c554;\n  text-shadow:\n    3px 4px 9px rgba(0, 0, 0, 0.70);\n}\n.mg-approach-header p {\n  margin: 0 auto;\n  max-width: 760px;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.7;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.65);\n}\n\/* =========================================\n   STEPS\n========================================= *\/\n.mg-approach-steps {\n  display: grid;\n  grid-template-columns:\n    repeat(4, 1fr);\n  gap: 25px;\n  position: relative;\n}\n\/* =========================================\n   CONNECTING LINE\n========================================= *\/\n.mg-approach-steps::before {\n  content: \"\";\n  position: absolute;\n  top: 42px;\n  left: 10%;\n  right: 10%;\n  height: 1px;\n  background:\n    rgba(255, 255, 255, 0.20);\n  z-index: 0;\n}\n\/* =========================================\n   STEP\n========================================= *\/\n.mg-approach-step {\n  position: relative;\n  z-index: 1;\n  text-align: center;\n  padding: 0 15px;\n}\n\/* =========================================\n   NUMBER\n========================================= *\/\n.mg-approach-number {\n  width: 84px;\n  height: 84px;\n  margin: 0 auto 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: rgba(20, 30, 20, 0.90);\n  border:\n    2px solid #62c554;\n  color: #62c554;\n  font-size: 25px;\n  font-weight: 700;\n  box-shadow:\n    0 8px 25px rgba(0, 0, 0, 0.25);\n  transition:\n    transform 0.3s ease,\n    background 0.3s ease;\n}\n.mg-approach-step:hover\n.mg-approach-number {\n  transform: scale(1.1);\n  background:\n    rgba(98, 197, 84, 0.18);\n}\n\/* =========================================\n   STEP TITLE\n========================================= *\/\n.mg-approach-content h3 {\n  margin: 0 0 15px;\n  color: #ffffff;\n  font-size: 27px;\n  line-height: 1.25;\n  font-weight: 700;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.60);\n}\n\/* =========================================\n   STEP TEXT\n========================================= *\/\n.mg-approach-content p {\n  margin: 0 auto;\n  max-width: 270px;\n  color:\n    rgba(255, 255, 255, 0.88);\n  font-size: 18px;\n  line-height: 1.7;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.45);\n}\n\/* =========================================\n   BOTTOM STATEMENT\n========================================= *\/\n.mg-approach-bottom {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 25px;\n  margin-top: 75px;\n}\n.mg-approach-bottom span {\n  height: 1px;\n  flex: 1;\n  max-width: 250px;\n  background:\n    rgba(255, 255, 255, 0.20);\n}\n.mg-approach-bottom p {\n  margin: 0;\n  color: #ffffff;\n  font-size: 22px;\n  letter-spacing: 2px;\n  text-align: center;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.60);\n}\n.mg-approach-bottom strong {\n  color: #ffffff;\n}\n.mg-approach-bottom em {\n  color: #62c554;\n  font-style: normal;\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 1000px) {\n  .mg-approach {\n    padding: 95px 6%;\n  }\n  .mg-approach-steps {\n    grid-template-columns:\n      repeat(2, 1fr);\n    gap: 55px 25px;\n  }\n  .mg-approach-steps::before {\n    display: none;\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-approach {\n    padding: 75px 22px;\n  }\n  .mg-approach-header {\n    margin-bottom: 50px;\n  }\n  .mg-approach-label {\n    font-size: 32px;\n  }\n  .mg-approach-header h2 {\n    font-size: 46px;\n  }\n  .mg-approach-header p {\n    font-size: 18px;\n    line-height: 1.65;\n  }\n  .mg-approach-steps {\n    grid-template-columns: 1fr;\n    gap: 45px;\n  }\n  .mg-approach-step {\n    padding: 0 10px;\n  }\n  .mg-approach-number {\n    width: 78px;\n    height: 78px;\n    font-size: 23px;\n  }\n  .mg-approach-content h3 {\n    font-size: 26px;\n  }\n  .mg-approach-content p {\n    font-size: 18px;\n  }\n  .mg-approach-bottom {\n    margin-top: 55px;\n  }\n  .mg-approach-bottom span {\n    display: none;\n  }\n  .mg-approach-bottom p {\n    font-size: 20px;\n    line-height: 1.8;\n  }\n}\n<\/style>\n<section>\n    <!-- HEADER --><br \/>\n        Industries We Serve<\/p>\n<h2>\n        Solutions Across<br \/>\n        Multiple Sectors.<br \/>\n      <\/h2>\n<p>\n        Our expertise brings together agriculture, technology, tourism,<br \/>\n        business, and sustainable development to create practical solutions<br \/>\n        for a changing world.\n      <\/p>\n<p>    <!-- INDUSTRY GRID --><br \/>\n      <!-- AGRICULTURE --><br \/>\n          01<br \/>\n          \ud83c\udf31<\/p>\n<h3>\n          Agriculture<br \/>\n        <\/h3>\n<p>\n          Practical agricultural solutions designed to improve productivity,<br \/>\n          efficiency, and long-term sustainability.\n        <\/p>\n<p>        <a href=\"#services\"><br \/>\n          Explore<br \/>\n          \u2192<br \/>\n        <\/a><br \/>\n      <!-- PRECISION AGRICULTURE --><br \/>\n          02<br \/>\n          \ud83d\udef0\ufe0f<\/p>\n<h3>\n          Precision Agriculture<br \/>\n        <\/h3>\n<p>\n          Technology-driven approaches that help businesses and farmers make<br \/>\n          smarter, data-informed decisions.\n        <\/p>\n<p>        <a href=\"#services\"><br \/>\n          Explore<br \/>\n          \u2192<br \/>\n        <\/a><br \/>\n      <!-- AGRI TOURISM --><br \/>\n          03<br \/>\n          \ud83c\udf0d<\/p>\n<h3>\n          Agri-Tourism<br \/>\n        <\/h3>\n<p>\n          Creating opportunities that connect agriculture, tourism, people,<br \/>\n          and meaningful experiences.\n        <\/p>\n<p>        <a href=\"#services\"><br \/>\n          Explore<br \/>\n          \u2192<br \/>\n        <\/a><br \/>\n      <!-- BUSINESS --><br \/>\n          04<br \/>\n          \ud83d\udcbc<\/p>\n<h3>\n          Business &amp; Consulting<br \/>\n        <\/h3>\n<p>\n          Strategic guidance and practical solutions that help organisations<br \/>\n          identify opportunities and achieve their objectives.\n        <\/p>\n<p>        <a href=\"#services\"><br \/>\n          Explore<br \/>\n          \u2192<br \/>\n        <\/a><br \/>\n      <!-- COMMUNITY --><br \/>\n          05<br \/>\n          \ud83c\udfd8\ufe0f<\/p>\n<h3>\n          Community Development<br \/>\n        <\/h3>\n<p>\n          Supporting initiatives that create opportunities, strengthen<br \/>\n          communities, and encourage inclusive growth.\n        <\/p>\n<p>        <a href=\"#services\"><br \/>\n          Explore<br \/>\n          \u2192<br \/>\n        <\/a><br \/>\n      <!-- SUSTAINABILITY --><br \/>\n          06<br \/>\n          \ud83c\udf3f<\/p>\n<h3>\n          Sustainable Solutions<br \/>\n        <\/h3>\n<p>\n          Forward-thinking solutions that balance economic opportunity,<br \/>\n          environmental responsibility, and lasting impact.\n        <\/p>\n<p>        <a href=\"#services\"><br \/>\n          Explore<br \/>\n          \u2192<br \/>\n        <\/a><br \/>\n<\/section>\n<style>\n\/* =========================================\n   INDUSTRIES SECTION\n========================================= *\/\n.mg-industries {\n  width: 100%;\n  padding: 120px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-industries::before,\n.mg-industries::after,\n.mg-industries-container::before,\n.mg-industries-container::after {\n  content: none !important;\n  display: none !important;\n  background: transparent !important;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-industries-container {\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n  background: transparent !important;\n}\n\/* =========================================\n   HEADER\n========================================= *\/\n.mg-industries-header {\n  max-width: 850px;\n  margin: 0 auto 75px;\n  text-align: center;\n}\n.mg-industries-label {\n  display: inline-block;\n  margin-bottom: 15px;\n  color: #62c554;\n  font-size: 32px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.70);\n}\n.mg-industries-header h2 {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(46px, 5vw, 68px);\n  line-height: 1.1;\n  font-weight: 700;\n  text-shadow:\n    3px 4px 9px rgba(0, 0, 0, 0.70);\n}\n.mg-industries-header h2 span {\n  display: block;\n  color: #62c554;\n  text-shadow:\n    3px 4px 9px rgba(0, 0, 0, 0.70);\n}\n.mg-industries-header p {\n  margin: 0 auto;\n  max-width: 760px;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.7;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.65);\n}\n\/* =========================================\n   GRID\n========================================= *\/\n.mg-industries-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3, 1fr);\n  gap: 25px;\n}\n\/* =========================================\n   CARD\n========================================= *\/\n.mg-industry-card {\n  position: relative;\n  min-height: 330px;\n  padding: 35px;\n  box-sizing: border-box;\n  background:\n    rgba(15, 25, 15, 0.30);\n  border:\n    1px solid rgba(255, 255, 255, 0.15);\n  border-radius: 14px;\n  overflow: hidden;\n  transition:\n    transform 0.3s ease,\n    border-color 0.3s ease,\n    background 0.3s ease;\n  box-shadow:\n    0 15px 35px rgba(0, 0, 0, 0.12);\n}\n\/* =========================================\n   CARD HOVER\n========================================= *\/\n.mg-industry-card:hover {\n  transform: translateY(-8px);\n  border-color: #62c554;\n  background:\n    rgba(15, 30, 15, 0.48);\n  box-shadow:\n    0 20px 45px rgba(0, 0, 0, 0.22);\n}\n\/* =========================================\n   NUMBER\n========================================= *\/\n.mg-industry-number {\n  position: absolute;\n  top: 20px;\n  right: 25px;\n  color:\n    rgba(98, 197, 84, 0.35);\n  font-size: 22px;\n  font-weight: 700;\n  letter-spacing: 1px;\n}\n\/* =========================================\n   ICON\n========================================= *\/\n.mg-industry-icon {\n  width: 65px;\n  height: 65px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 25px;\n  background:\n    rgba(98, 197, 84, 0.12);\n  border:\n    1px solid rgba(98, 197, 84, 0.45);\n  border-radius: 12px;\n  font-size: 30px;\n  transition:\n    transform 0.3s ease;\n}\n.mg-industry-card:hover\n.mg-industry-icon {\n  transform: scale(1.08);\n}\n\/* =========================================\n   TITLE\n========================================= *\/\n.mg-industry-card h3 {\n  margin: 0 0 15px;\n  color: #ffffff;\n  font-size: 27px;\n  line-height: 1.25;\n  font-weight: 700;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.60);\n}\n\/* =========================================\n   DESCRIPTION\n========================================= *\/\n.mg-industry-card p {\n  margin: 0 0 25px;\n  color:\n    rgba(255, 255, 255, 0.88);\n  font-size: 18px;\n  line-height: 1.65;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.45);\n}\n\/* =========================================\n   LINK\n========================================= *\/\n.mg-industry-card a {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: #62c554;\n  font-size: 17px;\n  font-weight: 700;\n  text-decoration: none;\n  transition:\n    gap 0.25s ease;\n}\n.mg-industry-card a span {\n  font-size: 22px;\n  line-height: 1;\n}\n.mg-industry-card:hover a {\n  gap: 14px;\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 1000px) {\n  .mg-industries {\n    padding: 95px 6%;\n  }\n  .mg-industries-grid {\n    grid-template-columns:\n      repeat(2, 1fr);\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-industries {\n    padding: 75px 22px;\n  }\n  .mg-industries-header {\n    margin-bottom: 50px;\n  }\n  .mg-industries-label {\n    font-size: 32px;\n  }\n  .mg-industries-header h2 {\n    font-size: 46px;\n  }\n  .mg-industries-header p {\n    font-size: 18px;\n    line-height: 1.65;\n  }\n  .mg-industries-grid {\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n  .mg-industry-card {\n    min-height: auto;\n    padding: 30px;\n  }\n  .mg-industry-card h3 {\n    font-size: 26px;\n  }\n  .mg-industry-card p {\n    font-size: 18px;\n  }\n}\n<\/style>\n<section>\n    <!-- HEADER --><br \/>\n        Featured Projects<\/p>\n<h2>\n        Turning Ideas<br \/>\n        Into Results.<br \/>\n      <\/h2>\n<p>\n        Explore some of the areas where our expertise, innovation, and<br \/>\n        practical approach come together to create meaningful solutions.\n      <\/p>\n<p>    <!-- PROJECT GRID --><br \/>\n      <!-- =====================================\n           PROJECT 01\n      ====================================== --><\/p>\n<article>\n          <img decoding=\"async\"\n            src=\"https:\/\/images.unsplash.com\/photo-1625246333195-78d9c38ad449?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\"\n            alt=\"Modern agricultural field\"\n          \/><br \/>\n            Agriculture<br \/>\n            01<\/p>\n<h3>\n            Agricultural Development<br \/>\n          <\/h3>\n<p>\n            Supporting agricultural initiatives through practical planning,<br \/>\n            innovative thinking, and sustainable development strategies.\n          <\/p>\n<p>          <a\n            href=\"\/?page_id=43\"\n          ><br \/>\n            Learn More<br \/>\n            \u2192<br \/>\n          <\/a><br \/>\n      <\/article>\n<p>      <!-- =====================================\n           PROJECT 02\n      ====================================== --><\/p>\n<article>\n          <img decoding=\"async\"\n            src=\"https:\/\/images.unsplash.com\/photo-1499529112087-3cb3b73cec95?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\"\n            alt=\"Green agricultural crops\"\n          \/><br \/>\n            Precision Agriculture<br \/>\n            02<\/p>\n<h3>\n            Precision &amp; Technology<br \/>\n          <\/h3>\n<p>\n            Helping organisations explore technology-driven approaches that<br \/>\n            improve efficiency, decision-making, and agricultural performance.\n          <\/p>\n<p>          <a\n            href=\"\/?page_id=43\"\n          ><br \/>\n            Learn More<br \/>\n            \u2192<br \/>\n          <\/a><br \/>\n      <\/article>\n<p>      <!-- =====================================\n           PROJECT 03\n      ====================================== --><\/p>\n<article>\n          <img decoding=\"async\"\n            src=\"https:\/\/images.unsplash.com\/photo-1500530855697-b586d89ba3ee?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\"\n            alt=\"Agricultural tourism landscape\"\n          \/><br \/>\n            Agri-Tourism<br \/>\n            03<\/p>\n<h3>\n            Agri-Tourism Development<br \/>\n          <\/h3>\n<p>\n            Connecting agriculture, tourism, and local opportunities to<br \/>\n            create experiences that deliver lasting economic and social value.\n          <\/p>\n<p>          <a\n            href=\"\/?page_id=43\"\n          ><br \/>\n            Learn More<br \/>\n            \u2192<br \/>\n          <\/a><br \/>\n      <\/article>\n<p>    <!-- =====================================\n         BOTTOM CTA\n    ====================================== --><\/p>\n<p>\n        Have a project in mind?\n      <\/p>\n<p>      <a\n        href=\"\/?page_id=43\"\n      ><br \/>\n        Let&#8217;s Work Together<br \/>\n        \u2192<br \/>\n      <\/a><br \/>\n<\/section>\n<style>\n\/* =========================================\n   FEATURED PROJECTS\n========================================= *\/\n.mg-projects {\n  width: 100%;\n  padding: 120px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-projects::before,\n.mg-projects::after,\n.mg-projects-container::before,\n.mg-projects-container::after {\n  content: none !important;\n  display: none !important;\n  background: transparent !important;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-projects-container {\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n  background: transparent !important;\n}\n\/* =========================================\n   HEADER\n========================================= *\/\n.mg-projects-header {\n  max-width: 850px;\n  margin: 0 auto 75px;\n  text-align: center;\n}\n.mg-projects-label {\n  display: inline-block;\n  margin-bottom: 15px;\n  color: #62c554;\n  font-size: 32px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.70);\n}\n.mg-projects-header h2 {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(46px, 5vw, 68px);\n  line-height: 1.1;\n  font-weight: 700;\n  text-shadow:\n    3px 4px 9px rgba(0, 0, 0, 0.70);\n}\n.mg-projects-header h2 span {\n  display: block;\n  color: #62c554;\n  text-shadow:\n    3px 4px 9px rgba(0, 0, 0, 0.70);\n}\n.mg-projects-header p {\n  margin: 0 auto;\n  max-width: 760px;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.7;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.65);\n}\n\/* =========================================\n   PROJECT GRID\n========================================= *\/\n.mg-projects-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3, 1fr);\n  gap: 28px;\n}\n\/* =========================================\n   PROJECT CARD\n========================================= *\/\n.mg-project-card {\n  overflow: hidden;\n  border-radius: 14px;\n  background:\n    rgba(15, 25, 15, 0.30);\n  border:\n    1px solid rgba(255, 255, 255, 0.15);\n  box-shadow:\n    0 15px 35px rgba(0, 0, 0, 0.15);\n  transition:\n    transform 0.35s ease,\n    border-color 0.35s ease,\n    box-shadow 0.35s ease;\n}\n.mg-project-card:hover {\n  transform: translateY(-8px);\n  border-color: #62c554;\n  box-shadow:\n    0 25px 50px rgba(0, 0, 0, 0.25);\n}\n\/* =========================================\n   PROJECT IMAGE\n========================================= *\/\n.mg-project-image {\n  position: relative;\n  width: 100%;\n  height: 280px;\n  overflow: hidden;\n  background: #182518;\n}\n.mg-project-image img {\n  display: block;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition:\n    transform 0.5s ease;\n}\n.mg-project-card:hover\n.mg-project-image img {\n  transform: scale(1.06);\n}\n\/* =========================================\n   IMAGE DARK OVERLAY\n========================================= *\/\n.mg-project-image::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background:\n    linear-gradient(\n      to top,\n      rgba(0, 0, 0, 0.55),\n      transparent 55%\n    );\n  pointer-events: none;\n}\n\/* =========================================\n   CATEGORY\n========================================= *\/\n.mg-project-category {\n  position: absolute;\n  left: 20px;\n  bottom: 20px;\n  z-index: 2;\n  padding: 8px 14px;\n  background: #62c554;\n  color: #ffffff;\n  border-radius: 5px;\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  box-shadow:\n    0 4px 12px rgba(0, 0, 0, 0.25);\n}\n\/* =========================================\n   PROJECT CONTENT\n========================================= *\/\n.mg-project-content {\n  position: relative;\n  padding: 30px;\n}\n\/* =========================================\n   PROJECT NUMBER\n========================================= *\/\n.mg-project-number {\n  display: block;\n  margin-bottom: 10px;\n  color:\n    rgba(98, 197, 84, 0.65);\n  font-size: 16px;\n  font-weight: 700;\n  letter-spacing: 1px;\n}\n\/* =========================================\n   PROJECT TITLE\n========================================= *\/\n.mg-project-content h3 {\n  margin: 0 0 15px;\n  color: #ffffff;\n  font-size: 28px;\n  line-height: 1.25;\n  font-weight: 700;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.60);\n}\n\/* =========================================\n   PROJECT DESCRIPTION\n========================================= *\/\n.mg-project-content p {\n  margin: 0 0 25px;\n  color:\n    rgba(255, 255, 255, 0.88);\n  font-size: 18px;\n  line-height: 1.7;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.45);\n}\n\/* =========================================\n   PROJECT LINK\n========================================= *\/\n.mg-project-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: #62c554;\n  font-size: 17px;\n  font-weight: 700;\n  text-decoration: none;\n  transition:\n    gap 0.25s ease;\n}\n.mg-project-link span {\n  font-size: 22px;\n  line-height: 1;\n}\n.mg-project-card:hover\n.mg-project-link {\n  gap: 14px;\n}\n\/* =========================================\n   BOTTOM CTA\n========================================= *\/\n.mg-projects-bottom {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 25px;\n  margin-top: 65px;\n  flex-wrap: wrap;\n}\n.mg-projects-bottom p {\n  margin: 0;\n  color: #ffffff;\n  font-size: 21px;\n  font-weight: 600;\n  text-shadow:\n    2px 3px 6px rgba(0, 0, 0, 0.60);\n}\n.mg-projects-button {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 15px 25px;\n  background: #62c554;\n  color: #ffffff;\n  border-radius: 6px;\n  font-size: 16px;\n  font-weight: 700;\n  text-decoration: none;\n  box-shadow:\n    0 6px 18px rgba(0, 0, 0, 0.20);\n  transition:\n    transform 0.25s ease,\n    background 0.25s ease;\n}\n.mg-projects-button span {\n  font-size: 21px;\n}\n.mg-projects-button:hover {\n  background: #4fa844;\n  color: #ffffff;\n  transform: translateY(-2px);\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 1000px) {\n  .mg-projects {\n    padding: 95px 6%;\n  }\n  .mg-projects-grid {\n    grid-template-columns:\n      repeat(2, 1fr);\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-projects {\n    padding: 75px 22px;\n  }\n  .mg-projects-header {\n    margin-bottom: 50px;\n  }\n  .mg-projects-label {\n    font-size: 32px;\n  }\n  .mg-projects-header h2 {\n    font-size: 46px;\n  }\n  .mg-projects-header p {\n    font-size: 18px;\n    line-height: 1.65;\n  }\n  .mg-projects-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  .mg-project-image {\n    height: 250px;\n  }\n  .mg-project-content {\n    padding: 28px;\n  }\n  .mg-project-content h3 {\n    font-size: 26px;\n  }\n  .mg-project-content p {\n    font-size: 18px;\n  }\n  .mg-projects-bottom {\n    margin-top: 50px;\n    flex-direction: column;\n    text-align: center;\n  }\n}\n<\/style>\n<section>\n    <!-- DECORATIVE ELEMENT --><br \/>\n    <!-- CONTENT --><br \/>\n        Let&#8217;s Grow Together<\/p>\n<h2>\n        Ready to Grow<br \/>\n        With Precision?<br \/>\n      <\/h2>\n<p>\n        Have an idea, project, or opportunity you would like to explore?<br \/>\n        Let&#8217;s work together to turn your vision into practical,<br \/>\n        sustainable results.\n      <\/p>\n<p>      <!-- CONTACT BUTTON --><br \/>\n      <a\n        href=\"https:\/\/www.mgagritour.com\/?page_id=43\"\n      ><br \/>\n        Get In Touch<br \/>\n        \u2192<br \/>\n      <\/a><br \/>\n<\/section>\n<style>\n\/* =========================================\n   CTA SECTION\n========================================= *\/\n.mg-cta {\n  width: 100%;\n  padding: 120px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-cta::before,\n.mg-cta::after,\n.mg-cta-container::before,\n.mg-cta-container::after {\n  content: none !important;\n  display: none !important;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-cta-container {\n  position: relative;\n  width: 100%;\n  max-width: 1150px;\n  min-height: 430px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-sizing: border-box;\n  padding: 70px 60px;\n  overflow: hidden;\n  border-radius: 18px;\n  background:\n    rgba(15, 30, 15, 0.45);\n  border:\n    1px solid rgba(98, 197, 84, 0.35);\n  box-shadow:\n    0 25px 60px rgba(0, 0, 0, 0.22);\n}\n\/* =========================================\n   GREEN GLOW\n========================================= *\/\n.mg-cta-glow {\n  position: absolute;\n  width: 450px;\n  height: 450px;\n  right: -180px;\n  top: -220px;\n  border-radius: 50%;\n  background:\n    rgba(98, 197, 84, 0.12);\n  filter: blur(10px);\n  pointer-events: none;\n}\n\/* =========================================\n   CONTENT\n========================================= *\/\n.mg-cta-content {\n  position: relative;\n  z-index: 2;\n  max-width: 850px;\n  text-align: center;\n}\n\/* =========================================\n   LABEL\n========================================= *\/\n.mg-cta-label {\n  display: inline-block;\n  margin-bottom: 15px;\n  color: #62c554;\n  font-size: 32px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.75);\n}\n\/* =========================================\n   HEADING\n========================================= *\/\n.mg-cta h2 {\n  margin: 0 0 25px;\n  color: #ffffff;\n  font-size: clamp(50px, 6vw, 78px);\n  line-height: 1.05;\n  font-weight: 700;\n  text-shadow:\n    3px 4px 10px rgba(0, 0, 0, 0.75);\n}\n.mg-cta h2 span {\n  display: block;\n  color: #62c554;\n  text-shadow:\n    3px 4px 10px rgba(0, 0, 0, 0.75);\n}\n\/* =========================================\n   DESCRIPTION\n========================================= *\/\n.mg-cta p {\n  max-width: 720px;\n  margin: 0 auto 35px;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.7;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.65);\n}\n\/* =========================================\n   BUTTON\n========================================= *\/\n.mg-cta-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  min-width: 175px;\n  padding: 17px 30px;\n  box-sizing: border-box;\n  background: #62c554;\n  color: #ffffff;\n  border-radius: 6px;\n  font-size: 17px;\n  font-weight: 700;\n  text-decoration: none;\n  box-shadow:\n    0 8px 22px rgba(0, 0, 0, 0.25);\n  transition:\n    transform 0.25s ease,\n    background 0.25s ease,\n    box-shadow 0.25s ease;\n}\n.mg-cta-button span {\n  font-size: 23px;\n  line-height: 1;\n}\n.mg-cta-button:hover {\n  background: #4fa844;\n  color: #ffffff;\n  transform: translateY(-3px);\n  box-shadow:\n    0 12px 28px rgba(0, 0, 0, 0.30);\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 900px) {\n  .mg-cta {\n    padding: 90px 6%;\n  }\n  .mg-cta-container {\n    min-height: 400px;\n    padding: 60px 40px;\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-cta {\n    padding: 75px 22px;\n  }\n  .mg-cta-container {\n    min-height: auto;\n    padding: 60px 25px;\n    border-radius: 14px;\n  }\n  .mg-cta-label {\n    font-size: 32px;\n    line-height: 1.2;\n  }\n  .mg-cta h2 {\n    font-size: 48px;\n    line-height: 1.08;\n  }\n  .mg-cta p {\n    font-size: 18px;\n    line-height: 1.65;\n    margin-bottom: 30px;\n  }\n  .mg-cta-button {\n    width: 100%;\n  }\n}\n<\/style>\n<section id=\"contact\">\n    <!-- CONTACT HEADER --><br \/>\n        Contact Us<\/p>\n<h2>\n        Let&#8217;s Start<br \/>\n        Something Great.<br \/>\n      <\/h2>\n<p>\n        Whether you have a project in mind, need professional guidance,<br \/>\n        or simply want to explore an opportunity, we&#8217;d love to hear from you.\n      <\/p>\n<p>    <!-- CONTACT GRID --><br \/>\n      <!-- =====================================\n           CONTACT INFORMATION\n      ====================================== --><\/p>\n<h3>\n          Get In Touch<br \/>\n        <\/h3>\n<p>\n          Have a question or want to discuss a project?<br \/>\n          Reach out to our team and let&#8217;s see how we can help.\n        <\/p>\n<p>        <!-- EMAIL --><br \/>\n            \u2709<br \/>\n              Email<br \/>\n            <a href=\"mailto:mgagritour@gmail.com\"><br \/>\n              mgagritour@gmail.com<br \/>\n            <\/a><br \/>\n        <!-- PHONE --><br \/>\n            \u260e<br \/>\n              Phone<br \/>\n            <a href=\"tel:+27774462057\"><br \/>\n              077 446 2057<br \/>\n            <\/a><br \/>\n        <!-- BUSINESS HOURS --><br \/>\n            \ud83d\udd50<br \/>\n              Business Hours<\/p>\n<p>\n              Monday \u2013 Friday: 08:00 \u2013 14:00<br \/>\n              <br \/>\n              Saturday &amp; Public Holidays: 09:00 \u2013 12:00\n            <\/p>\n<p>      <!-- =====================================\n           CONTACT FORM\n      ====================================== --><\/p>\n<form\n          action=\"mailto:mgagritour@gmail.com\"\n          method=\"post\"\n          enctype=\"text\/plain\"\n        ><br \/>\n          <!-- NAME + EMAIL --><br \/>\n              <label for=\"mg-name\"><br \/>\n                Full Name<br \/>\n              <\/label><br \/>\n              <input\n                type=\"text\"\n                id=\"mg-name\"\n                name=\"Full Name\"\n                placeholder=\"Your full name\"\n                required\n              ><br \/>\n              <label for=\"mg-email\"><br \/>\n                Email Address<br \/>\n              <\/label><br \/>\n              <input\n                type=\"email\"\n                id=\"mg-email\"\n                name=\"Email\"\n                placeholder=\"your@email.com\"\n                required\n              ><br \/>\n          <!-- PHONE --><br \/>\n            <label for=\"mg-phone\"><br \/>\n              Phone Number<br \/>\n            <\/label><br \/>\n            <input\n              type=\"tel\"\n              id=\"mg-phone\"\n              name=\"Phone\"\n              placeholder=\"077 446 2057\"\n            ><br \/>\n          <!-- SERVICE --><br \/>\n            <label for=\"mg-service\"><br \/>\n              What Can We Help With?<br \/>\n            <\/label><br \/>\n            <select\n              id=\"mg-service\"\n              name=\"Service\"\n            ><option value=\"\"><br \/>\n                Select a service<br \/>\n              <\/option><option value=\"Agriculture\"><br \/>\n                Agriculture<br \/>\n              <\/option><option value=\"Precision Agriculture\"><br \/>\n                Precision Agriculture<br \/>\n              <\/option><option value=\"Agri-Tourism\"><br \/>\n                Agri-Tourism<br \/>\n              <\/option><option value=\"Business &#038; Consulting\"><br \/>\n                Business &amp; Consulting<br \/>\n              <\/option><option value=\"Community Development\"><br \/>\n                Community Development<br \/>\n              <\/option><option value=\"Sustainable Solutions\"><br \/>\n                Sustainable Solutions<br \/>\n              <\/option><option value=\"Other\"><br \/>\n                Other<br \/>\n              <\/option><\/select><br \/>\n          <!-- MESSAGE --><br \/>\n            <label for=\"mg-message\"><br \/>\n              Message<br \/>\n            <\/label><br \/>\n            <textarea\n              id=\"mg-message\"\n              name=\"Message\"\n              rows=\"6\"\n              placeholder=\"Tell us a little about your project or enquiry...\"\n              required\n            ><\/textarea><br \/>\n          <!-- SUBMIT --><br \/>\n          <button\n            type=\"submit\"\n          ><br \/>\n            Send Enquiry<br \/>\n              \u2192<br \/>\n          <\/button><br \/>\n        <\/form>\n<\/section>\n<style>\n\/* =========================================\n   CONTACT SECTION\n========================================= *\/\n.mg-contact {\n  width: 100%;\n  padding: 120px 6%;\n  box-sizing: border-box;\n  background: transparent !important;\n  font-family: Arial, sans-serif;\n  position: relative;\n}\n\/* =========================================\n   REMOVE UNWANTED DECORATION\n========================================= *\/\n.mg-contact::before,\n.mg-contact::after,\n.mg-contact-container::before,\n.mg-contact-container::after {\n  content: none !important;\n  display: none !important;\n}\n\/* =========================================\n   CONTAINER\n========================================= *\/\n.mg-contact-container {\n  width: 100%;\n  max-width: 1250px;\n  margin: 0 auto;\n}\n\/* =========================================\n   HEADER\n========================================= *\/\n.mg-contact-header {\n  max-width: 900px;\n  margin: 0 auto 75px;\n  text-align: center;\n}\n.mg-contact-label {\n  display: inline-block;\n  margin-bottom: 16px;\n  color: #62c554;\n  font-size: 34px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  text-shadow:\n    2px 3px 8px rgba(0, 0, 0, 0.75);\n}\n.mg-contact-header h2 {\n  margin: 0 0 24px;\n  color: #ffffff;\n  font-size: clamp(50px, 5.5vw, 72px);\n  line-height: 1.08;\n  font-weight: 700;\n  text-shadow:\n    3px 4px 10px rgba(0, 0, 0, 0.75);\n}\n.mg-contact-header h2 span {\n  display: block;\n  color: #62c554;\n  text-shadow:\n    3px 4px 10px rgba(0, 0, 0, 0.75);\n}\n.mg-contact-header p {\n  max-width: 800px;\n  margin: 0 auto;\n  color: #ffffff;\n  font-size: 22px;\n  line-height: 1.7;\n  text-shadow:\n    2px 3px 8px rgba(0, 0, 0, 0.70);\n}\n\/* =========================================\n   CONTACT GRID\n========================================= *\/\n.mg-contact-grid {\n  display: grid;\n  grid-template-columns:\n    0.85fr 1.15fr;\n  gap: 70px;\n  align-items: start;\n}\n\/* =========================================\n   CONTACT INFO\n========================================= *\/\n.mg-contact-info {\n  padding-top: 10px;\n}\n.mg-contact-info h3 {\n  margin: 0 0 20px;\n  color: #ffffff;\n  font-size: 38px;\n  line-height: 1.2;\n  font-weight: 700;\n  text-shadow:\n    2px 3px 8px rgba(0, 0, 0, 0.70);\n}\n.mg-contact-intro {\n  max-width: 500px;\n  margin: 0 0 42px;\n  color:\n    rgba(255, 255, 255, 0.90);\n  font-size: 20px;\n  line-height: 1.7;\n  text-shadow:\n    2px 3px 7px rgba(0, 0, 0, 0.60);\n}\n\/* =========================================\n   CONTACT ITEMS\n========================================= *\/\n.mg-contact-item {\n  display: flex;\n  align-items: center;\n  gap: 18px;\n  margin-bottom: 30px;\n}\n.mg-contact-icon {\n  flex: 0 0 60px;\n  width: 60px;\n  height: 60px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 12px;\n  background:\n    rgba(98, 197, 84, 0.12);\n  border:\n    1px solid rgba(98, 197, 84, 0.40);\n  color: #62c554;\n  font-size: 25px;\n  box-shadow:\n    0 8px 20px rgba(0, 0, 0, 0.15);\n}\n.mg-contact-item span {\n  display: block;\n  margin-bottom: 5px;\n  color:\n    rgba(255, 255, 255, 0.68);\n  font-size: 15px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n.mg-contact-item a,\n.mg-contact-item p {\n  margin: 0;\n  color: #ffffff;\n  font-size: 20px;\n  line-height: 1.5;\n  text-decoration: none;\n  text-shadow:\n    1px 2px 6px rgba(0, 0, 0, 0.55);\n}\n.mg-contact-item a:hover {\n  color: #62c554;\n}\n\/* =========================================\n   BUSINESS HOURS\n========================================= *\/\n.mg-contact-hours {\n  align-items: flex-start;\n}\n.mg-contact-hours p {\n  line-height: 1.65;\n}\n\/* =========================================\n   FORM WRAPPER\n========================================= *\/\n.mg-contact-form-wrapper {\n  padding: 42px;\n  border-radius: 16px;\n  background:\n    rgba(15, 25, 15, 0.40);\n  border:\n    1px solid rgba(255, 255, 255, 0.15);\n  box-shadow:\n    0 20px 50px rgba(0, 0, 0, 0.20);\n}\n\/* =========================================\n   FORM\n========================================= *\/\n.mg-contact-form {\n  width: 100%;\n}\n\/* =========================================\n   FORM ROW\n========================================= *\/\n.mg-form-row {\n  display: grid;\n  grid-template-columns:\n    repeat(2, 1fr);\n  gap: 20px;\n}\n\/* =========================================\n   FORM GROUP\n========================================= *\/\n.mg-form-group {\n  margin-bottom: 24px;\n}\n.mg-form-group label {\n  display: block;\n  margin-bottom: 10px;\n  color: #ffffff;\n  font-size: 17px;\n  font-weight: 700;\n  text-shadow:\n    1px 2px 5px rgba(0, 0, 0, 0.55);\n}\n\/* =========================================\n   INPUTS\n========================================= *\/\n.mg-form-group input,\n.mg-form-group select,\n.mg-form-group textarea {\n  width: 100%;\n  box-sizing: border-box;\n  padding: 16px 17px;\n  border:\n    1px solid rgba(255, 255, 255, 0.18);\n  border-radius: 7px;\n  background:\n    rgba(0, 0, 0, 0.25);\n  color: #ffffff;\n  font-family: Arial, sans-serif;\n  font-size: 18px;\n  outline: none;\n  transition:\n    border-color 0.25s ease,\n    background 0.25s ease,\n    box-shadow 0.25s ease;\n}\n.mg-form-group input::placeholder,\n.mg-form-group textarea::placeholder {\n  color:\n    rgba(255, 255, 255, 0.50);\n}\n.mg-form-group input:focus,\n.mg-form-group select:focus,\n.mg-form-group textarea:focus {\n  border-color: #62c554;\n  background:\n    rgba(0, 0, 0, 0.35);\n  box-shadow:\n    0 0 0 3px rgba(98, 197, 84, 0.10);\n}\n\/* =========================================\n   SELECT\n========================================= *\/\n.mg-form-group select {\n  cursor: pointer;\n}\n.mg-form-group select option {\n  background: #182518;\n  color: #ffffff;\n}\n\/* =========================================\n   TEXTAREA\n========================================= *\/\n.mg-form-group textarea {\n  min-height: 160px;\n  resize: vertical;\n  line-height: 1.6;\n}\n\/* =========================================\n   SUBMIT BUTTON\n========================================= *\/\n.mg-contact-submit {\n  width: 100%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  padding: 18px 25px;\n  border: none;\n  border-radius: 7px;\n  background: #62c554;\n  color: #ffffff;\n  font-family: Arial, sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  cursor: pointer;\n  box-shadow:\n    0 8px 20px rgba(0, 0, 0, 0.22);\n  transition:\n    background 0.25s ease,\n    transform 0.25s ease,\n    box-shadow 0.25s ease;\n}\n.mg-contact-submit span {\n  font-size: 24px;\n}\n.mg-contact-submit:hover {\n  background: #4fa844;\n  transform: translateY(-2px);\n  box-shadow:\n    0 12px 25px rgba(0, 0, 0, 0.28);\n}\n\/* =========================================\n   TABLET\n========================================= *\/\n@media (max-width: 950px) {\n  .mg-contact {\n    padding: 95px 6%;\n  }\n  .mg-contact-grid {\n    grid-template-columns: 1fr;\n    gap: 55px;\n  }\n  .mg-contact-info {\n    max-width: 700px;\n    margin: 0 auto;\n    width: 100%;\n  }\n  .mg-contact-form-wrapper {\n    max-width: 750px;\n    width: 100%;\n    margin: 0 auto;\n    box-sizing: border-box;\n  }\n}\n\/* =========================================\n   MOBILE\n========================================= *\/\n@media (max-width: 600px) {\n  .mg-contact {\n    padding: 75px 22px;\n  }\n  .mg-contact-header {\n    margin-bottom: 50px;\n  }\n  .mg-contact-label {\n    font-size: 30px;\n  }\n  .mg-contact-header h2 {\n    font-size: 46px;\n  }\n  .mg-contact-header p {\n    font-size: 19px;\n    line-height: 1.65;\n  }\n  .mg-contact-info h3 {\n    font-size: 32px;\n  }\n  .mg-contact-intro {\n    font-size: 19px;\n  }\n  .mg-contact-item a,\n  .mg-contact-item p {\n    font-size: 19px;\n  }\n  .mg-contact-form-wrapper {\n    padding: 25px;\n    border-radius: 12px;\n  }\n  .mg-form-row {\n    grid-template-columns: 1fr;\n    gap: 0;\n  }\n  .mg-form-group input,\n  .mg-form-group select,\n  .mg-form-group textarea {\n    font-size: 17px;\n  }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>MG Agri-Tour Precision Group Growing Agriculture Through Innovation and Precision. We provide innovative agricultural, agri-tourism, and consulting solutions that help businesses and communities grow sustainably. Our Services \u2192 Contact Us About Us Growing With Purpose &amp; Precision. MG Agri-Tour Precision Group is focused on creating innovative solutions that connect agriculture, technology, tourism, and professional expertise. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13"}],"version-history":[{"count":28,"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":165,"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions\/165"}],"wp:attachment":[{"href":"https:\/\/www.mgagritour.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}