.elementor-10313 .elementor-element.elementor-element-23c041e{transition:all 400ms;overflow:visible;}.elementor-10313 .elementor-element.elementor-element-8c46c8b{transition:all 400ms;}.elementor-10313 .elementor-element.elementor-element-0939e98{transition:all 400ms;}.elementor-10313 .elementor-element.elementor-element-46c0d07{transition:all 400ms;overflow:visible;}.elementor-10313 .elementor-element.elementor-element-46c0d07 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-10313 .elementor-element.elementor-element-ab97963{transition:all 400ms;}.elementor-10313 .elementor-element.elementor-element-ba273aa{transition:all 400ms;}.elementor-10313 .elementor-element.elementor-element-ba273aa .elementor-heading-title{font-size:35px;font-weight:900;color:var( --e-global-color-text );}.elementor-10313 .elementor-element.elementor-element-01d6942{transition:all 400ms;color:var( --e-global-color-5e61515 );}.elementor-10313 .elementor-element.elementor-element-8107867 .elementor-button{background-color:var( --e-global-color-9947692 );fill:var( --e-global-color-accent );color:var( --e-global-color-accent );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-10313 .elementor-element.elementor-element-8107867{width:auto;max-width:auto;transition:all 400ms;}.elementor-10313 .elementor-element.elementor-element-8107867 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-10313 .elementor-element.elementor-element-8107867 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-10313 .elementor-element.elementor-element-8107867 .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-10313 .elementor-element.elementor-element-8107867 .elementor-button:hover, .elementor-10313 .elementor-element.elementor-element-8107867 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-10313 .elementor-element.elementor-element-8107867 .elementor-button:hover svg, .elementor-10313 .elementor-element.elementor-element-8107867 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-10313 .elementor-element.elementor-element-f110e0e{transition:all 400ms;}.elementor-10313 .elementor-element.elementor-element-04992b1{transition:all 400ms;}@media(max-width:1024px){.elementor-10313 .elementor-element.elementor-element-8107867 > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-10313 .elementor-element.elementor-element-23c041e{margin-top:-20px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-0939e98 *//* ========================================
   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 */