.elementor-68 .elementor-element.elementor-element-0b445d5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68 .elementor-element.elementor-element-89473af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-41e4bc8 *//* Paste this CSS in Elementor Custom CSS or in your theme's style.css */

.reptile-carousel {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  max-width: 800px;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  background: linear-gradient(135deg, #00ff87 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.7));
  line-height: 1.2;
}

.slide-description {
  font-size: 1.2rem;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  font-weight: 300;
}

/* Navigation Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #ffffff;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  backdrop-filter: blur(5px);
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

/* Dots Navigation */
.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 3;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.dot.active {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.3);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .carousel-container {
    height: 400px;
    border-radius: 0;
  }

  .slide-title {
    font-size: 3rem;
  }

  .slide-description {
    font-size: 1rem;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }

  .carousel-prev {
    left: 10px;
  }

  .carousel-next {
    right: 10px;
  }

  .carousel-dots {
    bottom: 15px;
    gap: 10px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  .carousel-container {
    height: 350px;
    border-radius: 0;
  }

  .slide-content {
    padding: 15px;
  }

  .slide-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .slide-description {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .carousel-arrow {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }

  .carousel-prev {
    left: 8px;
  }

  .carousel-next {
    right: 8px;
  }

  .carousel-dots {
    bottom: 12px;
    gap: 8px;
  }

  .dot {
    width: 8px;
    height: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73ee694 *//* Paste this CSS in Elementor Custom CSS or in your theme's style.css */

.features-section {
  width: 100%;
  padding: 40px 20px;
  background: transparent;
  position: relative;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: transparent;
  padding: 20px;
  text-align: center;
  border: none;
  box-shadow: none;
}

.feature-card::before {
  display: none;
}

.feature-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 15px;
  background: #098301;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon::after {
  display: none;
}

.feature-icon svg {
  width: 35px;
  height: 35px;
  color: #ffffff;
  stroke-width: 2.5;
  z-index: 1;
  position: relative;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.feature-description {
  display: none;
}

/* Tablet Responsive */
@media (max-width: 968px) {
  .features-section {
    padding: 30px 20px;
  }

  .features-container {
    gap: 25px;
  }

  .feature-card {
    padding: 15px;
  }

  .feature-title {
    font-size: 1.4rem;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .features-section {
    padding: 25px 15px;
  }

  .features-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-card {
    padding: 15px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-icon svg {
    width: 30px;
    height: 30px;
  }

  .feature-title {
    font-size: 1.3rem;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .features-section {
    padding: 20px 15px;
  }

  .features-container {
    gap: 12px;
  }

  .feature-card {
    padding: 12px;
  }

  .feature-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }

  .feature-icon svg {
    width: 28px;
    height: 28px;
  }

  .feature-title {
    font-size: 1.2rem;
  }
}/* End custom CSS */