/*Begin middle section*/
/* Partner Circle */
.partner-circle {
    width: 80px;
    height: 80px;
    border: 2px solid #7aa75d;
    color: #7aa75d;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 4px #ccc;
  }
  
  /* Stats Card */
  .stats-card {
    background: 
      linear-gradient(rgba(255, 255, 255, 0.7), rgba(255,255,255,0.7)), 
      url('../images/fertilizers-hero.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
  
  /* Stats Card Background */
  .stats-card::before {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    border-radius: .25rem;
  }
  
  /* Stats Card Blocks */
  .stats-card .stat-block {
    position: relative;
    z-index: 1;
  }
  
  /* Stats Card Blocks */
  .stat-circle {
    background: white;
    color: green;
    font-weight: bold;
    font-size: 18px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Stats Card Blocks */
  .stat-label {
    font-weight: bold;
    color: #fcdc04;
    font-size: 14px;
  }
  
  
  /* Google Maps full card styling */
  .card iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
  /*End middle section*/
  
  /*Begin Video Carousel*/
  /* Video Carousel */
  #videoCarousel {
    height: 50vh;
    overflow: hidden;
    position: relative;
  }
  
  /* Video Carousel Indicators */
  #videoCarousel .carousel-indicators {
    position: static;
    margin-top: 10px;
    margin-bottom: 0;
    justify-content: center;
  }
  
  /* Video Carousel Item */
  #videoCarousel .carousel-item {
    height: 100%;
  }
  
  /*End Video Carousel*/

  #locations-map {
    height: 500px !important;
    width: 100% !important;
    border-radius: 8px;
    border: 1px solid #ddd;
    z-index: 1;
}
#location-map {
    height: 300px !important;
    width: 100% !important;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.salesPointDetails {
    min-height: 300px;
}
.map-section {
    overflow: hidden;
}
  
  