.elementor-10583 .elementor-element.elementor-element-87c37ad{transition:all 400ms;overflow:visible;}.elementor-10583 .elementor-element.elementor-element-bc583a9{transition:all 400ms;}.elementor-10583 .elementor-element.elementor-element-384ccc6{transition:all 400ms;}/* Start custom CSS for html, class: .elementor-element-384ccc6 *//* ========================================
   beeShip Landing Page - WordPress/Elementor Custom CSS
   LESS AGGRESSIVE - Only targets landing page specific classes
   ======================================== */

/* Only force colors on landing page specific sections */

/* Hero section - Force white text */
.hero h1,
.hero .subtitle,
.hero .checkmark-item {
    color: #FFFFFF !important;
}

/* Section titles on landing page */
.section-title {
    color: #1e293b !important;
}

/* Landing page specific buttons only */
.hero .cta-button,
.benefit-card .cta-button,
.feature-block .cta-button,
.pricing-card .cta-button,
.enterprise-content .cta-button,
button.cta-button,
a.cta-button {
    background-color: #2B9CEB !important;
    color: #FFFFFF !important;
    border: none !important;
}

.hero .cta-button:hover,
.benefit-card .cta-button:hover,
.feature-block .cta-button:hover,
.pricing-card .cta-button:hover,
.enterprise-content .cta-button:hover,
button.cta-button:hover,
a.cta-button:hover {
    background-color: #1e7ac9 !important;
    color: #FFFFFF !important;
}

/* White button variant in hero */
.hero .cta-button-white {
    background-color: #FFFFFF !important;
    color: #2B9CEB !important;
}

.hero .cta-button-white:hover {
    background-color: #F0F5FA !important;
    color: #2B9CEB !important;
}

/* Trust stats */
.trust-stat-number {
    color: #2B9CEB !important;
}

/* Testimonial avatars */
.testimonial-avatar {
    background: linear-gradient(135deg, #2B9CEB 0%, #1e7ac9 100%) !important;
    color: #FFFFFF !important;
}

/* Pricing badge */
.pricing-badge {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #1e293b !important;
}

/* Pricing card price only */
.pricing-card .price {
    background: linear-gradient(135deg, #2B9CEB 0%, #1e7ac9 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Toggle buttons */
.toggle-btn {
    border-color: #22C55E !important;
    color: #22C55E !important;
}

.toggle-btn.active {
    background-color: #22C55E !important;
    color: #FFFFFF !important;
}

/* Modal header */
.modal-header {
    background: linear-gradient(135deg, #2B9CEB 0%, #1e7ac9 100%) !important;
}/* End custom CSS */