 body,
html {
  padding: 0;
  margin: 0;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-family: DM Sans, sans-serif !important;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  overflow-x: hidden;
}
.small, small {
    font-weight: 150 !important;
}

.features-section .text-section {
  background: url('../../assets/images/eco-features-bg.webp') center center/cover no-repeat;
  min-height: 500px;
  padding: 40px;
}

.main-text {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}

.bg-light-custom {
  background-color: #fce9d1;
  padding: 40px;
}

.feature-list li {
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-family: 'DM Sans';
    letter-spacing: 5px;
	line-height:40px;
}

.feature-list img {
  width: 8%;
}

.footer-call-enquire {
    background: #ee8043;
    text-align: center;
    padding: 11px;
    position: fixed;
    bottom: 0;
    z-index: 9;
	color:#fff !important;
	 display: flex;
        width: 100%;
}
.smalls {
    font-weight: 200;
	font-size:14px;
}
.font-22
{
  font-size:24px;
}
.footer-bg{
	    background: transparent linear-gradient(132deg, #994d36 0, #5a1805 100%) 0 0 no-repeat padding-box;
}
/* Sticky navbar scroll effect */
.navbar {
  position:fixed !important;
  width:100% !important;
  z-index:9999 !important;
  background-color:#fff;
} 


.navbar-scroll.scrolled {
  background-color: #ffffff; /* Change to your desired color */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
select {
    word-wrap: normal;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
}
.mt-6
{
  margin-top:6%;
}
.farmplot-bg
{
  background-color:#DB9D63 !important;
}
.border-top {
  border-top: 2px solid #00000061 !important;
}
.border-bottom {
  border-bottom: 2px solid #00000061 !important;
}
.container-fluid {
  max-width: 100% !important;
}

.contact-form label {
  font-weight: 400;
}

.custom-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
}

.custom-input::placeholder {

}

.custom-input:focus {
  box-shadow: none;
  border-color: white;
  background-color: transparent;
  color: white;
}

.form-check-input {
  background-color: transparent;
  border: 1px solid white;
}

.form-check-input:checked {
  background-color: white;
}

.btn-outline-light {
  border-color: white;
  color: white;
}

.btn-outline-light:hover {
  background-color: white;
  color: #0d5c43;
}

.footer {
  height: initial !important;
}
.navbar-toggler {
   
    border: none !important;
   
}
.nav-link {
   font-size:20px;
}
button:focus {
    outline: #fff !important;
    /* outline: 5px auto -webkit-focus-ring-color; */
}
.footer h4 {
  color: white;
  letter-spacing: 1px;
}

.footer ul li {
  margin-bottom: 8px;
  color: #fff;
}

.footer .btn-success {
  background-color: #1f5f3a;
  border: none;
}

.text-orange {
  color: #f0803c;
  font-size: 1.25rem;
}

.footer a {
  color: white;
}

.footer a:hover {
  text-decoration: underline;
}

.footer i {
  font-size: 30px;
    padding-left: 2px;
    padding-right: 2px;
}

.faq-section {
  background-color: #ee8043;
  padding: 60px 20px;
  color: white;
}

.faq-section h2 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

.faq-section .accordion {
  background-color: #ee8043;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size:21px;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight:600;
}

.faq-section .active,
.accordion:hover {
  background-color: #ee8043;
}

.faq-section .accordion:after {
  content:'\2228';
  color: #fff;
  font-weight: 100;
  float: right;
  font-size:20px;
  margin-left: 5px;
}

.faq-section .active:after {
  content: "\2227";
}

.faq-section .panel {
  padding: 0 18px;
  background-color: #ee8043;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.letter-spacing {
  letter-spacing: 3px;
}
.map-wrapper iframe {
  border-radius: 12px;
}
.badge {
  font-size: 0.95rem !important;
  background-color: #d9985a !important;
  color: white !important;
  font-weight: 200 !important;
}

header {
  background-color: #fff !important;
}
header.active {
  background-color: #fff !important;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer-p70 {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.pb-40 {
  padding-bottom: 40px;
}

.brochure {
  width: 100%;
  height: 500px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: #f08447 !important;
  border: none !important;
   padding: 0px 50px !important;
    font-size: 50px !important;
}
.owl-nav
{
  text-align:center;
}

footer#footer {
  z-index: 9999;
  position: relative;
}

@media only screen and (max-width: 992px) {
}

@media (max-width: 475px) {
}

@media (max-width: 768px) {
	.feature-list li {
    
    gap: 12px;
    font-family: 'DM Sans';
    letter-spacing: 3px;
    line-height: 30px;
    font-size:16px !important;
}
.main-text {
    font-size: 2.2rem;
    
}
	.smalls {
    font-weight: 300;
}
	.panel p{
		font-size:14px;
	}
  h2{
    font-size:30px;
  }
  .faq-section .accordion {
 
  font-size:14px;
  
}
.faq-section .accordion:after {
   
    font-size: 14px;

}
  .ptb-70 {
  padding-top: 50px;
  padding-bottom: 50px;
}
  .mt-6
{
  margin-top:20%;
}
.font-22
{
  font-size:18px;
}
  .footer-p70 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .desk-resp {
    display: none;
  }
  .desks-button {
    display: none !important;
  }
  .mob-button {
    width: 5% !important;
    margin-bottom: -5px;
  }

  .mob-resp {
    display: block;
  }
}

section.desk-resp img {
  max-width: 100%;
  width: 100%;
}

section.mob-resp img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  footer {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem !important;
        padding-left: .7rem !important;
    }
}
@media (min-width: 768px) {
  .desk-resp {
    display: block;
  }

  .mob-resp {
    display: none;
  }
}

@media only screen and (min-width: 179px) and (max-width: 479px) {
  #NewPopup {
    margin-top: 17% !important;
  }

  .desktop_pop_image {
    display: none !important;
  }
}

.cus_loading_pop .modal-header {
  border-bottom: 0 solid #e5e5e5;
  justify-content: right;
  padding: 10px 15px 0 0;
}

.cus_loading_pop #register_calling {
  padding-top: 0px;
}

.content-popup h4.modal-title {
    font-weight: bold;
    text-align: center;
}.modal-header .close {
    margin-top: -2px;
}