@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&amp;display=swap");

img {
  max-width: 100%;
}

.nav-wide .container {
  padding: 0px 0px 0px 15px;
}
.nav-wide .container {
  width: 100%;
}

.right-text {
  text-align: right;
}
body {
  overflow-x: hidden;
}

.right-text {
  text-align: right;
}

header {
  z-index: 9;
  width: 100%;
  /* padding-top: 5px; */

  position: fixed;
}

.affix .navbar-nav li.active a {
  color: #000 !important;
}

.affix .navbar-default .navbar-nav > li > a {
  color: #000;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #000;
  box-shadow: 20px 15px 18px 12px #000;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #62a403;
  display: block;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

.get h1 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: -43px;
  /* text-transform: uppercase; */
  /* color: #fff; */
  font-weight: 500;
  text-align: left;
  font-family: "League Spartan", sans-serif;
}

.form-en {
  border-bottom: 1px solid #e8e5e5;
  border-radius: 0px;
  background: #fff;
  margin-top: -9px;
}
.send-btn {
  text-transform: none;
  background: #62a403;
  border: 0px;
  /* width: 100%; */
  padding: 15px 25px;
  text-align: center;
  color: #fff;
  /* display: inline-block; */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 15px;
  margin-left: -80px;
}
.send-btn:hover {
  background: #000;
  color: #fff;
}
.send-btn:focus {
  color: #fff;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.en {
  padding: 3px 11px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  background: #12c5c3;
  margin-top: 15px;
  line-height: 20px;
  border-radius: 15px;
}

.en i {
  padding-left: 2px;
}

.welback {
  /* background: url("../img/hg.avif") no-repeat; */
  padding: 30px 0px;
  position: relative;
  background-size: cover;
}
.wel2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9%;
}

.wel-left {
  background: #fff;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  overflow: hidden;
  border-radius: 10px;
  margin-right: -143px;
  padding: 25px 0;
}

.wel-left .product-list-item a {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
.product-list-item a img {
  width: 50%;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.director {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}

.directorimg {
  width: 30%;
  border-radius: 59px;
  font-size: 28px;
  overflow: hidden;
  color: #fff;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  border: 2px solid #efa601;
}
.director p {
  position: relative;
  padding-left: 30px;
  margin: 0px;
}

.director p i {
  position: absolute;
  top: 0;
  left: 0;
}

.titlename {
  margin-left: 10px;
}
.titlename .name-pro {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 11px;
  border-bottom: 1px dashed #d4cbcb;
  padding-bottom: 10px;
}

.pro-fec {
  margin: 0px;
}
.pro-fec li {
  list-style: none;
  background: url(../img/l.png) no-repeat;
  background-position: left top;
  color: #000;
  /* line-height: 35px; */
  font-size: 13px;
  padding-left: 27px;
  margin-bottom: 20px;
  line-height: 19px;
}

.productback {
  background: #eff7fa;
  padding: 20px 0px;
  position: relative;
  background: url("../img/boo.jpg");
  background-position: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.productback .left {
  position: absolute;
  bottom: -92px;
  left: 0px;
  width: 13%;
  margin-top: 20px;
}
.p-0 {
  padding: 0px;
}



.read {
  color: #ffffff;
  text-decoration: none;
  background: #62a403;
  border-radius: 17px;
  padding: 3px 15px;
  background-image: linear-gradient(to right, #62a403, #93d82f);
}
.read:hover {
  color: #fff;
  background: #000;
}
.pro-duct {
  position: relative;
  margin: 10px 25px;
  text-align: center;
}

.pro-list {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 26%);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-top: -10px;
}

.text-outer {
  background: #62a403;
  padding: 15px 0px;
  width: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: -5%;
  transition: 0.3s;
  opacity: 0;
  text-align: center;
}

.pro-list:hover .text-outer {
  opacity: 1;
  bottom: 40%;
  z-index: 8;
}

.text-outer li {
  display: inline-block;
  list-style: none;
}

.text-outer li a {
  color: #13a54d;
  font-size: 15px;
  background: #fff;
  /* padding: 10px; */
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
}

.pro-duct .pro-name {
  color: #000;
  text-align: center;
  margin: 20px 0px;
  font-weight: 500;
  font-size: 20px;
}

.heading {
  margin-bottom: 20px;
  position: relative;
}

.heading-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 55px;
  font-weight: 200;
  color: #000;
  line-height: 50px;
  margin-bottom: 0px;
  font-family: "League Spartan", sans-serif;
}

.heading-title span {
  font-weight: 800;
}

.heading .sub-title {
  margin-top: 5px;
  font-size: 15px;
  /* line-height: 9px; */
  font-weight: 300;
  color: #808082;
  text-transform: uppercase;
  /* background: #ec1d25; */
  padding: 3px 1px 3px 1px;
  margin: 0xp;
  /* font-family: 'Rubik', sans-serif; */
  letter-spacing: 4px;
  font-family: "PT Serif", serif;
}

.center {
  text-align: center;
}

.read-btn {
  font-family: "Spartan", sans-serif;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 69px;
  border: none;
  background: #62a403;
  border-radius: 0 50px 50px 0;
  padding: 0 32px;
  letter-spacing: -0.34px;
  display: inline-block;
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 800;
  line-height: 69px;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.read-btn:before {
  position: absolute;
  left: auto;
  right: 0;
  height: 100%;
  content: "";
  z-index: -1;
  width: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #457500;
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.read-btn i {
  position: relative;
  margin-left: 11px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #457500;
  font-size: 14px;
  line-height: 30px;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.read-btn:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.read-btn:hover {
  color: #fff;
}

.read-btn:hover i {
  background: #62a403;
  color: #fff;
}

.enqury-btn {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.featureback {
  margin: 20px 0px;
  position: relative;
  /* background: url("../img/base.png") no-repeat; */
  background-position: bottom;
  background-size: contain;
}
.featureback .left {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 14%;
}

.featureback .right {
  position: absolute;
  right: 10%;
  top: 10%;
}

.featurebase {
  display: flex;
}
.icon_box_07 {
  position: relative;
  z-index: 2;
  margin: 0 0 30px;
  text-align: center;
  padding: 10px 25px;
}
.icon_box_07 .ibImg {
  display: inline-block;
  position: relative;
  margin: 0 0 28px;
  width: 110px;
  height: 110px;
  line-height: 90px;
  font-size: 81px;
  color: #79ad34;
  background: transparent;
  text-align: center;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.icon_box_07 .ibImg svg {
  width: 100%;
  height: 100%;

  position: absolute;
  left: 8px;
  top: 0;
  z-index: -1;
}

.icon_box_07 .ibImg.gr svg {
  fill: #d8ecbd;
}

.icon_box_07 .ibImg.yl svg {
  fill: #f4e2bb;
}

.featurebase .icon_box_07:nth-child(1) .ibImg.gr svg {
  fill: #d8ecbd;
}

.featurebase .icon_box_07:nth-child(2) .ibImg.yl svg {
  fill: #f4e2bb;
}

.featurebase .icon_box_07:nth-child(3) .ibImg svg {
  fill: #fcc5b7;
}
.featurebase .icon_box_07:nth-child(4) .ibImg svg {
  fill: #ebddd5;
}

.icon_box_07 .ibImg img {
  max-width: 65px;
  height: auto;
}
.f-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e;
  /* font-family: 'League Spartan', sans-serif; */
  margin-bottom: 20px;
}
.f-title span {
  font-weight: 900;
}

.best-qualityback {
  position: relative;
  margin: 30px 0px;
}

.moov {
  position: absolute;
  animation: spin 4s linear infinite;
  left: 0;
  top: 50%;
  width: 12%;
}

.best-qualityback .left {
  position: absolute;
  left: 0;
  top: 0;
}
.best-qualityback .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13%;
}

.best-quality {
  margin-top: 20%;
}

.blogItem02 {
  position: relative;
  background: #fff;
  border-radius: 20px;
  font-family: "Spartan", sans-serif;
  box-shadow: 10px 10px 77px 0 rgb(54 53 53 / 28%);
  margin-top: 30px;
}

.blogThumb {
  position: relative;
  margin-top: 103px;
}
.blogThumb:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.blogItem02 .blogThumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.blogItem02 .blogContent {
  padding: 22px 15px;
}
.blogItem02:hover .blogThumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.arrow {
  position: absolute;
  top: 70%;
  right: 0px;
}

.blog-title {
  font-size: 17px;
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  color: #000;
  line-height: 25px;
}

.recipeback {
  /* background: #f7f5f0; */
  padding: 40px 0px 60px;
  position: relative;
  background-image: linear-gradient(#fff, #efe9e9, #f7f5f0);
}
.recipeback .left {
  position: absolute;
  left: 0px;
  top: 0px;
}

.recipeback .right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.recipeback .bottom {
  position: absolute;
  right: 0px;
  bottom: -126px;
  width: 290px;
}

.recipebase {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 30px;
}

.r-work {
  margin-top: 30px;
}

.recipe-title {
  font-family: "League Spartan", sans-serif;
  color: #000;
  font-size: 30px;
  margin-bottom: 15px;
}

@keyframes floatingx {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(15px, 0);
  }
  to {
    transform: translate(0, -0px);
  }
}

.floating1 {
  animation-name: floatingx;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.floating2 {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 5px;
}

.infraback {
  position: relative;
  /*display: flex;*/
  flex-wrap: wrap;
}

.featured-iconbox {
  display: flex;
  margin-top: 40px;
}
.featured-icon i {
  height: 62px;
  width: 62px;
  line-height: 62px;
  text-align: center;
  border: 2px dotted #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 25px;
}
.featured-content {
  padding-left: 10%;
}
.featured-content h4 {
  font-size: 20px;
  margin-top: 0px;
  color: #fff;
}
.countdown {
  width: 50%;
  padding-right: 10%;
}
.infra-img {
  width: 50%;

  /* box-shadow: 10px 10px #000; */
  box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 26%);
  border-radius: 10px;
}

.fun-fact {
  border-top: 2px solid #111;
  padding-top: 20px;
  margin-top: 20px;
}

.countdown li {
  list-style: none;
}
.count {
  display: flex;
  color: #000;
}
.number {
  position: relative;
  padding-right: 5%;
}
.number i {
  color: #62a403;
  text-shadow: 7px 5px 5px #72bc09;
}

.count span {
  font-size: 54px;
  line-height: 50px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #fac904;
}
.count p {
  font-size: 17px;
  font-family: "League Spartan", sans-serif;
  margin: 0px;
}
.infrabottom {
  display: flex;
  align-items: center;
}

.align-self-end {
  align-self: flex-end !important;
  margin-left: -155px;
  margin-top: 85px;
}

footer {
  background: url(../img/conback.html) no-repeat;
  background-size: cover;
  margin-top: 50px;
  position: relative;
  background: -webkit-linear-gradient(-45deg, #0e6f5e 0%, #0c574a 100%);
  background: #181818;
}

.f-head {
  margin-bottom: 50px;
  margin-top: 50px;
}

.f-head h1 {
  font-size: 21px;
  margin-top: 0px;
  padding-bottom: 6px;
  font-weight: 400;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  font-family: "League Spartan", sans-serif;
}

.f-head h1:before {
  position: absolute;
  content: "";
  width: 10%;
  height: 1px;
  background: #fff;
  left: 0px;
  bottom: 0px;
}

.f-widget2 h2 {
  color: #62a403;
  font-size: 25px;
  font-weight: 700;
}

.f-widget2 h2 i {
  color: #62a403;
}

.f-widget2 {
  padding: 0px;
  margin: 0px;
}
.wgt-social {
  padding-left: 0;
}

.wgt-social li {
  list-style: none;
  margin-bottom: 0;
}
.wgt-social li a {
  letter-spacing: 3px;
  font-weight: 400;
  /* font-family: Raleway; */
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}
.wgt-social li i {
  font-size: 16px;
  color: #62a403;
  /* padding-right: 5px; */
  width: 30px;
  background: #4b4b4b;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
  margin-right: 10px;
}

.copyright {
  padding: 15px 0px;
  position: relative;
  color: #fff;
  margin-top: 0px;
  background: #000;
}

.copyright::before {
  content: "";
  width: 100%;
  height: 16px;
  background-image: url("../img/ripped-paper-base.png");
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 10;
  background-size: auto;
}

.copyrights-text {
  margin: 0px;
  font-size: 14px;
}

.f-widget2 li {
  list-style: none;
  line-height: 25px;
  margin-bottom: 10px;
}

.f-widget2 li i {
  transition: 0.5s;
  color: #62a403;
  padding-right: 14px;
}

.f-widget2 li a,
.f-head p {
  color: #fff;
  font-size: 14px;
}

.f-head2 li {
  list-style: none;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 12px;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.f-head2 {
  padding: 0px;
}

.f-head2 li i {
  position: absolute;
  font-size: 18px;
  color: #62a403;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0px;
  text-align: center;
}

a#backToTop {
  width: 45px;
  height: 45px;
  opacity: 1;
  position: fixed;
  bottom: 5px;
  right: 2%;
  bottom: 0%;
  color: #ffffff;
  background: #000;
  border-radius: 27px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
}
.certificate img {
  width: 178px;
  border: 3px dashed #d6d6d6;
  padding: 20px;
  margin: 20px;
}

#layerslider_21 {
    position: relative;
    z-index: 1;   /* ✅ pehle background rahega */
}

.main-content { 
    position: relative;
    z-index: 2;   /* ✅ baaki ka content upar rahega */
}

/* Slider container */
.slider {
  position: relative;
  max-width: 100%;
  height: 500px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

/* Slides wrapper */
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%;
}

/* Each slide */
.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* Navigation buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}

.prev { left: 15px; }
.next { right: 15px; }

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Navbar / Header ke niche slider start hoga */
.slider, 
.carousel, 
#mySimpleSlider {
  margin-top: 100px;  /* apne header ki height ke hisaab se adjust karo */
}

.director-message {
    max-width: 800px;   /* Text ko ek limit ke andar rakhega */
    margin: 20px auto;  /* Center align karega */
    padding: 15px 20px; /* Thoda space left-right aur top-bottom */
    line-height: 1.8;   /* Line ke beech me gap */
    text-align: justify; /* Text ko left-right dono taraf sahi karega */
    font-size: 16px;     /* Readable size */
        margin-left: -113px;

}
.director-message strong {
    font-weight: bold;  /* Important words ko bold karega */
}



/* Hover Effect */
.logo-item img:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
  border-color: #147cab; /* highlight color */
}

/* Marquee Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform:
  }
  
  .team-section {
    text-align: center;
    padding: 40px 20px;
}

.team-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.team-member {
    flex: 0 0 25%; /* 4 members per row desktop */
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

.team-member img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #147cab;
    border: none;
    color: white;
    font-size: 24px;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.carousel-btn.prev {
    left: 10px;
}
.carousel-btn.next {
    right: 10px;
}



/* ✅ Responsive Design */
@media (max-width: 1024px) {
    .team-member {
        flex: 0 0 33.33%; /* 3 per row */
    }
}

@media (max-width: 768px) {
    .team-member {
        flex: 0 0 50%; /* 2 per row */
    }
}

@media (max-width: 480px) {
    .team-member {
        flex: 0 0 100%; /* 1 per row (mobile full width) */
    }
    
    @media (max-width: 480px) {
    .team-member {
        flex: 0 0 100%; /* 1 per row (mobile full width) */
    }
}

/* Mobile version ke liye */
@media (max-width: 768px) {
  .pro-fec li {
    background-image: none !important;
    background: none !important;
  }
}



