/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    min-height: 100vh;
}

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
  padding: 20px; /* Reduced padding from 30px to 20px */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 0; 
  border: none; 
}

.owl-carousel .owl-item .card .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: green;
  padding: 0.3rem 0.4rem;
  margin-top: 20px;
}

.owl-carousel .owl-item .card {
  padding: 20px; /* Reduced padding from 30px to 20px */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

.popup{
  z-index: 99;
  background-color: #2a2a2a;
  opacity: .97;
  max-height: auto;
  width: 100%;
  height: 100vh;
  padding: 30px 40px;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 60%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  display: none; 
  text-align: center;
}
.popup #contactForm { 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  padding: 2em;
  width: 400px;
  text-align: center;
  background: rgb(231, 230, 230);
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%) 
}

.popup input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border: #fff;
  border-radius: 5px;
  background:#fff;
  background-size: 100% 200%;
  background-position: 0 2.5%;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
.popup textarea { height: 80px; resize: none; }

.popup .formBtn { 
  width: 140px;
  display: inline-block;
  background: rgb(76, 189, 78);
  color: #fff;
  font-weight: 300;
  font-size: 1em;
  border: 1px solid;
  height: 30px;
}


.popup button{
  display: block;
  margin:  0 0 0 auto;
  background-color: transparent;
  font-size: 30px;
  color: #ffffff;
  background: #111;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 425px) {
  .popup #contactForm{
    width: 350px;
  }
}
@media (max-width: 325px) {
  .popup #contactForm{
    width: 300px;
  }
  .popup input, textarea { 
    width: 230px;
  }
}


section {
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #32CD32 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  transition: 0.5s;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin: 1em 0;
}
p {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: none;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: none;
  color: #32CD32;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.about .container #customers {
  font-family: "Century Gothic";
  border-collapse: collapse;
  width: 100%;
}

.about .container #customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.about .container #customers tr:nth-child(even){background-color: #f2f2f2;}

.about .container #customers tr:hover {background-color: #ddd;}

.about .container #customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}


/* :: 18.0 Breadcumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 10;
  width: 100%; }
  .breadcrumb-area .top-breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 350px; }
    .bg-img {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .top-breadcrumb-area {
        height: 220px; } }
    .breadcrumb-area .top-breadcrumb-area h2 {
      margin-top: 132px;
      font-size: 36px;
      color: #ffffff;
      margin-bottom: 0;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area .top-breadcrumb-area h2 {
          margin-top: 112px;
          font-size: 30px; } }
  .breadcrumb-area .breadcrumb {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent; }
    .breadcrumb-area .breadcrumb .breadcrumb-item {
      font-size: 16px;
      color: #b7b7b7;
      text-transform: capitalize; }
      .breadcrumb-area .breadcrumb .breadcrumb-item a {
        text-transform: capitalize;
        font-size: 16px;
        color: #303030; }
        .breadcrumb-area .breadcrumb .breadcrumb-item a:hover, .breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
          color: #70c745; }
    .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #303030;
      content: ">";
    }

/* Testimonials Section Styles */
.testimonials {
  padding: 60px 0;
  background-color: #1e830a;
  margin-top: 4rem;
}

.testimonials h4 {
  color: #fff;
}

.testimonials h6 {
  color: #fff;
}

.testimonials .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.testimonials .section-heading .stars {
  width: 12rem;
  margin: 1rem 0;
}

.testimonials .section-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #70c745;
  margin: 10px auto 0;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px; 
  margin-bottom: 10px;
}

.testimonial-card {
  padding: 20px; 
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  opacity: 1;
  transition: transform 0.3s, box-shadow 0.3s; 
  background: linear-gradient(#f9f9f9, #ffffff);
  margin: 15px;
  border: 2px solid green; 
  height: auto; /* Set height to auto to depend on content */
  min-height: 300px; /* Ensure a minimum height */
}

.testimonial-card:nth-child(odd) {
  margin-top: 30px; 
}

.owl-carousel .owl-item.center .testimonial-card {
  transform: scale(1.1); 
  z-index: 1; 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background: linear-gradient(#ccffcc, #ffffff);
}

.testimonial-card:hover {
  background: linear-gradient(#f9f9f9, #ffffff); /
}

.testimonial-card .img-card {
  position: relative;
  margin-bottom: 20px;
  height: 85px; 
  width: 85px;  
  border-radius: 50%; 
  overflow: hidden; 
}

.testimonial-card img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 50%; 
  border: 5px solid green; 
}

.testimonial-card .testimonial {
  margin-top: 15px; /* Reduced margin-top from 20px to 15px */
  font-size: 0.85rem; /* Reduced font-size from 0.9rem to 0.85rem */
  color: #333;
  flex-grow: 1;
}

.testimonial-card .name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 8px;
  color: green;
}

/* Owl Carousel Styles */
.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.center .testimonial-card {
  transform: scale(1.1); 
  z-index: 1; 
}

.owl-carousel .owl-item .card {
  padding: 20px; /* Reduced padding from 30px to 20px */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 40px;
}

.owl-carousel .owl-item img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 0; 
  border: none; 
}

.owl-carousel .owl-item .card .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: green;
  padding: 0.3rem 0.4rem;
  margin-top: 20px;
}

.owl-carousel .owl-item .card {
  padding: 20px; /* Reduced padding from 30px to 20px */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  border-radius: 2px !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  opacity: 1;
  transform: translateY(2px);
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}

@media(max-width: 360px) {
  .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}

/* Scroll up button */
.scroll-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  opacity: 0.5;
  width: 4rem;
  height: 4rem;
}

.scroll-btn:hover {
  background-color: green;
}

.cto {
  display: flex;
  gap: 1rem;
}

.cto-margin {
  margin: 1rem 0;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.accordion-button {
  padding: 20px 0;
  font-weight: 600;
  color: #333;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 0 0 20px 0;
}

.parallax {
  /* The image used */
  background-image: url("../images/parallax-bg.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 26rem;
  margin: 8rem 0;
  text-align: center;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax span {
  color: #fff;
  font-size: 3rem;
}

@media screen and (max-width: 1370px) and (min-width: 768px) {
  .parallax {
    margin: 4rem 0;
    padding: 0 6rem;
  }
  
  .parallax span {
    color: #fff;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .parallax {
    margin: 4rem 0;
    padding: 0 6rem;
  }
  
  .parallax span {
    color: #fff;
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .parallax {
    margin: 4rem 0;
    padding: 0 6rem;
  }
  
  .parallax span {
    color: #fff;
    font-size: 1.8rem;
  }
}

/* animating texts */
.text-container {
  position: relative;
}

.text-container h1 {
  color: #303030;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.text-container h1 span.prefix {
  font-size: 2rem;
  position: relative;
  transition: color 0.3s ease;
}

.message {
  /* background: linear-gradient(45deg, #a8d8ea, #aa96da); */
  color: #32CD32;
  display: block;
  font-weight: 600;
  overflow: hidden;
  position: absolute;
  /* padding: 0.2rem 1rem; */
  left: 200px;
  animation: openclose 8s ease-in-out infinite;
  height: 4.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.word1, .word2, .word3, .word4 {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 4.5rem;
}

.message .word1 { animation: word-animation 8s infinite; }
.message .word2 { animation: word-animation 8s infinite 2s; }
.message .word3 { animation: word-animation 8s infinite 4s; }
.message .word4 { animation: word-animation 8s infinite 6s; }

@keyframes word-animation {
  0%, 5% { opacity: 0; }
  10%, 22% { opacity: 1; }
  27%, 100% { opacity: 0; }
}

@keyframes openclose {
  0% { top: 0; width: 0; }
  5% { width: 0; }
  10% { width: 285px; }
  20% { top: 0; width: 285px; }
  25% { top: 0; width: 0; }
  30% { top: 0; width: 0; }
  35% { top: 0; width: 285px; }
  45% { top: 0; width: 285px; }
  50% { top: 0; width: 0; }
  55% { top: 0; width: 0; }
  60% { top: 0; width: 285px; }
  70% { top: 0; width: 285px; }
  75% { top: 0; width: 0; }
  80% { top: 0; width: 285px; }
  90% { top: 0; width: 285px; }
  95% { top: 0; width: 0; }
  100% { top: 0; width: 0; }
}

@media (max-width: 768px) {
  .text-container h1 {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .prefix {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .message {
    position: initial;
    text-align: center;
  }
  .text-container h1 {
    text-align: left;
  }
}

/* achievements section */
.bg-light {
  height: initial;
}

.bg-light h3 {
  margin: initial;
}

.bg-light .card {
  padding: .5rem;
}

.green-text h3 {
  color: #2aaa2a;
}

