@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

:root {
  --yellow: #dcb555;
  --blue: #032c53;
  --orange: #c7842c;
  --green: #426730;
  --dark-green: #012b1f;
}

body {
  background: url(../img/export-page/banner/leafs.jpg);
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0;
}

ul li {
  list-style: none;
}

.img {
  height: 90px;
}

#main img {
  width: -webkit-fill-available;
  height: auto;
}

section {
  padding: 50px 0px;
}

.section-head .heading {
  text-align: center;
  color: #0f3627;
  margin-bottom: 50px;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
  font-size: 32px;
}

@media screen and (max-width:767px) {
  .section-head .heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
}




/* fixed icon css start */
/* fixed icon start */
.whatsapp-icon,
.phone-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 20px;
  z-index: 100;
}

.whatsapp-icon {
  right: 2%;
}

.phone-icon {
  left: 2%;
}

.whatsapp-icon img,
.phone-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.whatsapp-icon img:hover,
.phone-icon img:hover {
  transform: scale(1.1);
  /* transform: translateZ(0.5s); */
}

@media (max-width: 768px) {
  .whatsapp-icon {
    right: 0%;
  }

  .phone-icon {
    left: 0%;
  }
}

/* fixed icon end */
/* fixed icon css end */

/* landing page css start */
/* ----------------------- landing banner css start here ------------------------------------------------------------------------ */

.landing-banner {
  height: 100vh;
  padding: 80px 0px;
  background: radial-gradient(#000000, #00000010, #00000010), url(../img/export-page/landingbanner/landing-banner-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.landing-banner .banner-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.landing-banner .logo-img1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;

  filter: brightness(120%) drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.landing-banner .logo-img1 img {
  height: 300px;
  width: 100%;
}

.landing-btns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-btns ul li {
  font-weight: 600;
  font-size: 20px;
  font-size: 18px;
  padding: 10px 30px;
  margin: 0px 20px;
  border-radius: 10px;
  background: #213d1d;
}

.landing-btns ul li a {
  display: inline-block;
  width: 100%;
  letter-spacing: 2px;
  color: var(--dark-green);
  box-shadow: 5px 5px 10px rgba(56, 55, 55, 0.5);
}

/* fixed icons css start */
.fix-icons {
  position: fixed;
  top: 0%;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fix-icons .facebook-icon,
.insta-icon,
.twitter-icon,
.linkedin-icon {
  margin: 20px;
}

.fix-icons a {
  background: #c7842c;
  padding: 7px 12px;
  border-radius: 50%;
  color: var(--dark-green);
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* responsive landing page css start====================================================================== */
@media screen and (max-height: 400px) {
  .landing-banner {
    height: 100%;
  }

  .landing-banner .logo-img1 img {
    height: 100%;
    width: 250px;
  }

  .fix-icons {
    position: fixed;
    top: 12%;
  }
}

@media screen and (max-width: 767px) {
  .landing-banner {
    height: 100vh;
  }

  .landing-banner .logo-img1 {
    margin-bottom: 40px;
  }

  .landing-banner .logo-img1 img {
    height: 100%;
    width: 300px;
  }

  .landing-btns ul {
    display: flex;
    flex-wrap: wrap;
  }

  .landing-btns ul li {
    font-size: 18px;
    padding: 12px 40px;
    margin-bottom: 20px;
  }

  .landing-btns ul li a {
    letter-spacing: 1px;
  }

  .fix-icons {
    display: none;
  }
}

@media screen and (max-width: 460px) {
  .landing-banner {
    height: 100vh;
    padding: 80px 0px;
  }

  .landing-banner .logo-img1 {
    margin-bottom: 20px;
  }

  .landing-banner .logo-img1 img {
    height: 100%;
    width: 250px;
  }

  .landing-btns ul {
    display: flex;
    flex-wrap: wrap;
  }

  .landing-btns ul li {
    font-size: 18px;
    padding: 10px 30px;
    margin-bottom: 20px;
  }

  .landing-btns ul li a {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 390px) {
  .landing-btns ul li {
    font-size: 14px;
    padding: 8px 22px;
    margin-bottom: 20px;
  }
}

/* responsive landing page css end================================================================================= */
/* landing page css end----------------------------=======================----------------------------------------------------- */







/* export page start */
/* navbar start */


.navbar-brand img {
  width: 210px;
  /* filter: brightness(1.5) !important; */
}

.navbar-toggler i {
  font-size: 28px;
}

/* .navbar-toggler img{
    width: 20px;
} */

@media(max-width: 768px) {

  .navbar-brand img {
    width: 130px !important;
  }

  .nav-line {
    width: 50px !important;
  }

}

.nav-icon {
  display: flex;
  gap: 17px;
}

.nav-icon a i {
  color: #000;
  font-size: 18px;
}

.nav-icon a i:hover {
  color: var(--orange);
}

.navbar {
  padding: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 0px !important;
  background: linear-gradient(to right, #000000, #426730d8);

}

.nav-link {
  color: #ffffff !important;
  font-size: 17px;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--orange);
  color: #fff;
}

.nav-item .nav-link {
  font-weight: 500;
  padding-bottom: 0px !important;
}

.nav-line {
  height: 3px;
  width: 0px;
  background-color: var(--orange);
  /* display: none; */
  opacity: 0;
  transition: width 0.5s ease-in-out;


}

.navbar-logo {
  width: 150px;
  display: none;
}

@media(max-width: 768px) {
  .nav-icon {
    display: none;
  }

  .navbar-logo {
    display: block;
    width: 130px;
  }

  .logo {
    display: none;
  }
}

.nav-link:hover {
  color: var(--orange);
}

.nav-item:hover .nav-line {
  opacity: 1;
  width: 100%;
  height: 3px;
  background-color: var(--orange);
}


.carousel-item img {
  width: 100% !important;
}

/* navbar end */
/* export page end */




/* products start */
.products {
  background: url(../img/export-page/banner/leafs.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.produt-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

.produt-card a {
  text-decoration: none;
  color: #fff;
}

.product-image {
  position: relative;
}

.product-image img {
  transition: 0.5s ease-in-out;
}

.product-image .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: var(--green);

}

.product-image .product-content h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.produt-card a:hover .product-image img {
  transform: scale(1.06);
}



/* ARRIVING SOON START */
/* .arriving-soon {
  background-color: #99bb89;
} */

.comming-soon-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  /* box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px; */
  margin: 10px;
}

.owl-carousel .owl-item {
  border-radius: 20px !important;
}

.comming-image {
  position: relative;
  overflow: hidden;
}

.comming-image img {
  overflow: hidden;
  border-radius: 20px;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000059;
  backdrop-filter: blur(1px);
}

.overlay-text marquee {
  background-color: #ffffffc2;
  padding: 10px 0px;
  color: var(--dark-green);
  font-weight: 700;
}

.overlay-text marquee h3 {
  font-size: 18px;
  margin-bottom: 0;
}

/* ARRIVING SOON END */
/* products end */



/* upcomming section start */
/* === Owl-Carousel nav arrow styling for .comming-soon-carousel === */
.comming-soon-carousel {
  position: relative;
  /* keeps arrows positioned to this slider */
}

/* shared look for both arrows */
.comming-soon-carousel .owl-nav button.owl-prev,
.comming-soon-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  /* dark glassy circle */
  border: none;
  color: #fff;
  /* Font Awesome icon colour */
  font-size: 1.35rem;
  /* icon size */
  line-height: 42px;
  /* vert-centre icon */
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease;
  z-index: 10;
  /* keep above slides */
}

/* position left & right */
.comming-soon-carousel .owl-nav button.owl-prev {
  left: -10px;
}

.comming-soon-carousel .owl-nav button.owl-next {
  right: -10px;
}

/* hover / focus state */
.comming-soon-carousel .owl-nav button.owl-prev:hover,
.comming-soon-carousel .owl-nav button.owl-next:hover,
.comming-soon-carousel .owl-nav button.owl-prev:focus,
.comming-soon-carousel .owl-nav button.owl-next:focus {
  background: #ff6d00;
  /* accent colour on hover */
  outline: none;
  /* remove default focus ring */
}

/* optional subtle drop-shadow for depth */
.comming-soon-carousel .owl-nav button.owl-prev,
.comming-soon-carousel .owl-nav button.owl-next {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.upcomming-content {
  margin-top: 20px;
}

.upcomming-content p {
  text-align: center;
  font-size: 18px;
}

/* upcoming section end */






/* about us start */
.about-us-text {
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100%;
  flex-direction: column;
}

.about-us-text h3 {
  color: var(--dark-green);
  font-size: 39px;
}

.about-us-text p {
  color: var(--dark-green);
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
}

.vision-forward {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.vision-forward h2 {
  /* font-weight: 600; */
  color: var(--dark-green);
  position: relative;
}

.vision-forward h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100px;
  background-color: var(--dark-green);
}

.vision-forward p {
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-green);
}

.read-btn {
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: var(--dark-green) !important;
  border: 1px solid #fff;
  transition: 0.5s ease-in-out;
}

.read-btn:hover {
  background: var(--dark-green);
  color: #fff !important;
  border: 1px solid var(--dark-green);
}

.about-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
}

.about-logo img {
  filter: drop-shadow(0 2px 6px rgb(0, 0, 0));
}

.mission-vision {
  margin-top: 40px;
}

.who-we-are h2 {
  color: var(--dark-green);
  font-weight: 500;
  position: relative;

}

.who-we-are h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100px;
  background-color: var(--dark-green);
}

.who-we-are p {
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.who-we-are p strong {
  color: var(--dark-green);
}

.mission {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: none;
  border: 2px solid var(--dark-green);
  padding: 5px;
  border-radius: 10px;
  min-height: 250px;
  max-height: 250px;
}

.mission img {
  height: 80px;
}

.mission p {
  text-align: center;
  color: #000;
  font-weight: 500;
}

@media(max-width:768px) {
  section {
    padding: 30px 0px;
  }

  .about-us-text h3 {
    font-size: 26px;
  }
}

/* about us end */






/* why us start */

/* why-choose-us css start */
/* .why-choose-us{
  background-color: #99BB89;
} */
.left-side,
.right-side {
  position: relative;
  z-index: 1;
}

.left-side .why-choose-text-left-1 {
  position: absolute;
  top: 20%;
  right: -18%;
}

.left-side .why-choose-text-left-2 {
  position: absolute;
  top: 60%;
  right: -30%;
}

.left-side h3 {
  font-size: 20px;
}

.left-side p {
  /* color: rgb(255, 255, 255); */
  color: var(--dark-green);
  font-weight: 550;
  font-size: 14px;
}

.left-side .why-choose-img-left {
  /* width: 150; */
  background: #e1d761;
  border-radius: 50%;
  padding: 23px 23px;
}

.right-side .why-choose-text-right-1 {
  position: absolute;
  top: 20%;
  left: -20%;
}

.right-side .why-choose-text-right-2 {
  position: absolute;
  top: 60%;
  left: -25%;
}

.right-side h3 {
  font-size: 20px;
}

.right-side p {
  /* color: rgb(255, 255, 255); */
  color: var(--dark-green);
  font-weight: 550;
  font-size: 14px;
}

.right-side .why-choose-img-right {
  background: #e1d761;
  border-radius: 50%;
  padding: 22px 23px;
}

.right-side .why-choose-img-right i {
  font-size: 25px;
}

.left-side .why-choose-img-left i {
  font-size: 25px;
}

.why-choose-img {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
  animation: why-center-img 2s ease-in-out alternate infinite;
}

.why-choose-img img {
  border-radius: 50%;
  width: 600px;
  height: 600px;
}

@keyframes why-center-img {
  0% {
    transform: translateY(3%);
    transition: 0.5s ease-in-out;
  }

  100% {
    transform: translateY(0%);
  }

  0% {
    transform: translateY(-3%);
    transition: 0.5s ease-in-out;
  }

  100% {
    transform: translateY(0%);
  }
}

/* ------------- end of why-choose-us css ---------------- */


@media screen and (max-width: 1120px) {
  .left-side .why-choose-text-left-1 {
    position: absolute;
    top: 10%;
    right: 10%;
  }

  .left-side .why-choose-text-left-2 {
    position: absolute;
    top: 50%;
    right: 10%;
  }

  .left-side h3 {
    font-size: 18px;
  }

  .right-side .why-choose-text-right-1 {
    position: absolute;
    top: 10%;
    left: 0%;
  }

  .right-side .why-choose-text-right-2 {
    position: absolute;
    top: 50%;
    left: 10%;
  }

  .right-side h3 {
    font-size: 18px;
  }

  .why-choose-img img {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 980px) {
  .left-side .why-choose-text-left-1 {
    position: absolute;
    top: 10%;
    left: 10%;
    text-align: right;
  }

  .left-side .why-choose-text-left-2 {
    position: absolute;
    top: 50%;
    left: 10%;
    text-align: right;
  }

  .left-side h3 {
    font-size: 18px;
  }

  .left-side .why-choose-img-left {
    display: none;
  }

  .right-side .why-choose-text-right-1 {
    position: absolute;
    top: 10%;
    left: 0%;
  }

  .right-side .why-choose-text-right-2 {
    position: absolute;
    top: 50%;
    left: 0;
  }

  .right-side h3 {
    font-size: 18px;
  }

  .right-side .why-choose-img-right {
    display: none;
  }

  .why-choose-img img {
    border-radius: 50%;
    width: 400px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .why-choose-img {
    display: none;
  }

  .left-side .why-choose-text-left-1 {
    position: relative;
    top: 0;
    left: 0;
  }

  .left-side .why-choose-text-left-2 {
    position: relative;
    top: 0;
    left: 0;
  }

  .right-side .why-choose-text-right-1 {
    position: relative;
    top: 0;
    right: 0;
  }

  .right-side .why-choose-text-right-2 {
    position: relative;
    top: 0;
    right: 0;
  }

  .left-side .why-choose-img-left {
    display: block;
    /* width: 100%; */
    padding: 15px 18px;
  }

  .right-side .why-choose-img-right {
    display: block;
    /* width: 100%; */

    padding: 15px 18px;
  }

  .left-side h3 {
    font-size: 16px;
  }

  .right-side h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  .why-choose-img {
    display: none;
  }

  .left-side .why-choose-text-left-1 {
    position: relative;
    top: 0;
    left: 0;
  }

  .left-side .why-choose-text-left-2 {
    position: relative;
    top: 0;
    left: 0;
  }

  .right-side .why-choose-text-right-1 {
    position: relative;
    top: 0;
    right: 0;
  }

  .right-side .why-choose-text-right-2 {
    position: relative;
    top: 0;
    right: 0;
  }

  .left-side h3 {
    font-size: 18px;
  }

  .right-side h3 {
    font-size: 18px;
  }
}

/* why us end */





/* contact */

/* contact start */
.contact-us-section {
  background: linear-gradient(to right, #ffffff00, #426730d5, #ffffff00);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-section {
  background-color: #426730;
  padding: 40px;
  display: flex;
  /* align-items: center; */
  justify-content: center;

}

.contact-sec-img img {
  border-radius: 5px;
}

.contact-sec-detail h2 {
  color: #fff;
  font-size: 17px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 14px;
}

.contact-sec-detail h3 {
  color: #fff;
  font-size: 20px;
}



.form {
  /* background-color: #00000056; */
  /* border: 1px solid #fff; */
  padding: 30px;
  /* border-radius: 5px; */
}

.form-head-dark input {
  background: none !important;
  border-radius: 50px;
  color: #fff !important;
}

.form-head-dark input::placeholder {
  color: #fff !important;
}

.form-head-dark textarea {
  background: none !important;
  color: #fff !important;
}

.form-head-dark textarea::placeholder {
  color: #fff !important;
}



.form-floating input {
  background: none !important;
  color: #fff !important;
}



.form-floating label {
  color: #fff !important;
}


@media(max-width: 768px) {
  .form {
    margin-bottom: 13px;
  }

  .contact-section {
    display: block;
    padding: 20px !important;
  }

  .contact-sec-detail h3 {
    font-size: 19px !important;
  }

}

.form-head-dark input {
  padding: 10px 25px;
}

.form-head-dark textarea {
  padding: 10px;
}



.submit-btn {
  padding: 10px;
  border: none;
  background-color: var(--orange);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

/* captcha start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../img/export-page/logo/captcha-bg.jpg);
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }

  .captchasep1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
  }
}

/* contact end */








/* blog css start */
.blogs {
  background-color: #eae7e7;
}

.blogs .blog-item a {
  padding: 5px 10px;
  /* background: #ebd616; */
  color: #264227;
  border-radius: 20px;
}

.blogs .blog-item h3 {
  font-size: 18px;
  padding: 15px 0px;
}

.blogs .blog-item h4 {
  font-size: 20px;
  color: #ada0a0;
}

.blogs .blog-item p {
  font-size: 14px;
}

/* -------------- end of blog css -------------- */



/* blog responsive css start */

@media screen and (max-width: 980px) {
  .blogs .blog-item img {
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 767px) {
  .blogs .blog-item a {
    padding: 5px 10px;
    /* background: #ebd616; */
    color: #264227;
    border-radius: 20px;
  }

  .blogs .blog-item h3 {
    font-size: 18px;
    padding: 15px 0px;
  }

  .blogs .blog-item h4 {
    font-size: 20px;
    color: #ada0a0;
  }

  .blogs .blog-item p {
    font-size: 14px;
  }
}


@media screen and (max-width: 460px) {
  .blogs .blog-item h3 {
    font-size: 14px;
  }

  .blogs .blog-item h4 {
    font-size: 16px;
  }
}

/* end of blog responsive css */







/* footer start */
.footer {
  background-color: #10311d;
}

.footer-logo a img {
  width: 250px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-para p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
}

.logo-icon a i {
  color: #fff;
  font-size: 20px;
}

.logo-icon {
  gap: 20px;
  display: flex;
}

.logo-icon a i:hover {
  color: var(--orange);
  transition: 0.4s ease-in-out
}

.quick-heading h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.quick-heading h1 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.quick-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 2;
}

.quick-links ul li {
  list-style: none;
}

.quick-links ul {
  padding-left: 0px;
}

.quick-links ul li:hover {
  transition: 0.5s ease-in-out;
  transform: translateX(17px);
}

.quick-links ul li a:hover {
  color: var(--orange);
  transition: 0.5s ease-in-out;
}

.contact-email p {
  color: #fff;
}

.contact-email p i {
  padding-right: 4px;
  font-size: 18px;
  color: var(--orange);
}


/* copyright */
.copyright-section {
  background-color: var(--green);
}

/* .main-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-section .right-side p,
.copyright-section .left-side p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
} */


/* by me */
.main-copyright {
  text-align: center;
}

.copyright-section .right-side p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal;
}
.copyright-section .right-side p span{
  font-weight: 500;
}
/* by me */

/* .left-side p a {
  text-decoration: none;
  color: #fff;
} */

@media (max-width: 768px) {
  /* .main-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .right-side p {
    text-align: start;
  } */

  .copyright-section .right-side p{
    font-size: 12px;
  }

  .logo-icon {
    margin-bottom: 20px;
  }

  .quick-heading {
    margin-top: 20px;
  }
}

/* footer end */










/* logistic service start */
/* .logistics {
  background: linear-gradient(to right, #ffffff75, #ffffff41), url(../img/logistics-page/about-imagess/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
} */

.logistics .content-left h2 {
  font-size: 24px;
  color: var(--dark-green) !important;
  font-weight: 600;

}

@media(max-width:768px) {
  .logistics .content-left h2 {
    font-size: 16px;
    color: var(--dark-green) !important;
    font-weight: 600;

  }
}

/* 
      .logistics .content-left {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
      } */

.logistics .content-left p {
  text-align: justify;
  font-size: 18px;
  color: var(--dark-green);
  font-weight: 500;
}

.suffering .suffer-question h2 {
  position: relative;
  margin-bottom: 50px;
  color: var(--dark-green);
}

.suffering .suffer-question h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 3px;
  width: 80px;
  background-color: var(--dark-green);
}

.suffering .suffer-question ul li {
  font-size: 22px;
  line-height: 65px;
  font-weight: 500;
  color: var(--dark-green);
}

.services-card {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
}

.services-card .service-overlay-text {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.services-card .service-overlay-text a {
  color: var(--dark-green);
  font-size: 18px;
  font-weight: 500;
}

@media(max-width:768px) {
  .suffering .suffer-question ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--dark-green);
  }

  .suffering .suffer-question h2 {
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
    color: var(--dark-green);
  }

  .logistics .content-left p {
    font-size: 14px;
  }
}

/* logistic service end */




/* contact page map design start */
.map {
  height: 400px;
  width: 100%;
  margin-top: 30px;
}

.map iframe {
  height: 100%;
  width: 100%;
}

/* contact page map design end */





/* subpage style start */
.subpage {
  background: linear-gradient(to right, #012b1f, #99BB89);
}

.subpage .sub-page-head {
  padding: 50px 0px;
}

.subpage .sub-page-head span {
  font-size: 25px;
  color: #fff;
}

.subpage .sub-page-head p {
  color: #fff;
}

@media(max-width:768px) {
  .subpage .sub-page-head {
    padding: 20px 0px;
  }

  .subpage .sub-page-head span {
    font-size: 18px;
    color: #fff;
  }

  .subpage .sub-page-head p {
    font-size: 14px;
    color: #fff;
  }

}

/* subpage style end */



/* blog detail start */
.blog-details {
  position: relative;
}

.blog-image {
  position: relative;
  margin-bottom: 20px;
}

.blog-image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--dark-green);
  padding: 10px;
}

.blog-image .date p {
  color: #fff;
  margin-bottom: 0;
}

.blog-content h1 {
  font-size: 30px;
}

.blog-content p {
  font-size: 18px;
}

.blog-content ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-details .recent-blog {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px dotted #000;
}

.blog-details .recent-link {
  text-decoration: none;
  color: #000;
  margin-bottom: 20px;
}

.blog-details .recent-blog .recent-content h3 {
  font-size: 16px;
}

.blog-details .recent-blog .recent-content p i {
  color: var(--dark-green);
}

.related-blog {
  position: sticky;
  top: 18%;
}

/* blog detail end */


/* enquiry page start */
.enquiry p {
  font-size: 18px;
  text-align: justify;
}
.enquiry .product-image{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.enquiry .product-image img{
  border-radius: 25px;
}
.enq-content{
  color: var(--dark-green);
}
.enq-content h2, .enq-content h3{
  color: var(--dark-green);
}
.enq-content strong {
  color: var(--dark-green);
}

.more-content p {
  font-size: 18px;
  text-align: justify;

}

.more-content ul li {
  font-size: 18px;
  line-height: 28px;
}

.enq-contact-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: var(--dark-green);
  border-radius: 10px;
  margin-bottom: 20px;
}

.enq-contact-details p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
}

.enq-contact-details a {
  text-decoration: none;
  color: #99BB89;
}

.enq-page-form {
  background-color: var(--dark-green);
  border-radius: 10px;
  padding: 20px 0px;
}

.enq-page-form h2 {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.enquire-now-btn {
  margin-top: 10px;
}

.enq-btn {
  border: 1px solid #99BB89;
  padding: 10px;
  background-color: #99BB89;
  color: var(--dark-green) !important;
  transition: 0.2s ease-in-out;
}

.enq-btn:hover {
  background-color: var(--dark-green);
  color: #99BB89 !important;

}


@media screen and (max-width:767px) {
  .enquiry .enq-content h1{
  font-size: 24px;
}
  .enquiry p {
  font-size: 14px;
  text-align: justify;
}
}

/* enquiry page end */


   .iti--separate-dial-code .iti__selected-flag {
        background: none;
      }

      .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
        background: none;
      }

      .iti--separate-dial-code .iti__selected-dial-code {
        color: #fff;
      }