/* Cart & Checkout Custom Styles */
.cart-banner-bg, .checkout-banner-bg {
    background: linear-gradient(120deg, #e0eafc 0%, #cfdef3 100%);
    min-height: 260px;
    position: relative;
}
.cart-banner-content, .checkout-banner-content {
    position: relative;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.cart-banner-bg .cart-banner-shape1, .checkout-banner-bg .checkout-banner-shape1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.25;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #6dd5ed 0%, #2193b0 100%);
    border-radius: 50%;
    z-index: 1;
}
.cart-banner-bg .cart-banner-shape2, .checkout-banner-bg .checkout-banner-shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.10;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, #f7971e 0%, #ffd200 100%);
    border-radius: 50%;
    z-index: 1;
}
.cart-section-bg, .checkout-section-bg {
    background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.cart-best-value, .checkout-best-value {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    padding: 0.5rem 1.2rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 2;
}
.cart-plan-header, .checkout-plan-header {
    background: linear-gradient(90deg, #43cea2 0%, #185a9d 100%);
}
.cart-summary-header, .checkout-summary-header {
    background: linear-gradient(90deg, #396afc 0%, #2948ff 100%);
}
.cart-price, .checkout-price {
    font-size: 2rem;
    font-weight: bold;
    color: #198754;
    background: #f8f9fa;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
@media only screen and (max-width: 767px) {
    .testimonial-box .client {
        width: 40% !important;
    }
}

.testimonial-box .client {
    margin-bottom: 50px !important;
}

.about-funfacts p {
    max-width: 100% !important;
}

.navbar-area .navbar .navbar-brand {
    width: 130px;
}

.marketing-agency-footer-area .single-footer-widget .logo {
    width: 70%;
}

@media (min-width: 1200px) {
    .page-banner-area .page-banner-content h1 {
        font-size: 90px !important;
    }
}

.page-banner-area .page-banner-content {
    max-width: 100% !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-area .page-banner-content h1 {
        font-size: 70px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-area .page-banner-content h1 {
        font-size: 60px !important;
    }
}

.page-banner-area {
    padding-top: 180px !important;
}

.menu-popup-nav ul li a {
    font-size: 19px;
    transition: var(--transition);
    font-weight: 600 !important;
}

