.google-reviews-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.google-review {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    flex: 1 1 calc(33.333% - 10px);
    display: flex;
    flex-direction: column;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.review-meta {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.review-author {
    font-weight: bold;
}

.review-rating {
    margin-top: 5px;
}

.review-rating .star {
    color: #ffd700;
    font-size: 18px;
}

.review-rating .star.empty {
    color: #e0e0e0;
}

.google-review-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.google-logo img {
    width: 64px;
    height: 64px;
}

.review-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.average-rating {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 2px;
}

.average-rating .star {
    color: #ffd700;
    font-size: 24px;
}

.average-rating .star.empty {
    color: #e0e0e0;
}

.average-rating-text {
    color: #555;
}


/* Responsive Design */

@media (max-width: 1024px) {
    .google-review {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .google-review {
        flex: 1 1 100%;
    }
}
.av-milestone.active .av-milestone-title  {
  color:#d2ab67 !important;
}
.av-milestone.active .milestone_icon {
  color:#083f88 !important;
}
.av-milestone.active .milestone_icon > .av-milestone-icon-inner {
  background-color:#fff !important;
}

.responsive body.page-id-978 {
    overflow-x: visible;
}

.page-id-978 #wrap_all {
    overflow: visible !important;
	position:relative !important;
}

#sticky-section {
  position: relative !important;
  display: flex !important;
}
.sticky-left {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px !important; 
  align-self: flex-start !important;
  z-index: 10 !important;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#howworksIcon {
  animation: spin 3s linear infinite;
}
