* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


.btn-cta {
    text-transform: capitalize;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #116530;
    color: #ffffff;
    border-radius: 0px;
}
.btn-cta:hover {
     background-color: #116530;
    color: #ffffff;
    
}

.navi-bg {
    background: #026A77 ;
}

.footer-line {
    margin-top: 75px;
    background: rgb(162, 199, 58);
    background: #026A77 ;
    height: 12px;
}

footer a {
      color: #e8ff14;
}

.footer-links a {
    font-family: 'Barlow Condensed';
}

/*.carousel-item img.carousel-img {
    height: 490px;
    object-fit:cover;
}*/

/* Responsive height adjustments */
@media (max-width: 992px) {
    .carousel-item img.carousel-img {
        height: 300px;
        /* Slightly shorter height for tablets */
    }
}

@media (max-width: 576px) {
    .carousel-item img.carousel-img {
        height: 200px;
        /* Shorter height for mobile screens */
    }
}


.text-blue {
    color: #005171;
}

/* Base styling for the sidenav */
.sidenav {
    position: fixed;
    right: 0;
    height: 40px;
    width: 175px;
    margin-right: -144px;
    /* Hidden state */
    color: #FFF;
    background: #a2c73a;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    z-index: 999;
    transition: all 0.15s ease-in-out;
}

/* Hover, active, and focus state with gradient background */
.sidenav:hover,
.sidenav:active,
.sidenav:focus {
    margin-right: 0;
    color: #FFF !important;
    background: #026A77 ;
}


.sidenav-1 {
    top: 325px;
}

.sidenav-2 {
    top: 375px;
}

.sidenav-3 {
    top: 425px;
}

.sidenav-4 {
    top: 475px;
}


.sidenav img.sidenav-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Link styling inside sidenav */
.sidenav a {
    color: #FFF;
    text-decoration: none;
}

.sidenav a:hover {
    text-decoration: underline;
}

.parallax-section {
    background-image: url('../img/banner4.jpg'); 
    background-attachment: fixed; 
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
    text-align: center;
}

.parallax-section .container {
    max-width: 800px;
    background: rgba(0, 0, 0, 0.6);
}


  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 260px;
    padding: 20px 1px;
    margin: 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(162, 199, 58, 1), 0 4px 6px rgba(0, 81, 113, 1)
  }
  
  .content {
    padding: 20px;
  }
  
  .content .price {
    color: white;
    font-weight: 800;
    font-size: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
  }
  
  .content .description {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    font-size: 14px;
  }
  
  .content .title {
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  
  button {
    user-select: none;
    border: none;
    outline: none;
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    padding: 0.75rem 1.5rem;
    background-color: rgb(199 198 198);
    border-radius: 0.5rem;
    width: 90%;
    text-shadow: 0px 4px 18px #2c3442;
  }
  
  


 
 


    .dt-sc-counter.type5 { float: left; padding: 15px 20px 15px; position: relative; }

    .dt-sc-counter.type5:before, .dt-sc-counter.type5:after { border-width: 4px; border-style: solid; content: ""; position: absolute; height: 50px; width: 50px; }
    .dt-sc-counter.type5:before { top: 0; left: 0px;  color:#5d9f12; border-bottom-color: transparent !important; border-right-color: transparent !important; }
    .dt-sc-counter.type5:after { right: 0px; color:#5d9f12;  bottom: 0; border-top-color: transparent !important; border-left-color: transparent !important; }
    








.section-padding-100-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
 

.farming-practice-area .section-heading h2 {
 
    font-size: 34px;
 
    color: #213923;
}

 

.single-farming-practice-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.single-farming-practice-area .farming-practice-thumbnail {
    position: relative;
    z-index: 1;
}

.single-farming-practice-area .farming-practice-content {
    position: relative;
    z-index: 1;
    
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 30px 30px;
}

.single-farming-practice-area .farming-practice-content .farming-icon {
    position: absolute;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    left: 50%;
    margin-left: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

p {
    font-family: "Karla", sans-serif;
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}



.call-to-action {
    color: #212529;
    background-color: #f9f9f9;
    padding: 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

.call-to-action .content {
    padding: 20px 0;
}

.light-background-orl{
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
   
}

.call-to-action h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.call-to-action p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    max-width: 900px;
     margin: 20px auto;
   line-height: 30px;
}
 












 /*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/

 .social-links a {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid 
color-mix(in srgb, #ffffff, transparent 50%);
    font-size: 16px;
    color: 
color-mix(in srgb, #ffffff, transparent 30%);
    margin-right: 10px;
    transition: 0.3s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #172d19;
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #172d19;
  padding: 60px 0 15px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info p {
  text-align: justify;

  line-height: 26px;
  margin-bottom: 0;  
  color: #fff;

    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-right: 15px;
}

.icon-list-icon svg{
  fill: #ffffff;
  transition: fill 0.3s;
  width: 32px;
  height: 32px;
}

#footer .footer-top .footer-info .logo img {
  width: 180px;
}

#footer .footer-top h4 {
  padding-bottom: 54px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  letter-spacing: 1px;
}
#footer .footer-top h4::before {
    position: absolute;
    content: "";
    bottom: 45px;
    width: 18%;
    height: 2px;
    background-color: #00b446;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00b446;
  font-size: 11px;
  line-height: 1;
}


.hu {
  background: #FFF;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  text-align: center;  
  color: #000 !important; 
  position: absolute;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  position: relative;
}

#footer .footer-top .footer-links ul li span.ps-5.d-inline-block {
    padding-left: 2.4rem !important;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a,
#footer .footer-top .footer-links ul a span {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 23px;
  font-family: "Sora", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

#footer .footer-top .footer-links ul a:hover {
  color: #00b446;
}

/* #footer .footer-top .footer-newsletter form {

  background: #fff;
  padding: 6px 10px; 
  border: 1px solid #d5d5d5;
  border-radius: 100px;
} */

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  background-color: #ffffff;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 100px;
  font-family: "Sora", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  color: #1f2124;
  border-radius: 1;
}

 

#footer .copyright {
  text-align: center;
  padding-top: 15px;
  color: #fff;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
 
  text-align: center;
  font-size: 13px;
  color: #fff;
}


.footer-newsletter {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  
  border-radius: 15px;
  background-color: #007d4d;
  padding: 20px;
}

.footer-newsletter h3 {
  color: #fff;
  transition: color 0.3s;
  font-family: "Sora", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  align-self: center;
  padding-inline-start: 5px;
}

.raw-material h2,
.raw-material h2 span {
    font-size: 60px !important;
    color: #213923;
    font-weight: 600;
}

.raw-material h2 span {
     
    color: #00b446;
    
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) { 

    #footer .footer-top {  
      padding: 30px 0 3px 0;
  }
  .footer-newsletter h3{
    font-size: 20px;
  }
  .section-spacing {
    padding-bottom: 30px;
    padding-top: 20px; 
}
  .section-title h2 { 
    font-size: 24px;     
  }

  #footer .footer-top .footer-newsletter form input[type=email] {
    margin-bottom: 22px;
  }



.toog-btn { 
    width: 100%;    
    text-align: end;
}

.toog-btn span img{
    max-width: 35px;
}

.navbar {
 
    padding-bottom: 1.5rem !important;
}

.navbar-toggler:focus {
  
    box-shadow:unset !important;
}



@media screen and (max-width: 768px) { 

.section-padding-100-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.farming-practice-area .section-heading h2 {
    font-size: 24px;
 
}

.call-to-action {
 
    padding: 11px 0;
 
}


.raw-material h2,
.raw-material h2 span {
   font-size: 60px !important;
 
}
}