.compact-page-header .main-nav {
  min-width: 0;
}

@media (min-width: 1200px) {
  #masthead {
    position: sticky !important;
    top: 0;
    z-index: 9999;
  }

}

@media (min-width: 1200px) {
  .compact-page-header .nav-menu > li.has-sub:hover > .sub-menu,
  .compact-page-header .nav-menu > li.has-sub:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

@media (max-width: 1199px) {
  .compact-page-header .container {
    justify-content: center !important;
  }

  .compact-page-header .main-nav {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    height: auto;
  }

  .compact-page-header .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    row-gap: .15rem;
  }

  .compact-page-header .nav-menu > li,
  .compact-page-header .nav-menu > li > a {
    height: auto;
  }

  .compact-page-header .nav-menu > li.has-sub {
    flex-wrap: wrap;
    justify-content: center;
  }

  .compact-page-header .nav-menu > li > .sub-menu {
    position: static;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: .15rem .5rem;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .compact-page-header .nav-menu > li > .sub-menu::before {
    display: none;
  }

  .compact-page-header .nav-menu .sub-menu > li > a {
    padding: .25rem .45rem;
  }

  .ta-servie-single .ta-widget-area {
    position: static !important;
    top: auto !important;
  }
}

  .nav-group-label {
    width: 100%;
    margin: 8px 0 2px;
    padding: 5px 10px 3px;
    border-top: 1px solid rgba(23, 115, 234, .2);
    color: #1773ea;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .service-nav-group-label {
    margin: 10px 0 4px;
    padding: 7px 12px 3px;
    border-top: 1px solid rgba(23, 115, 234, .2);
    color: #1773ea;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .footer-service-child {
    padding-left: 14px;
    border-left: 2px solid #1773ea;
  }
  .footer-service-child a::before {
    content: "- ";
    color: #1773ea;
  }
  .footer-social-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }
  .footer-top-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .footer-top-social .social-label {
    margin-right: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }
  .footer-top-social a {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transition: all 0.25s ease;
  }
  .footer-top-social a:hover {
    color: #fff;
    background: #3772ff;
    border-color: #3772ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(55, 114, 255, 0.35);
  }
  .footer-social-row strong {
    color: #fff;
    font-size: 15px;
  }
  .footer-social-row a {
    color: #fff;
    font-size: 18px;
  }
  .footer-social-row a:hover {
    color: #3772ff;
  }
  .footer-top-contact:has(.fa-location-check) {
    display: none;
  }

  /* Shared service-detail presentation */
  .ta-servie-single .content {
    max-width: 820px;
  }
  .ta-servie-single .content > section,
  .ta-servie-single .content > div {
    scroll-margin-top: 110px;
  }
  .ta-servie-single .content h2,
  .ta-servie-single .content h3 {
    letter-spacing: 0;
  }
  .ta-servie-single .content h2.header-lg {
    line-height: 1.2;
  }
  .ta-servie-single .content p {
    color: #526173;
    line-height: 1.8;
  }
  .ta-servie-single .content .ser-single-feaure li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.65;
  }
  .ta-servie-single .content .ser-single-feaure li i {
    flex: 0 0 auto;
    margin-top: 5px;
    color: #1773ea;
  }
  .ta-servie-single .ta-widget-area {
    position: static;
  }
  .ta-servie-single .ta-widget-categories {
    border-top: 3px solid #1773ea;
  }
  .ta-servie-single .ta-widget-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .ta-servie-single .ta-widget-categories li a i {
    color: #9aa8b6;
    flex: 0 0 auto;
  }
@media (max-width: 1199px) {
  .ta-servie-single .ta-widget-area {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .compact-page-header .nav-menu > li > a {
    padding: .3rem .45rem;
    font-size: .82rem;
  }
}

/* Footer SEO Accordion */
.footer-seo-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 35px;
  padding-top: 20px;
}
.seo-toggle-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #c5d4e8;
  padding: 12px 20px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.seo-toggle-btn:hover, .seo-toggle-btn.active {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: #1773ea;
}
.seo-toggle-btn .seo-arrow {
  transition: transform 0.3s ease;
}
.seo-toggle-btn.active .seo-arrow {
  transform: rotate(180deg);
}
.seo-keywords-panel {
  padding: 16px 20px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.seo-keywords-panel p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ========================================
   Vibrant, Crisp Brand Logo (Big Heart + Text)
   ======================================== */
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  padding: 2px 0;
}

.brand-logo-combo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brand-heart-img {
  height: 52px;
  width: auto;
  max-width: 62px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease;
}

.brand-logo-wrap:hover .brand-heart-img {
  transform: scale(1.06);
}

.brand-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.brand-name-main {
  font-family: 'Segoe UI', 'Inter', -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 29px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  letter-spacing: -0.2px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: baseline !important;
}

.brand-letter-red {
  color: #E60000 !important;
  font-family: inherit !important;
  font-size: 1em !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  display: inline !important;
  vertical-align: baseline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.brand-name-sub {
  font-family: 'Segoe UI', 'Inter', -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 3px !important;
  line-height: 1 !important;
  display: block !important;
}

/* White Variation for Footer / Dark Backgrounds */
.brand-logo-combo.is-white .brand-name-main {
  color: #ffffff !important;
}

.brand-logo-combo.is-white .brand-name-sub {
  color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 991.98px) {
  .brand-heart-img {
    height: 44px;
    max-width: 52px;
  }
  .brand-name-main {
    font-size: 25px;
  }
  .brand-name-sub {
    font-size: 10px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 575.98px) {
  .brand-heart-img {
    height: 38px;
    max-width: 44px;
  }
  .brand-name-main {
    font-size: 22px;
  }
  .brand-name-sub {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
}

/* ========================================
   Smooth Header Sticky
   ======================================== */
.ta-page-wrap {
  overflow: visible !important;
  position: relative;
}

#masthead {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  transition: box-shadow 0.3s ease;
}

#masthead.is-sticky .header-main {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 24, 55, 0.08);
}

/* =========================================================
   Floating Animated WhatsApp Button (Bottom-Left of Site)
   ========================================================= */
.floating-whatsapp-left {
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #ffffff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  z-index: 99999;
  text-decoration: none;
  transition: all 0.3s ease;
}

.floating-whatsapp-left:hover {
  transform: scale(1.1);
  background: #1ebd58;
  color: #ffffff !important;
}

.floating-whatsapp-left .whatsapp-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.6;
  z-index: -1;
  animation: waPulse 2s infinite ease-out;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

.floating-whatsapp-left .whatsapp-tooltip {
  position: absolute;
  left: 68px;
  background: #001837;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.floating-whatsapp-left:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .floating-whatsapp-left {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}



