.avo-text {
    color: #d8c326; /* Original text color */
    font-weight: bold; /* Bold text */
    font-size: 1.3em; /* Slightly larger font size */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); /* Sharper shadow for more impact */
    letter-spacing: 1px; /* Increased letter spacing for clarity */
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Smooth transition effects */
}

.avo-text:hover {
    color: #f0e72b; /* Lighter color on hover for a sharp contrast */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9); /* More pronounced shadow on hover */
}


.avo-it-text {
    color: #d8c326; /* Original text color */
    font-weight: bold; /* Bold text */
    font-size: 1.3em; /* Slightly larger font size */

    letter-spacing: 1px; /* Increased letter spacing for clarity */
    transition: color 0.3s ease, text-shadow 0.3s ease; /* Smooth transition effects */
}

.avo-text:hover {
    color: #f0e72b; /* Lighter color on hover for a sharp contrast */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9); /* More pronounced shadow on hover */
}



.feature-one__carousel {
    position: relative;
    display: block;
  }

  .feature-one__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }


.feature-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -71px;
    right: 0px;
    left: 0;
    margin: 0 !important;
  }

  .feature-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 10px;
    background: #a58d03;
    opacity: 0.4;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
  }

  .feature-one__carousel.owl-carousel .owl-dot.active {
    background: var(--conult-base);
    opacity: 1;
    height: 20px;
  }

  .feature-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
  }

  .feature-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
  }





  .news-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -71px;
    right: 0px;
    left: 0;
    margin: 0 !important;
  }

  .news-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 10px;
    background: #a58d03;
    opacity: 0.4;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
  }

  .news-one__carousel.owl-carousel .owl-dot.active {
    background: var(--conult-base);
    opacity: 1;
    height: 20px;
  }

  .news-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
  }

  .news-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
  }

  .news-slider {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    width: 100%;
}

.news-item {
    flex: 0 0 calc(33.33% - 20px); /* 3 items per row with some spacing */
    margin-right: 20px;
    box-sizing: border-box;
    min-height: 250px; /* Adjust as needed for square shape */
}

.news-one__single {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



