@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
   font-family: "Plus Jakarta Sans", sans-serif;
}

body, div, p, li, ul, ol, span, strong, h1, h2, h3, h4, h5, h6{
  padding: 0px;
  margin: 0px;
}

h1, h2, h3 {
  font-weight: 700;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

p { 
  font-size:20px;
}

button:focus, button:active, .btn-check:focus+.btn{
    outline: none;
    box-shadow: none !important;

}
a{
text-decoration: none;}
li, ul, ol{
list-style: none;}
button, button:focus, button:hover, button:active{
    outline: none;
}

.navbar a.nav-link {
    font-size: 16px;
    font-weight: 600;
}


video.video-hero {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

nav.navbar.navbar-expand-lg {
    position: fixed;
    width: 100%;
    z-index: 99;
}


.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-section h1 { 
    font-size: 3rem;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
}

.video-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-text p { font-size:20px; margin-top:20px; }


.overview-content h2 { 
  line-height:46px; 
  font-size:32px; 
  font-weight: 500;
}

.text-slider.slick-initialized.slick-slider {
    z-index: 999;
    max-width: 60%;
    margin: auto;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1b381f;
background: linear-gradient(360deg,rgba(27, 56, 31, 0) 0%, rgba(53, 81, 55, 1) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.hero-content p { font-size:24px; color: #fff;}

.animation-text-hero {
  position: relative;
  display: inline-block;
}

.animation-text-hero span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: fadeText 9s infinite;
  white-space: nowrap;
}

nav a.nav-link {
    color: #fff;
}

nav a.nav-link:hover { color:rgb(221 255 152) !important; }


.gry-bg { background-color: #fafafa;}


.overview, .product-offerings  {
    padding: 60px 0px;
}

.testimonials { padding: 60px 0px 100px 0px; }

h3.heading {
    font-size: 24px !important;
    font-weight:600;
}

.section-heading p { margin-top:6px; }

.overview-list li {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    line-height: 28px;
    list-style: inherit;
    position: relative;
    font-weight: 200;
}

.overview-list li span {
   font-weight:600; 
}

.overview-list {
    margin-left: 46px;
}

.overview-img img { max-width:400px; }


.overview-list {
  position: relative;
  padding: 20px 0;
  margin-left: 30px;
  list-style: none; /* Remove default bullets */
}

/* Vertical line */
.overview-list {
  position: relative;
  padding: 20px 0;
  margin-left: 30px;
  list-style: none; /* Remove default bullets */
}

/* Vertical line with gradient (transparent at bottom) */
.overview-list li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
}

.overview-list li::after {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 7px;
    /* bottom: 0; */
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    display: block;
}

.overview-item {
  position: relative;
  margin-bottom: 20px; /* Space between items */
}

.banner-btn {
  position: absolute;
  bottom: 17%;
  left: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.overview-item span:nth-child(2) {
  margin-left: 20px; /* Space between bullet and text */
}


.porblem-col {
    padding: 24px;
}

.porblem-col:hover { background-color:#ECF3D7; border-radius:16px; }

/*expend*/

#customCols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 500px;
}
.col-box {
    background-size: cover;
    background-position: center;
    width: 8.375rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.col-box .heading {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #EDFFC8;
    font-size: 22px;
    font-weight: 600;
    transform: rotate(180deg);
    bottom: 33px;
    position: absolute;
}

p
{
   color: #212529;
}

h3 { font-weight:600;}

.col-box .content-box {
  display: none;
  color: white;
  padding: 31px 35px;
  height: 100%;
  overflow-y: auto;
  transition: all .5s ease;
}

.col-box.active {
  flex-grow: 1;
  width: calc(100% - 2.5rem);
  background-image: none !important;
  background-color: #1B1918 !important;
}


.col-box.active .heading {
  display: none;
}

.col-box.active .content-box {
  display: block;
}

.col-box .content-box p {
  line-height: 28px;
}


.offring-row .content-box img.cover-img {
    border-radius: 20px;
    margin-bottom: 14px;
    width: 100%;
    height: 196px;
    object-fit: cover;
}
.offring-row .content-box h4 {
    color: #ffffff;
    margin: 10px 0 10px 0;
    font-size: 22px;
}

.offring-row .content-box h3 { color:#EDFFC8; }

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.content-box.animate-left {
  animation: slideInFromLeft 0.6s ease;
}

.content-box.animate-right {
  animation: slideInFromRight 0.6s ease;
}






img { max-width:100%; }

.counter-section {
      padding: 60px 0;
      text-align: center;
    }
    .counter-box img {
      margin-bottom: 20px;
    }
   .counter-section h3 {
      font-size: 36px;
      color: #000;
      font-weight: 400;
      margin-bottom: 6px;
    }
    .tagline {
      font-size: 22px;
      font-weight: 500;
      color: #779736;
    }


    .testimonial-wrapper {
    background-color: #ECF3D7;
    padding: 40px 30px;
    border-radius: 20px;
}

.slider-testimonials .testimonial-wrapper, .recognitions-slider .item-slides {
  margin: 0 15px; 
}



.slider-testimonials {
  overflow: visible !important; 
}

.user-name h5 { 
  font-size:26px; 
  font-weight: 600;
}

.slider-testimonials img { border-radius:16px; }

.text-testimonila p { 
  font-size:20px; 
  line-height:32px; 
}

.testimonial-wrapper.slick-slide {
    opacity: 0.6;
}

.testimonial-wrapper.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}


 .slick-prev {
  position: absolute;
  bottom: -66px;
  left: calc(50% - 30px); 
  transform: translateX(-50%); 
  z-index: 10; 
}


.slick-next {
  position: absolute;
  bottom: -66px; 
  left: calc(50% + 30px); 
  transform: translateX(-50%); 
  z-index: 10; 
}

 .slick-prev-2 {
  position: absolute;
  bottom: -60px;
  left: calc(4.5% - 30px); 
  transform: translateX(-50%); 
  z-index: 10; 
  height: 35px;
}


.slick-next-2 {
  position: absolute;
  bottom: -60px; 
  left: calc(3.5% + 30px); 
  transform: translateX(-50%); 
  z-index: 10; 
  height: 35px;
}

.slide-number
{
  font-size: 25px;
}

.get-touch a {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 6px;
    margin-right: 10px;
}

.custom-navbar {
  transition: background-color 0.3s ease; /* Smooth transition */
  background-color: transparent; /* Optional: Transparent by default */
}

/* Style when scrolled */
.custom-navbar.scrolled {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #38533980;
  transition: all .3s ease;
}


.journey {
    padding: 60px 0;
}

.journey-data h6 { 
  color: #c5ceb5;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.0045rem;
  margin: 0 0 1rem;
}

.journey-data h5 {
    color: #fff;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.02556rem;
    text-transform: capitalize;
    margin: 0 0 1rem;
}

.journey-data p {
    color: #fef3eb;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.0045rem;
    margin: 0;
}

.join-journey-btn.mb-2 {
    color: #ffffff;
    padding: 16px 26px;
    font-size: 20px;
    border:1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
}

.typed-text, .cursor {
  color: #fff;

}

.cursor {
  display: inline-block;
  width: 3px;
  margin-left: 4px;

}

.cursor.blink {
  animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    background: var(--teal);
  }
  40%, 50% {
    background: transparent;
  }
}

.menu-section a, .terns-menu li a {
    font-size: 20px;
    color: #fff;
}

.con-box img, .link-smo img { max-width:26px; }

.footer-data h4 { 
  font-size:1.875rem; 
  font-weight: 600; 
}

.footer-data span {  font-size:18px;}

.footer-data {
    background: linear-gradient(180deg, #242E20 0%, #141414 100%);
    padding: 50px 0;
    color: #fff;
}

.footer-data p {
  color: #fff;
}

.terns-menu {
  position: relative;
  z-index: 99;
}

.menu-section li, .terns-menu li { display:inline-block; margin-right:15px; }

ul.menu-section {
    margin-top: 25px;
    border-bottom: 1.5px solid #818181;
    padding-bottom: 10px;
}

.copyright{
    display: flex;
    justify-content: space-between;
}

footer { position:relative; }

.cow-ftr {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.image-slider img {
  width: 100%;
  height: auto;
}
.image-slider .slick-slide {
  margin: 0 10px;
}

.image-slider .logo-slider {
  margin: 0 15px; 
}


.image-slider {
  overflow: visible !important; 
}

.counter-box img { max-width:100px; }


.navbar-toggler {
    background-color: #ffffff;}

    p.mt-2.italic {
    font-style: italic;
}

p { columns: #4b4b4b;}

.our-story {
    padding: 60px 0;
    background-repeat: no-repeat;
}

.our-story p {
    font-size: 20px;
    margin-top: 12px;
    line-height: 34px;
    font-weight: 400;
}




 .slide .slide__content--headings .animated {
   transition: all 0.5s ease;
   text-align: center;
}
 .slider [data-animation-in] {
   opacity: 0;
   animation-duration: 0.5s;
   transition: opacity 0.5s ease 0.3s;
}
 .slick-dotted .slick-slider {
   margin-bottom: 30px;
}
 .slick-dots {
   position: absolute;
   bottom: 25px;
   list-style: none;
   display: block;
   text-align: center;
   padding: 0;
   margin: 0;
   width: 100%;
}
 .slick-dots li {
   position: relative;
   display: inline-block;
   margin: 0 5px;
   padding: 0;
}
 .slick-dots li button {
   border: 0;
   display: block;
   outline: none;
   line-height: 0px;
   font-size: 0px;
   color: transparent;
   padding: 5px;
   cursor: pointer;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
   outline: none;
}
 .simple-dots .slick-dots li {
   width: 20px;
   height: 20px;
}
 .simple-dots .slick-dots li button {
   border-radius: 50%;
   background-color: white;
   opacity: 0.25;
   width: 20px;
   height: 20px;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
   opacity: 1;
}
 .simple-dots .slick-dots li.slick-active button {
   color: white;
   opacity: 0.75;
}
 .stick-dots .slick-dots li {
   height: 3px;
   width: 50px;
}
 .stick-dots .slick-dots li button {
   position: relative;
   background-color: white;
   opacity: 0.25;
   width: 50px;
   height: 3px;
   padding: 0;
}
 /* .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
   opacity: 1;
} */
 .stick-dots .slick-dots li.slick-active button {
   color: white;
   opacity: 0.75;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
   opacity: 1;
}

.our-name {
    padding: 60px 0;
}

.blink-image {
  animation: blink 3s infinite;
}

/* Keyframes for smooth blinking */
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.our-name p { 
  font-size:20px;
   margin-bottom:15px; 
}

.our-name h3 { 
  font-size:24px; 
  margin-bottom:10px;  
}

.our-name h3 span { font-weight:800; color:#9BBB59; }
.blink-wrapper { margin:30px 0; }

.mission-vission .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #9bbb59;
    padding: 14px;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
}

.mission-vission .icon img {
    filter: invert(1);
}

.mission-vission h3 {
    margin-bottom: 8px;
}

.mv-col {
    background-color: #FAFAFA;
    padding: 30px;
    height: 100%;
    border-radius: 20px;
}

.img-what {
    background-size: contain;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 610px;
    border-bottom: 1px solid #93bc46;
}

.what-col span {
    font-style: italic;
    font-size: 18px;
    color: #000000;
    background-color: #77973640;
    padding: 7px;
    font-weight: 500;
    display: block;
    border-radius: 4px;
}

    .what-col li {
    font-size: 18px;
    list-style: disc;
    margin-left: 20px;
}

.what-col {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.what-col .content {
  padding: 10px;
}

.what-col h3 {
  font-size: 24px;
  font-weight: 600;
  padding-top: 5px;
}

.on-hover {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  pointer-events: none;
}

.what-col:hover .on-hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.founders { padding:60px 0; }

.founder-img { border-radius: 22px 22px 0 0 ;}

.founders-col .name-founder {
    background-color: #2E4500; /* Initial state mein background color */
    background-image: none; /* Bina hover ke koi image nahi */
    background-size: cover; 
    background-position: bottom; /* Initial position for transition */
    background-repeat: no-repeat; 
    padding: 22px;
    color: #fff; 
    border-radius: 0 0 22px 22px;
    position: relative; 
    transition: background-position 0.5s ease, background-image 0.5s ease; /* Transition for background-position and image */
}

.founders-col:hover .name-founder {
    background-image: url('../images/hover-pattern.png'); /* Hover par image add */
    background-position: top; /* Hover par image top position mein */
}

.founders-col .name-founder h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.founders-col .name-founder span {font-size: 18px;}

.recognitions .item-slides {
  position: relative;
  display: inline-block; 
}


.recognitions .recognitions-img {
  display: block;
   border-radius: 16px;
  width: 100%; 
  height: auto; 
}


.recognitions .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); 
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  opacity: 0; 
  transition: opacity 0.3s ease; 
}


.recognitions .overlay p {
  color: white; 
  padding: 20px;
  text-align: center;
  font-size: 20px; 
}


.recognitions .item-slides:hover .overlay {
  opacity: 1; 
}

.recognitions.mt-5 {
    padding-bottom: 60px;
}

a.watch-btn.mt-2 {
    background-color: #fff;
    color: #000;
    padding: 12px 16px;
    border-radius: 100px;
    }

 .slide-text-area .more-btn {
    background-color: #779736;
    color: #fff;
    padding: 10px 26px;
    font-size: 20px;
    border-radius: 100px;
    margin-top: 32px;
    display: block;
    width: 157px;
    transition: 0.5s;
}

.theme-btn {
    background-color: #779736;
    color: #fff;
    padding: 10px 26px;
    font-size: 20px;
    border-radius: 100px;
    margin-top: 15px;
    display: block;
    transition: 0.5s;
}

.theme-btn:hover {
  background-color: #000;
  color: #fff;
}

.theme-btn:focus, .theme-btn:focus-visible {
  outline: 0;
  box-shadow: none;
  border: 0px;
}

.max-width-auto {
  width: 100%;
}

.theme-btn.max-width-auto:hover {
  width: 100%;
}

.what-col.define {
    background-color: #ECF3D7;
    padding: 20px;
    border-radius: 16px;
}

.what-col.define h3 { margin:10px 0;}



.life-moo .what-col {
    margin-bottom: 20px;
    padding: 30px;
}

.life-moo .what-col:hover { background-color:#fff; border-radius:16px; }


section.life-moo.mt-5.gry-bg {
    padding: 60px 0;
}

.life-moo .what-col h3 { font-size:20px; margin:6px 0; }

.life-moo img.mv-img {
    width: 100%;
    object-fit: cover;
}

a.btn.btn-outline-primary.btn-sm, a.btn.btn-outline-primary:hover {
    border-color: #D0D0D0 !important;
    color: #000;
    background-color: #fff;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
}

.jobs .form-select {
    font-weight: 500;
}

.jobs .input-group {
    min-height: 56px;
}

.jobs .input-group-text, .jobs span.input-group-text { background-color:#fff; border-right:none; }

.jobs input.form-control, .jobs  select.form-select {
    border-left: none;
}

.form-control:focus, .form-select:focus  {
    color: inherit;
    background-color: #fff;
    border-color: #ced4da;
    outline: inherit;
    box-shadow: inherit;
}

.jobs select.form-select {
    max-width: 30%;
}

.jobs img { max-width:20px; }

.job-card {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    margin: 15px;
    clear: both;
}
      .btn-custom, .btn-custom:hover {
    background-color: #779736;
    color: #fff;
    border: none;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

.job-card  p {
    margin-top: 8px;
    font-size: 14px;
}

.job-card  h5 { 
  font-size:20px;
  font-weight: 600; 
}

.jobs .input-group.mb-3.search-bar {
    margin: 0 15px;

}


.box-define {
    background-color: #2E4500;
    color: #fff;
    border-radius: 16px;
    transition: background-color 0.3s ease;
    height: 100%; 
}

.box-define img { border-radius: 16px; }

.box-define:hover {
    background-color: #4F7300; 
}

.box-define.culture {
    background-color: #FAFAFA;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.box-define.culture:hover {
    background-color: #ECF3D7; 
}

.define-con {
    padding: 0 18px 18px 18px;
    margin-top:26px;
}

.define-row, .jobs { padding:60px 0; }

.box-define.culture  .define-con {
    padding: 18px 18px 0 18px  ; margin-top:0px; margin-bottom:26px;
}
.define-con h3 {
  font-size:24px;
}

.define-text-box .define-con h3 {
  color: #fff;
}

.define-text-box .define-con p {
  color: #e3e3e3;
}

.define-con p {
  font-size:20px; 
  margin-top:10px; 
} 

.define-con { 
  margin-top:12px; 
}
.filter-btn {
    background-color: #779736;
    color: #fff;
    border: none;
    font-weight: 500;
}

.icon-space {
    margin-right: 5px;
}


 /* Ensure the section has relative position */
.projects {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
 
/* Background image and overlay */
.background-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dark-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
     background-color: rgb(0 0 0 / 71%);
  z-index: 1;
}

/* Content on top */
.content-wrapper {
  position: relative;
  z-index: 2;
  padding: 80px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  flex-wrap: wrap;
  padding-right:0 ;
}


/* Text Block */

.slide-img-rwap {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 16rem;
  padding-left: 10rem;
  padding-bottom: 16rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}

.slide-img-rwap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.slide-text-area {
    width: 46rem;
    height: 100%;
    min-height: 315px;
    position: relative;
    z-index: 9;
}

.project-details-content {
  width: 100%;
}

.pagination-total h3 {
  font-size: 36px;
  font-weight: 800;
  color: #9BBB59;
  margin-bottom: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.slide-text-area h2 {
    margin-bottom: 5px;
    color: #fff;
}

.slide-text-area p {
    font-size: 18px;
    color: #fff;
}

/* .project-details-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}
.project-details-content p {
  font-size: 18px;
  color: #e3e3e3;
} */

/* Slider */
.projects-slider {
  width: 63rem;
  position: absolute;
  right: 0;
  top: 20%;
}
.project {
  margin-right: 15px;
  height: 450px;
  position: relative;

}

.projects-slider .slick-list {
  padding: 0px !important;
}

.text-box img {
  max-width: 100%;
  height: 100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.projects-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.gradient-overlay {
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.text-block {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}
.text-block h3 {
  font-size: 18px;
  color: #fff;
}

.text-block p {
  color: #e3e3e3;
}

.item-box .text-box {
    max-width: 100%;
    height: 30.75rem;
    background-image: url('../images/details-img-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 75%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    margin-left: 15px;
    border: 2px solid transparent;
    transition: 0.5s;
}

.item-box .text-box:hover {
  border: 2px solid #fff;
}

.item-box .text-box2 {
  background-image: url('../images/details-img-3.png');
}

.item-box .text-box3 {
  background-image: url('../images/details.jpg');
}

.total-number-top {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.text-box h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 7px;
  font-weight: 500;
}

/* Slick arrows */
.projects .slider-content .slick-prev, .projects .slider-content .slick-next {
  position: absolute;
  bottom: 100px;
  background: #9BBB59;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  transition: 0.5s;
}

.projects .slider-content .slick-prev:hover, .projects .slider-content .slick-next:hover {
  background: #000;
  color: #fff;
}

.projects .slider-content .slick-prev { left: 50%; }
.projects .slider-content .slick-next { right: unset; margin-left: 25px;}

.pro-dis { padding:60px 0; }

.con-dis li { margin-top:15px; list-style:disc; font-size: 16px; margin-left: 15px;}

.dec-img img
{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
}
.con-dis , h4 li
{
  margin-top: 10px;
}
.col-box:hover 
{
  border:.125rem solid #ff7600;
  transition: all .1s ease-in-out;
}

.numbering-product-offering p {
  color: #fff;
}

.content-box p {
 color: #fff;
}

.numbering-product-offering p strong
{
     font-size: 18px;
}
.dairy-sheds h2
{
  margin-bottom: 10px;
}

.btn_green {
  color: #fff;
  background: transparent;
  border: .0625rem solid #fff;
  padding: .875rem 2.5rem;
  cursor: pointer;
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
  transition: all .5s ease;
  border-radius: 50px;
  margin-top: 30px;
}

.btn_green:hover {
  background: #779736;
  border-color: #779736;;
}

.join-journey-btn:hover {
    background-image: linear-gradient(to bottom right, #fff, #91ff8f);
    color: #000 !important;
    cursor: pointer;
    text-decoration-color: inherit;
}

.join-journey-btn {
    transition: all .3s ease;
}

.numbering-product-offering-col {
    position: absolute;
    top: 318px;
    transform: rotate(90deg);
    left: 4px;
}

.numbering-product-offering-col p { font-size: 14px; font-weight: 400; color: #fff;}


.problems .image-box {
  position: relative;
  overflow: hidden;
}

.problems  .image-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 14px;
  padding: 10px;
}


.problems  .image-box p {color: #fff !important; font-style: italic;}

.problems .image-box:hover .overlay {
  opacity: 1;
}


 #moveToTopBtn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #222;
      color: #fff;
      padding: 10px 12px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      font-size: 16px;
      display: none; /* initially hidden */
      z-index: 1000;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease;
    }

    #moveToTopBtn:hover {
      background-color: #444;
    }

    #moveToTopBtn span {
      margin-left: 8px;
    }

.image-box img {
    border-radius: 16px;
    max-height: 270px;
    object-fit: cover;
}

.modal-content {
    border-radius: 20px;
    padding: 16px;
}

    .form-control, .form-control:focus {
      border-radius: 6px;
      box-shadow: none;
    }

    .form-control:focus {
      border: 1px solid #a4d068;
    }

    .btn-submit {
      background-color: #a4d068;
      border: none;
      color: #fff;
      border-radius: 25px;
      padding: 8px 30px;
    }

    .btn-submit:hover {
      background-color: #8dc154;
    }

    .contact-info-box {
      background-color: #f2f8d8;
      padding: 20px;
      border-radius: 15px;
    }

    .contact-info-box p {
      display: flex;
      align-items: center;
    }

    .contact-info-box i {
      margin-right: 10px;
      color: #88b03f;
    }

    .social-icons a {
      color: #333;
      margin-right: 10px;
      font-size: 20px;
    }

    .heading-model { max-width:70%; }

    .contact-info-box img { 
      max-width:16px;
      height: 18px;
      line-height: 23px;
      margin-right: 10px; 
    }

    .section-img {
      position: relative;
    }

   .left-image, .right-image {
    position: absolute;
    top: 100px;
    object-fit: cover;
    z-index: 1;
    width: 90px;
}

    .left-image {
      left: 0;
    }

    .right-image {
      right: 0;
    }

    .content {
      position: relative;
      z-index: 2;}

      .tech-videos {
        background: #163434;
        padding-top: 100px;
      }

      .tech-videos .section-heading h2 {
        color: #fff;
        font-size: 2.25rem;
        font-weight: 600;
        margin-bottom: 32px;
        display: block;
        border-bottom: 1px solid;
        border-style: dashed;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        padding-bottom: 19px;
      }

      .tech-videos .section-heading p {
        color: #fff;
        font-size: 20px;
      }



      .video-tech { overflow:hidden; width:100%; height:100%; }
      


      .privacy-section h2 { font-size:18px; }


      .hero-section.privacy {
    position: relative;
    height: 400px;
    overflow: hidden;
}


  .hero-section.privacy  .hero-content {
    position: relative;
    z-index: 3;
    height: 400px;}



  .feeding-img 
  {
    height: 250px;
    max-width: 100%;
  }

  .d-block0 {
    display: block;
    margin: 0 auto;
  }