﻿@media (max-width: 992px) {
    .hero-img {
        height: 400px;
    }
}

.hero-content {
    top: 80px;
    left: 80px;
}

.btn-green {
    background-color: #7ab730;
    color: white;
    border: 1px solid #7ab730;
}

@media (max-width: 992px) {
    .hero-content {
        top: 40px;
        left: 20px;
        text-align: center;
        width: calc(100% - 40px);
    }
}

.hero-subtitle {
    font-size: 2.5rem;
}

@media (max-width: 992px) {
    .hero-subtitle {
        font-size: 1.5rem;
    }
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    animation: ping 1.2s infinite;
}

.section-title {
    color: #7ab730;
    font-weight: 700;
    padding-left: 30px;
}

.section-sub-title {
    color: black !important;
    padding-left: 30px;
}

.border-left-green {
    border-left: 4px solid #7ab730;
}

.active-btn-about {
    background-color: #7ab730 !important;
    color: #fff !important;
    font-weight: 500 !important;
    border: none;
    width: 35%;
}

.unactive-btn-about {
    color: #7ab730 !important;
    font-weight: 500 !important;
    border: none;
    width: 35%;
}

    .active-btn-about:focus,
    .active-btn-about:active,
    .active-btn-about:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    .unactive-btn-about:focus,
    .unactive-btn-about:active,
    .unactive-btn-about:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

#multiCardCarousel .carousel-inner {
    overflow: hidden;
}

.cards-wrapper {
    transition: transform 0.5s ease;
}

.card-item {
    min-width: 23%;
    transition: 0.3s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ;
}

.card-item:hover {
    transform: translateY(-5px);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

.pricing-card {
    position: relative;
    height: 600px;
    padding: 40px 30px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: 0.3s;
}

.pricing-price {
    background-color: #7AB730;
    color: white;
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
}

.pricing-price-black {
    background-color: #000;
    color: white;
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
}

.pricing-btn {
    position: absolute;
    background-color: #7AB730;
    color: white;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 15px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

#teamCarousel .cards-wrapper {
    transition: transform 0.6s ease;
}

.team-slider {
    width: 100%;
}

.team-track {
    transition: transform 0.6s ease;
}

.testimonial-section {
    background-size: cover;
    height: 400px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}


.map-wrapper iframe {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .map-wrapper iframe {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .map-wrapper iframe {
        height: 450px;
    }
}
