:root {
    --primary-teal: #00d0a6;
    /* The bright green/teal color */
    --light-teal-bg: #eafffa;
    /* Background for highlighted column */
    --dark-blue: #1f2937;
    /* Dark buttons */
    --gray-text: #6b7280;
    --cross-red: #ff6b6b;
    --border-color: #f3f4f6;
}

.text-indigo-600 {
    color: var(--primary-teal);
}

@media screen and (max-width: 768px) {
    .hero-desktop-pic {
        display: none;
    }

    .hero-mobile-pic {
        display: block !important;
    }
}

/* Testimonials */


.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1),
        0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: var(--primary-teal);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12),
        0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 40px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #01CDB5;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #01CDB5;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/* Footer */

.footer-image img{
    width: 100%; 
    height: auto; 
    margin-bottom: -0.8vw;
}
@media (max-width: 1024px) {
    .footer-image img{
        margin-bottom: -5px;
    }
}


/* Features Table (why choose rev rocket) */

.rev-container {
    max-width: 1100px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.rev-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
}
.rev-red .rev-title {
    color: #858585;
    margin-top: 35px;
    margin-bottom: 30px;
}

.rev-wrapper {
    display: flex;
    gap: 25px;
}

.rev-column {
    flex: 1;
    padding: 30px;
    border-radius: 18px;
}

.rev-red {
    box-shadow: 0px 0px 7px 3px #e1e1e1;
}

.rev-green {
    background: var(--primary-teal);
    box-shadow: 0px 0px 7px 3px #e1e1e1;
}

.rev-icon {
    font-size: 18px;
    margin-right: 10px;
}
.rev-icon.red {
    color: #858585;
}


/* ORIGINAL ITEM DESIGN COLORS (KEEPING THEM SAME) */

.rev-item {
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: 0.25s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.rev-item.red-item {
    color: #858585;
}

/* HOVER EFFECT — NO BACKGROUND CHANGE */
.rev-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
    .rev-container {
        max-width: 100%;
    }
    .rev-wrapper {
        flex-direction: column;
    }
}


/* Meet Team */

.btn-custom {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.btn-buy { background-color: var(--primary-teal); color: white; }
.btn-buy:hover { background-color: #00b892; color: white; }

.btn-demo { background-color: var(--dark-blue); color: white; }
.btn-demo:hover { background-color: #111827; color: white; }

.btn-contact { background-color: #6c757d; color: white; }
.btn-contact:hover { background-color: #5a6268; color: white; }

.badge-teal {
    background-color: var(--primary-teal);
}

.popular-badge {
    background-color: var(--primary-teal);
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 0px 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.pricing-card {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    box-shadow: 0 0px 8px 1px #e1e1e1;
    padding: 40px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-card.popular-card {
    border: 4px solid var(--primary-teal);
}

.pricing-card:hover {
    box-shadow: 0 0px 10px -1px var(--primary-teal);
}

.pricing-card .pricing-avatar {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 190px;
    margin: 0 auto;
}

.pricing-card ul {
    list-style: disc;
}

.pricing-card li {
    margin-bottom: 10px;
    font-size: 18px;
}

.pricing-avatar {
    width: 100%;
    height: 100%;
}

.pricing-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-teal);
    margin-bottom: 10px;
    text-align: center;
    min-height: 80px;
}

.pricing-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    min-height: 600px;
}

.pricing-price-container {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-teal);
    text-align: center;
    margin-bottom: 20px;
}

.pricing-avatar-container {
    display: flex;
    justify-content: center;
}

.pricing-btn-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pricing-card .no-setup-logo {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 150px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .pricing-card .no-setup-logo {
        top: 5px;
        left: 5px;
        width: 100px;
    }
    .pricing-description {
        min-height: auto;
    }
}
