@import url("bootstrap.css");
@import url("style.css");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("jquery.bxslider.css");
@import url("ihover.css");
@import url("jquery-ui.css");
@import url("prettyPhoto.css");
/*******Revolution Slider*********/
/* @import url("../js/plugins/revolution/css/extralayers.css");
@import url("../js/plugins/revolution/css/settings.css");
@import url("../js/plugins/revolution/css/style.css"); */
@import url("../js/plugins/rev/css/layers.css");
@import url("../js/plugins/rev/css/navigation.css");
@import url("../js/plugins/rev/css/settings.css");

/* Floating support/request-assistance buttons */
.ec-float-wrap{position:fixed;left:18px;bottom:18px;z-index:9999;display:flex;flex-direction:column;align-items:flex-start;gap:12px}
/* entrance animation for the floating group */
.ec-float-wrap{animation:ec-float-in .6s cubic-bezier(.2,.9,.2,1) both}

@keyframes ec-float-in{
	from{opacity:0;transform:translateX(-18px)}
	to{opacity:1;transform:none}
}
/* compact pill */
.ec-float-btn{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#7bbc56 0%,#2d9f4f 100%);color:#fff;padding:10px 8px 10px 12px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,0.12);text-decoration:none;font-weight:700;font-size:14px;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,padding .28s ease}
.ec-float-btn .ec-icon{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex:0 0 44px}
/* primary button icon styling */
.ec-float-btn .ec-icon{background:rgba(255,255,255,0.12);color:#fff}
/* secondary button (white pill) */
.ec-float-btn.secondary{background:#fff;color:#2d9f4f;border:1px solid rgba(45,159,79,0.08)}
.ec-float-btn.secondary .ec-icon{background:#7bbc56;color:#fff}

/* label reveal: hidden by default, expand on hover */
.ec-float-btn .ec-label{display:inline-block;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transition:max-width .38s cubic-bezier(.2,.9,.2,1),opacity .18s ease,color .18s ease;margin-left:8px;color:rgba(255,255,255,0.95)}
.ec-float-btn:hover{padding-right:18px}
.ec-float-btn:hover .ec-label{max-width:220px;opacity:1}
/* make support label white on hover, but keep secondary label readable */
.ec-float-btn:not(.secondary):hover .ec-label{color:#ffffff}

/* ensure secondary (white) button label is visible */
.ec-float-btn.secondary .ec-label{color:#fff}
.ec-float-btn.secondary:hover .ec-label{color:#fff}

/* expanded state triggered by click on small screens */
.ec-float-btn.expanded{padding-right:18px}
.ec-float-btn.expanded .ec-label{max-width:220px;opacity:1}

.ec-float-mini{display:none}
@media(max-width:520px){.ec-float-btn{padding:10px 10px;font-size:13px}.ec-float-btn .ec-label{display:none}.ec-float-mini{display:inline-block}}

/* subtle focus outline for accessibility */
.ec-float-btn:focus{outline:3px solid rgba(123,188,86,0.14);outline-offset:4px}

/* Floating buttons: primary is green-on-white text, secondary is white-on-primary variation.
   Support (primary pill) remains green with white text. Request Assistance (secondary pill)
   will be a white pill with primary-colored text and a primary-colored icon background for contrast. */
.ec-float-btn{background:#7bbc56;color:#fff}
.ec-float-btn .ec-icon{background:rgba(255,255,255,0.12);color:#fff}

/* Secondary (Request Assistance) - white background, primary text */
.ec-float-btn.secondary{background:#fff;color:#7bbc56;border:1px solid rgba(123,188,86,0.12)}
.ec-float-btn.secondary .ec-icon{background:#7bbc56 !important;color:#fff !important;background-image:none !important;border:none !important}
.ec-float-btn.secondary .ec-label{color:#7bbc56}
.ec-float-btn.secondary:hover .ec-label{color:#7bbc56}

/* Make header logo white on dark header (index) */
header.garden_header1 img.my-logo,
header.garden_header1 .my-logo{
	-webkit-filter: brightness(0) invert(1) !important;
	filter: brightness(0) invert(1) !important;
}
