
/* === General fixes === */
html { overflow-x: hidden; }

p, h3 { margin: 0 !important; padding: 0; }
p { padding-bottom: 1em !important; margin-bottom: 0 !important; }
p a { font-style: inherit; font-weight: inherit !important; font-family: inherit !important; }

.request-quote-header a {
  font-family: "maven-pro-medium", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* === Pop-up background === */
.pum-theme-2026, .pum-theme-default-theme {
  background-color: rgba(30, 115, 190, 0.5);
}

/* === Header === */
.header-logo img { width: 212px !important; }
.header-phone i { animation: mymove 2s infinite ease-in-out alternate; }

/* === Book button === */
.book-navbar { place-self: center; }
.book-navbar a {
  border: 5px solid #0C71C3 !important;
  padding: 12px !important;
  border-radius: 25px;
  text-align: center;
  background-color: #0C71C3 !important;
  color: white !important;
  transition: all 0.3s ease;
}
.book-navbar a:hover {
  background-color: #b2e6f9 !important;
  color: white !important;
}

/* === Button hover icon shift === */
.btn-iconhover .elementor-button-content-wrapper { position: relative; }
.btn-iconhover .elementor-button-icon {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 300ms ease;
}
.btn-iconhover a:hover { padding: .3em 2em 0.3em 0.75em !important; }
.btn-iconhover a:hover .elementor-button-icon {
  right: -25px;
  opacity: 1;
}

/* === Blog Styles (Scoped to posts only) === */
body.single-post article.post * { color: #606060; } /* narrowed scope */
article.col.post {
  max-width: 79.125% !important;
  border-right: 1px solid #60606090;
  padding-bottom: 60px;
  padding-right: 5.5%;
}
article.col.post h1.title { font-size: 45px; font-weight: 500; }
article.post .nv-thumb-wrap img { width: 100% !important; }

div.blog-sidebar {
  max-width: 20.875% !important;
  padding-left: 30px !important;
}
div.blog-sidebar li a,
div.blog-sidebar .widget_block .no-comments { color: #666; font-size: 14px; }
div.blog-sidebar .widget_block h2 { color: #606060; font-size: 18px; }

@media only screen and (max-width: 1024px) {
  div.blog-sidebar, article.col.post { max-width: 100% !important; }
}

/* === Contact Section === */
.contact-us-jobber .jobber-work-request:nth-child(2) { display: none; }

/* === Hamburger menu === */
.elementskit-menu-hamburger {
  margin-left: 15px !important;
  display: flex; align-items: center;
  background: none !important; border: none !important; box-shadow: none !important;
}
.elementskit-menu-hamburger i {
  color: #0C71C3 !important;
  background: transparent !important;
}
.elementskit-menu-hamburger:hover,
.elementskit-menu-hamburger:focus,
.elementskit-menu-hamburger:active {
  background: transparent !important; outline: none !important; box-shadow: none !important;
}

/* Hide hamburger on desktop */
@media (min-width: 1025px) {
  .elementskit-menu-hamburger { display: none !important; }
}

/* === Social icons === */
.elementor-social-icon-facebook { background-color: #1877F2 !important; }
.elementor-social-icon-twitter { background-color: #1DA1F2 !important; }
.elementor-social-icon-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}
.elementor-social-icon-youtube { background-color: #FF0000 !important; }
.elementor-social-icon i, .elementor-social-icon svg { color: #fff !important; }

/* === Responsive visibility fixes === */
@media (max-width: 767px) {
  .elementor-hidden-mobile { display: none !important; visibility: hidden !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-hidden-tablet { display: none !important; visibility: hidden !important; }
}
@media (min-width: 1025px) {
  .elementor-hidden-desktop { display: none !important; visibility: hidden !important; }
}

/* === Unified Sticky Header === */
.elementor-element.elementor-element-7dfac11,
.elementor-element.elementor-element-1a86cb7 {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999 !important;
  width: 100%;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

/* Body padding for sticky header */
@media (min-width: 768px) {
  body { padding-top: 160px !important; }
}
@media (max-width: 767px) {
  body { padding-top: 100px !important; }
}

/* Scroll effect */
body.scrolled .elementor-element.elementor-element-7dfac11,
body.scrolled .elementor-element.elementor-element-1a86cb7 {
  background: rgba(255,255,255,0.85) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  opacity: 0.95;
  padding: 5px 0 !important;
}

/* Clean header element reset (prevent menu color loss) */
.elementor-element.elementor-element-7dfac11 *:not(.header-phone):not(.elementskit-menu-container):not(.elementskit-menu-container *),
.elementor-element.elementor-element-7dfac11 *:not(.header-phone):not(.elementskit-menu-container):not(.elementskit-menu-container *)::before,
.elementor-element.elementor-element-7dfac11 *:not(.header-phone):not(.elementskit-menu-container):not(.elementskit-menu-container *)::after {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Icon color consistency (limit to phone) */
.elementor-element.elementor-element-7dfac11 .header-phone i,
.elementor-element.elementor-element-1a86cb7 .header-phone i {
  color: #0C71C3 !important;
  background: transparent !important;
}

/* Remove focus/hover outlines */
.header-phone a:focus,
.header-phone a:hover,
.elementskit-menu-hamburger:focus,
.elementskit-menu-hamburger:hover {
  outline: none !important;
  box-shadow: none !important;
}

/* === Fix Mobile Menu Background === */
.elementskit-menu-container,
.elementskit-menu-container ul.elementskit-navbar-nav {
  background-color: #ffffff !important;
  z-index: 99999;
  position: relative;
}

.elementskit-menu-container {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* === FOOTER MENU COLOR FIX === */
#ekit-megamenu-footer-menu .elementskit-navbar-nav > li > a {
  color: #2771C1 !important;
  font-weight: 400;
}

#ekit-megamenu-footer-menu .elementskit-navbar-nav > li.current-menu-item > a,
#ekit-megamenu-footer-menu .elementskit-navbar-nav > li.active > a {
  color: #2771C1 !important; /* keep active blue */
}

#ekit-megamenu-footer-menu .elementskit-navbar-nav > li > a:hover {
  color: #0a5da5 !important;
}

/* === Footer nav: default blue, gray hover with underline === */
.elementor-140 .elementor-element.elementor-element-81e74e2 
.elementskit-navbar-nav > li > a {
    color: #2771C1 !important; /* Default blue */
    text-decoration: none !important;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.elementor-140 .elementor-element.elementor-element-81e74e2 
.elementskit-navbar-nav > li > a:hover {
    color: #606060 !important; /* Gray hover color */
    text-decoration: underline !important; /* Underline only on hover */
}

.wp-image-8478,
.wp-image-7320,
.wp-image-7323 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



