.elementor-16 .elementor-element.elementor-element-2eed536{--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-16 .elementor-element.elementor-element-deb60be{--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;}/* Start custom CSS for html, class: .elementor-element-cd8f02c *//*
 ╔══════════════════════════════════════════════════════════════╗
 ║  SHAKTI PUMPS USA — FOOTER CSS                              ║
 ║  Scoped to .shakti-page → safe inside WordPress / Elementor ║
 ║                                                              ║
 ║  HOW TO USE IN WORDPRESS / ELEMENTOR                        ║
 ║  Option A – Enqueue via functions.php:                       ║
 ║    wp_enqueue_style('shakti-footer',                         ║
 ║      get_template_directory_uri().'/css/shakti-footer.css'); ║
 ║  Option B – Elementor > Site Settings > Custom CSS           ║
 ║    Paste the entire file content.                            ║
 ╚══════════════════════════════════════════════════════════════╝
*/

/* ══════════════════════════════════════════════════════
   CTA BANNER  (sits just above the footer)
══════════════════════════════════════════════════════ */



 /* ── Tokens ── */
  .shakti-page {
    --blue: #0082c6;
    --dark-blue: #003f60;
    --bg-gray: #f7f7f7;
    --card-gray: #f0f0f0;
    --mid-gray: #ececec;
    --text-body: #212529;
    --text-muted: #495057;
    --max-w: 1200px;
    font-family: "Figtree", sans-serif;
    color: #212529;
    overflow-x: hidden;
    background: #fff;
  }
.shakti-page .sp-cta-banner {
  width: 100%;
  height: 476px;
  position: relative;
  overflow: hidden;
}

.shakti-page .sp-cta-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shakti-page .cta-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* ══════════════════════════════════════════════════════
   FOOTER TOP  (light blue background strip)
══════════════════════════════════════════════════════ */
.shakti-page .sp-footer-top {
  width: 100%;
  background: #eef5f9;
  padding: 40px 64px;
}

.shakti-page .footer-top-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: var(--max-w);
  margin-inline: auto;
}

/* ── Brand block (logo + tagline) ── */
.shakti-page .footer-brand {
  max-width: 254px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.shakti-page .footer-brand img {
  width: 200px;
  height: auto;
}

.shakti-page .footer-brand p {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
}

/* ── Link columns ── */
.shakti-page .footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.shakti-page .footer-col-title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  line-height: 24px;
}

.shakti-page .footer-col a {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 24px;
  transition: color 0.2s;
  font-weight: 400;
}

.shakti-page .footer-col a:hover {
  color: var(--blue);
}

/* ── Call-to-action phone block ── */
.shakti-page .footer-call {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.shakti-page .footer-call-title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
}

.shakti-page .footer-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--dark-blue ) ;
  padding: 12px 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.shakti-page .footer-phone:hover {
  background: #005080;
}

.shakti-page .footer-phone img {
  width: 24px;
  height: 24px;
}

/* ══════════════════════════════════════════════════════
   FOOTER BOTTOM  (dark copyright bar)
══════════════════════════════════════════════════════ */
.shakti-page .sp-footer-bottom {
  width: 100%;
  background: var(--dark-blue);
  padding: 20px;
  text-align: center;
}

.shakti-page .sp-footer-bottom p {
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.02em;
}

 .footer-phone .call {
      text-decoration: none !important;
     
 }

/* ══════════════════════════════════════════════════════
   RESPONSIVE — FOOTER
══════════════════════════════════════════════════════ */
@media (max-width: 1280px) {
  .shakti-page .sp-footer-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  .shakti-page .footer-top-inner {
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .shakti-page .sp-footer-top {
    padding: 60px 20px;
  }

  .shakti-page .footer-top-inner {
    flex-direction: column;
    gap: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f362520 *//*
 ╔══════════════════════════════════════════════════════════════╗
 ║  SHAKTI PUMPS USA — FOOTER CSS                              ║
 ║  Scoped to .shakti-page → safe inside WordPress / Elementor ║
 ║                                                              ║
 ║  HOW TO USE IN WORDPRESS / ELEMENTOR                        ║
 ║  Option A – Enqueue via functions.php:                       ║
 ║    wp_enqueue_style('shakti-footer',                         ║
 ║      get_template_directory_uri().'/css/shakti-footer.css'); ║
 ║  Option B – Elementor > Site Settings > Custom CSS           ║
 ║    Paste the entire file content.                            ║
 ╚══════════════════════════════════════════════════════════════╝
*/

/* ══════════════════════════════════════════════════════
   CTA BANNER  (sits just above the footer)
══════════════════════════════════════════════════════ */
.shakti-page .sp-cta-banner {
  width: 100%;
  height: 476px;
  position: relative;
  overflow: hidden;
}

.shakti-page .sp-cta-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shakti-page .cta-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* ══════════════════════════════════════════════════════
   FOOTER TOP  (light blue background strip)
══════════════════════════════════════════════════════ */
.shakti-page .sp-footer-top {
  width: 100%;
  background: #eef5f9;
  padding: 40px 64px;
}

.shakti-page .footer-top-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: var(--max-w);
  margin-inline: auto;
}

/* ── Brand block (logo + tagline) ── */
.shakti-page .footer-brand {
  max-width: 254px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.shakti-page .footer-brand img {
  width: 200px;
  height: auto;
}

.shakti-page .footer-brand p {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
}

/* ── Link columns ── */
.shakti-page .footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.shakti-page .footer-col-title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  line-height: 24px;
}

.shakti-page .footer-col a {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 24px;
  transition: color 0.2s;
}

.shakti-page .footer-col a:hover {
  color: var(--blue);
}

/* ── Call-to-action phone block ── */
.shakti-page .footer-call {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.shakti-page .footer-call-title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
}

.shakti-page .footer-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--dark-blue ) ;
  padding: 12px 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.shakti-page .footer-phone:hover {
  background: #005080;
}

.shakti-page .footer-phone img {
  width: 24px;
  height: 24px;
}

/* ══════════════════════════════════════════════════════
   FOOTER BOTTOM  (dark copyright bar)
══════════════════════════════════════════════════════ */
.shakti-page .sp-footer-bottom {
  width: 100%;
  background: var(--dark-blue);
  padding: 20px;
  text-align: center;
}

.shakti-page .sp-footer-bottom p {
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.02em;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — FOOTER
══════════════════════════════════════════════════════ */
@media (max-width: 1280px) {
  .shakti-page .sp-footer-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  .shakti-page .footer-top-inner {
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .shakti-page .sp-footer-top {
    padding: 60px 20px;
  }

  .shakti-page .footer-top-inner {
    flex-direction: column;
    gap: 28px;
  }
}/* End custom CSS */