/* Change main navigation background to pure white */
.main-menu {
    background-color: #ffffff !important;
}

.main-menu__wrapper {
    background-color: #ffffff !important;
}

/* Keep sticky header white too */
.stricky-header.main-menu {
    background-color: #ffffff !important;
}

/* Hide all cart, pricing, and package related elements across the website */

/* Cart icons and elements */
.main-menu__cart-box,
.main-menu__cart,
.main-menu-two__cart,
.fa-shopping-cart,
.shopping-cart,
[class*="cart-"],
a[href*="cart"],
a[href*="checkout"],
a[href*="wishlist"] {
    display: none !important;
}

/* Pricing sections */
.pricing-one,
.pricing-two,
.pricing-three,
section[class*="pricing"],
.price-box,
.pricing-box,
[class*="price-table"],
[class*="pricing-table"] {
    display: none !important;
}

/* Package sections */
section[class*="package"],
.package-one,
.package-two,
[class*="package-"] {
    display: none !important;
}

/* Buy now buttons */
.buy-now,
.btn-buy,
[class*="buy-now"],
a[href*="buy"],
button[class*="buy"] {
    display: none !important;
}

/* Product/shop related pages */
.product-details,
.shop-page,
.product-grid,
[class*="product-"] {
    display: none !important;
}

/* Hide cart count badges */
.cart-count,
.main-menu__cart-count,
.main-menu-two__cart-count {
    display: none !important;
}

 .banner-one__content,
 .banner-one__video-link {
     display: none !important;
 }

 .banner-one {
     min-height: 700px;
 }

 .banner-one__inner {
     min-height: 700px;
 }
