.elementor-385 .elementor-element.elementor-element-7cf11fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-385 .elementor-element.elementor-element-5144aef .elementor-menu-toggle{margin:0 auto;}.elementor-385 .elementor-element.elementor-element-7d9380f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:2px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}/* Start custom CSS for html, class: .elementor-element-70c1cc5 *//* ECCA PREMIUM CODE v4.0 (ID: ecca_gen_listhive_882) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');

#ecca_gen_listhive_882 {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  --primary: #001F3F;
  --accent: #FF6B6B;
  --gradient-primary: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
  --gradient-dark: linear-gradient(135deg, #001F3F 0%, #0A3D62 100%);
  --gradient-cta: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --shadow-sm: 0 4px 6px rgba(0, 31, 63, 0.1);
  --shadow-md: 0 10px 25px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 15px 35px rgba(0, 0, 0, 0.15);
  --easing-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#ecca_gen_listhive_882 *,
#ecca_gen_listhive_882 *:before,
#ecca_gen_listhive_882 *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/* --- In-Page Navigation Bar --- */
#ecca_gen_listhive_882 .ecca_inpage_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  animation: ecca_slideDown 0.5s ease;
  will-change: transform;
}
@keyframes ecca_slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}
#ecca_gen_listhive_882 .ecca_nav_list {
  display: flex;
  list-style: none;
  gap: 2rem;
}
#ecca_gen_listhive_882 .ecca_nav_link {
  text-decoration: none;
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
}
#ecca_gen_listhive_882 .ecca_nav_link:hover,
#ecca_gen_listhive_882 .ecca_nav_link:focus {
  color: var(--accent);
  transform: translateY(-2px);
}
#ecca_gen_listhive_882 .ecca_nav_link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gradient-primary);
  transition: width 0.4s var(--easing-bounce);
  border-radius: 2px;
}
#ecca_gen_listhive_882 .ecca_nav_link:hover:after,
#ecca_gen_listhive_882 .ecca_nav_link:focus:after {
  width: 100%;
}
#ecca_gen_listhive_882 .ecca_nav_link:focus-visible {
  outline: 2px dashed var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}
#ecca_gen_listhive_882 .ecca_menu_toggle {
  display: none;
  background: none;
  border: none;
  width: 30px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
}
#ecca_gen_listhive_882 .ecca_menu_toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--primary);
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}
#ecca_gen_listhive_882 .ecca_menu_toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
#ecca_gen_listhive_882 .ecca_menu_toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
#ecca_gen_listhive_882 .ecca_menu_toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}
#ecca_gen_listhive_882 .ecca_menu_toggle:hover span {
  background: var(--accent);
}

/* --- Hero Section --- */
#ecca_gen_listhive_882 .ecca_hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 90vh;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}
#ecca_gen_listhive_882 .ecca_hero:before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.1) 0%, transparent 70%);
  animation: ecca_rotate 15s linear infinite;
  will-change: transform;
}
@keyframes ecca_rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
#ecca_gen_listhive_882 .ecca_hero_content {
  flex: 1 1 400px;
  padding-right: 2rem;
  position: relative;
  z-index: 2;
}
#ecca_gen_listhive_882 .ecca_hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(30px) rotate3d(1, 0, 0, 90deg);
  transition: opacity 1s ease, transform 1s ease;
  will-change: transform, opacity;
}
#ecca_gen_listhive_882 .ecca_hero_subhead {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  will-change: transform, opacity;
}
#ecca_gen_listhive_882 .ecca_hero_img {
  flex: 1 1 400px;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transform: translateY(30px) rotate(5deg) perspective(1000px) rotateY(15deg);
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s, box-shadow 0.5s ease;
  will-change: transform, opacity;
  position: relative;
  z-index: 2;
}
#ecca_gen_listhive_882 .ecca_animated {
  opacity: 1 !important;
  transform: translateY(0) rotate(0) perspective(1000px) rotateY(0) rotate3d(1, 0, 0, 0) !important;
}
@keyframes ecca_float_3d {
  0% { transform: translate3d(0, 0, 0) rotate3d(0.1, 0.1, 0.1, 0deg); }
  50% { transform: translate3d(0, -12px, 20px) rotate3d(0.1, 0.1, 0.1, 3deg); }
  100% { transform: translate3d(0, 0, 0) rotate3d(0.1, 0.1, 0.1, 0deg); }
}
#ecca_gen_listhive_882 .ecca_hero_img.ecca_animated {
  animation: ecca_float_3d 6s ease-in-out infinite;
}
#ecca_gen_listhive_882 .ecca_hero_img:hover {
  animation: none;
  transform: perspective(1000px) translateZ(20px) rotate3d(0.1, 0, 0, -5deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* --- Buttons --- */
#ecca_gen_listhive_882 .ecca_button {
  display: inline-block;
  padding: 1.1rem 2.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  opacity: 0;
  transform: translateY(30px) scale3d(0.9, 0.9, 0.9);
  transition: opacity 1s ease 0.9s, transform 1s var(--easing-bounce) 0.9s, all 0.3s ease;
  will-change: transform, opacity;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#ecca_gen_listhive_882 .ecca_button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.7s ease;
  z-index: -1;
}
#ecca_gen_listhive_882 .ecca_button:hover:before {
  left: 100%;
}
#ecca_gen_listhive_882 .ecca_button_primary {
  background: var(--gradient-primary);
  color: white;
  box-shadow: var(--shadow-md);
}
#ecca_gen_listhive_882 .ecca_button_primary:hover,
#ecca_gen_listhive_882 .ecca_button_primary:focus {
  transform: translateY(-4px) scale3d(1.05, 1.05, 1.05);
  box-shadow: 0 12px 25px rgba(255, 107, 107, 0.35);
}
#ecca_gen_listhive_882 .ecca_button:focus-visible {
  outline: 2px dashed var(--accent);
  outline-offset: 4px;
}

/* --- About Section --- */
#ecca_gen_listhive_882 .ecca_about {
  padding: 6rem 2rem;
  background: #fff;
  position: relative;
}
#ecca_gen_listhive_882 .ecca_about_content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
#ecca_gen_listhive_882 .ecca_about h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 2rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#ecca_gen_listhive_882 .ecca_about p {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.8;
}

/* --- Services Section --- */
#ecca_gen_listhive_882 .ecca_services {
  padding: 6rem 2rem;
  background: #f8f9fa;
  position: relative;
}
#ecca_gen_listhive_882 .ecca_services:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
#ecca_gen_listhive_882 .ecca_services h2 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 3.5rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#ecca_gen_listhive_882 .ecca_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
  perspective: 1000px;
}
#ecca_gen_listhive_882 .ecca_service_card {
  background: #ffffff;
  padding: 2.8rem 2.2rem;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  transition: all 0.5s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
}
#ecca_gen_listhive_882 .ecca_service_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--easing-bounce);
}
#ecca_gen_listhive_882 .ecca_service_card:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
#ecca_gen_listhive_882 .ecca_service_card:hover {
  transform: translateY(-10px) perspective(1000px) rotateX(5deg) translateZ(20px);
  box-shadow: var(--shadow-lg);
  color: white;
}
#ecca_gen_listhive_882 .ecca_service_card:hover:before {
  transform: scaleX(1);
}
#ecca_gen_listhive_882 .ecca_service_card:hover:after {
  opacity: 1;
}
#ecca_gen_listhive_882 .ecca_service_card:hover h3,
#ecca_gen_listhive_882 .ecca_service_card:hover p {
  color: white;
}
#ecca_gen_listhive_882 .ecca_service_card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 0 0 3px var(--accent), var(--shadow-lg);
}
#ecca_gen_listhive_882 .ecca_service_icon {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1.8rem;
  transition: all 0.5s ease;
  will-change: transform;
  box-shadow: var(--shadow-sm);
}
#ecca_gen_listhive_882 .ecca_service_card:hover .ecca_service_icon {
  transform: scale(1.15) translateZ(30px);
  filter: brightness(0) invert(1);
}
#ecca_gen_listhive_882 .ecca_service_card h3 {
  font-family: 'Poppins', sans-serif;
  color: var(--primary);
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  transition: color 0.4s ease;
}
#ecca_gen_listhive_882 .ecca_service_card p {
  color: #666;
  transition: color 0.4s ease;
  line-height: 1.7;
}

/* --- Final CTA Section --- */
#ecca_gen_listhive_882 .ecca_final_cta {
  padding: 7rem 2rem;
  background: var(--gradient-cta);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#ecca_gen_listhive_882 .ecca_final_cta:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  animation: ecca_rotate 20s linear infinite;
  will-change: transform;
}
#ecca_gen_listhive_882 .ecca_final_cta h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1.8rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}
#ecca_gen_listhive_882 .ecca_final_cta p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  opacity: 0.95;
}
#ecca_gen_listhive_882 .ecca_contact_info {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
#ecca_gen_listhive_882 .ecca_contact_info a {
  color: #FFD700;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}
#ecca_gen_listhive_882 .ecca_contact_info a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFD700;
  transition: width 0.3s ease;
}
#ecca_gen_listhive_882 .ecca_contact_info a:hover {
  color: #ffffff;
}
#ecca_gen_listhive_882 .ecca_contact_info a:hover:after {
  width: 100%;
}

/* --- Footer Section --- */
#ecca_gen_listhive_882 .ecca_footer {
  background: var(--gradient-dark);
  color: #fff;
  padding: 4rem 2rem 1.5rem;
  position: relative;
}
#ecca_gen_listhive_882 .ecca_footer_content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#ecca_gen_listhive_882 .ecca_footer_section h3 {
  font-family: 'Poppins', sans-serif;
  color: #FFD700;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}
#ecca_gen_listhive_882 .ecca_footer_section p {
  margin-bottom: 0.8rem;
  line-height: 1.7;
  opacity: 0.9;
}
#ecca_gen_listhive_882 .ecca_footer_section ul {
  list-style: none;
}
#ecca_gen_listhive_882 .ecca_footer_section ul li {
  margin-bottom: 0.7rem;
}
#ecca_gen_listhive_882 .ecca_footer_section ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0.9;
  position: relative;
  padding-left: 0;
  transition: padding-left 0.3s ease, opacity 0.3s ease;
}
#ecca_gen_listhive_882 .ecca_footer_section ul li a:hover {
  color: #FFD700;
  opacity: 1;
  padding-left: 10px;
}
#ecca_gen_listhive_882 .ecca_social_links {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
}
#ecca_gen_listhive_882 .ecca_social_links a {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.3);
}
#ecca_gen_listhive_882 .ecca_social_links a:hover {
  background: #FFD700;
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}
#ecca_gen_listhive_882 .ecca_footer_bottom {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 2;
  opacity: 0.8;
}

/* --- Floating Action Buttons --- */
#ecca_gen_listhive_882 .ecca_floating_buttons {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 18px;
  opacity: 0;
  transform: translateX(100px) scale3d(0.5, 0.5, 0.5);
  transition: opacity 0.7s ease, transform 0.7s var(--easing-bounce);
  will-change: transform, opacity;
}
#ecca_gen_listhive_882 .ecca_floating_buttons.ecca_floating_visible {
  opacity: 1;
  transform: translateX(0) scale3d(1, 1, 1);
}
#ecca_gen_listhive_882 .ecca_float_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  text-decoration: none;
  padding: 15px 22px;
  border-radius: 50px;
  box-shadow: var(--shadow-lg);
  transition: all 0.5s var(--easing-bounce);
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform, width, box-shadow;
}
#ecca_gen_listhive_882 .ecca_float_btn:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px;
}
#ecca_gen_listhive_882 .ecca_float_btn:hover {
  width: 190px;
  transform: translateZ(20px) scale3d(1.05, 1.05, 1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}
#ecca_gen_listhive_882 .ecca_float_btn:hover:before {
  opacity: 1;
}
#ecca_gen_listhive_882 .ecca_float_btn.ecca_whatsapp {
  background: #25D366;
  animation: ecca_pulse 2s infinite;
}
#ecca_gen_listhive_882 .ecca_float_btn.ecca_call {
  background: #128C7E;
  animation: ecca_pulse 2s infinite 0.15s;
}
#ecca_gen_listhive_882 .ecca_float_btn.ecca_email {
  background: var(--gradient-primary);
  animation: ecca_pulse 2s infinite 0.3s;
}
@keyframes ecca_pulse {
  0% { transform: translateZ(0) scale3d(1, 1, 1); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); }
  50% { transform: translateZ(10px) scale3d(1.05, 1.05, 1.05); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); }
  100% { transform: translateZ(0) scale3d(1, 1, 1); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); }
}
#ecca_gen_listhive_882 .ecca_float_icon {
  font-size: 1.6rem;
  min-width: 32px;
  transition: transform 0.3s ease;
  will-change: transform;
}
#ecca_gen_listhive_882 .ecca_float_btn:hover .ecca_float_icon {
  transform: scale(1.2) rotate(10deg);
}
#ecca_gen_listhive_882 .ecca_float_text {
  opacity: 0;
  white-space: nowrap;
  margin-left: 12px;
  transition: opacity 0.3s ease 0.1s;
  font-weight: 600;
  font-size: 1.05rem;
}
#ecca_gen_listhive_882 .ecca_float_btn:hover .ecca_float_text {
  opacity: 1;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  #ecca_gen_listhive_882 .ecca_nav_list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    gap: 0;
  }
  #ecca_gen_listhive_882 .ecca_nav_list[aria-expanded="true"] {
    display: flex;
    animation: ecca_navSlideIn 0.4s ease-out;
  }
  @keyframes ecca_navSlideIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  #ecca_gen_listhive_882 .ecca_nav_list li {
    width: 100%;
  }
  #ecca_gen_listhive_882 .ecca_nav_link {
    display: block;
    padding: 1rem 2rem;
    width: 100%;
  }
  #ecca_gen_listhive_882 .ecca_menu_toggle {
    display: flex;
  }
  #ecca_gen_listhive_882 .ecca_hero {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1.5rem;
    min-height: auto;
  }
  #ecca_gen_listhive_882 .ecca_hero_content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  #ecca_gen_listhive_882 .ecca_hero h1 {
    font-size: 2.3rem;
  }
  #ecca_gen_listhive_882 .ecca_hero_subhead {
    font-size: 1.1rem;
  }
  #ecca_gen_listhive_882 .ecca_services_grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #ecca_gen_listhive_882 .ecca_service_card {
    padding: 2.2rem 1.8rem;
  }
  #ecca_gen_listhive_882 .ecca_floating_buttons {
    bottom: 20px;
    right: 20px;
    gap: 15px;
  }
  #ecca_gen_listhive_882 .ecca_float_btn {
    width: 55px;
    height: 55px;
    padding: 13px 20px;
  }
  #ecca_gen_listhive_882 .ecca_float_btn:hover {
    width: 170px;
  }
  #ecca_gen_listhive_882 .ecca_footer_content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.5rem;
  }
  #ecca_gen_listhive_882 .ecca_social_links {
    justify-content: center;
  }
  #ecca_gen_listhive_882 .ecca_final_cta h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  #ecca_gen_listhive_882 .ecca_inpage_nav {
    padding: 1rem 1.5rem;
  }
  #ecca_gen_listhive_882 .ecca_hero h1 {
    font-size: 2rem;
  }
  #ecca_gen_listhive_882 .ecca_hero_subhead {
    font-size: 1rem;
  }
  #ecca_gen_listhive_882 .ecca_button {
    padding: 1rem 2rem;
    width: 100%;
  }
  #ecca_gen_listhive_882 .ecca_floating_buttons {
    bottom: 15px;
    right: 15px;
  }
  #ecca_gen_listhive_882 .ecca_float_btn {
    width: 50px;
    height: 50px;
    padding: 12px 18px;
  }
  #ecca_gen_listhive_882 .ecca_float_btn:hover {
    width: 160px;
  }
}/* End custom CSS */