.elementor-8 .elementor-element.elementor-element-f800b33{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fa5a181 *//* ══════════════════════════════════════════════════════
       ALL STYLES SCOPED TO .shakti-page  
       → Safe inside WordPress / Elementor (no global bleed)
    ══════════════════════════════════════════════════════ */

  /* Base reset — only inside wrapper */
  .shakti-page *,
  .shakti-page *::before,
  .shakti-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .shakti-page img {
    display: block;
    max-width: 100%;
  }
  .shakti-page a {
    text-decoration: none;
    color: inherit;
  }

  /* ── 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;
  }

  /* Smooth scroll behaviour for the whole page */
  html {
    scroll-behavior: smooth;
  }

  .shakti-page .container {
    max-width: var(--max-w);
    margin-inline: auto;
  }

  /* ══════════════════════════════════════════════════════
       NAVIGATION
    ══════════════════════════════════════════════════════ */
  .shakti-page .sp-nav {
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }
  .shakti-page .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 64px;
    gap: 40px;
  }
  .shakti-page .nav-left {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .shakti-page .nav-logo img {
    width: 200px;
    height: auto;
  }
  .shakti-page .nav-items {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .shakti-page .nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: var(--text-body);
    transition: color 0.2s;
  }
  .shakti-page .nav-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .shakti-page .nav-item:hover {
    color: var(--blue);
  }

  /* Highlight active nav section */
  .shakti-page .nav-item.active {
    color: var(--blue);
    font-weight: 600;
  }

  .shakti-page .btn-get-quote {
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
  }
  .shakti-page .btn-get-quote:hover {
    background: #006da8;
  }
  .shakti-page .nav-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: var(--text-body);
    white-space: nowrap;
  }
  .shakti-page .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
  }
  .shakti-page .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    border-radius: 2px;
  }

  /* ══════════════════════════════════════════════════════
       HERO
    ══════════════════════════════════════════════════════ */
  .shakti-page .sp-hero {
    position: relative;
    width: 100%;
    height: 780px;
    padding: 24px 64px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
  }
  .shakti-page .hero-bg {
    position: absolute;
    inset: 24px 64px;
    border-radius: 32px;
    overflow: hidden;
  }
  .shakti-page .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .shakti-page .hero-content {
    position: absolute;
    left: 144px;
    top: 50%;
    transform: translateY(-50%);
    width: 555px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .shakti-page .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 130, 198, 0.2);
    border: 2px solid rgba(0, 130, 198, 0.6);
    border-radius: 360px;
    padding: 8px 12px;
    max-width: 315px;
  }
  .shakti-page .hero-badge span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    white-space: nowrap;
  }
  .shakti-page .hero-dot {
    width: 3px;
    height: 3px;
    background: #212529;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .shakti-page .hero-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #212529;
  }
  .shakti-page .hero-sub {
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    max-width: 467px;
  }
  .shakti-page .hero-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  /* ── Shared buttons ── */
  .shakti-page .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
  }
  .shakti-page .btn-primary:hover {
    background: #006da8;
  }
  .shakti-page .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 8px;
    padding: 16px 20px;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
  }
  .shakti-page .btn-outline:hover {
    background: #e8f4fb;
  }
  .shakti-page .btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  /* ══════════════════════════════════════════════════════
       STATS STRIP
    ══════════════════════════════════════════════════════ */
  .shakti-page .sp-stats {
    width: 100%;
    padding: 10px 64px 40px;
  }
  .shakti-page .stats-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
  }
  .shakti-page .stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .shakti-page .stat-number {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #212529;
    text-align: center;
  }
  .shakti-page .stat-label {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
  }

  /* ══════════════════════════════════════════════════════
       CONTACT FORM
    ══════════════════════════════════════════════════════ */
  .shakti-page .sp-contact {
    width: 100%;
    background: var(--bg-gray);
    padding: 80px 64px;
  }
  .shakti-page .contact-inner {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    min-height: 770px;
    background: radial-gradient(
      ellipse at 30% 120%,
      #2a769d 0%,
      #1c4f6a 30%,
      #163c50 60%,
      #0f2937 100%
    );
    padding: 24px;
    gap: 0;
  }
  .shakti-page .contact-left {
    flex: 1;
    padding: 40px 48px 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 
    position: relative;
    z-index: 1;
  }
  .shakti-page .contact-badge {
    display: inline-flex;
    background: rgba(0, 130, 198, 0.2);
    border: 2px solid rgba(0, 130, 198, 0.6);
    border-radius: 360px;
    padding: 8px 12px;
    align-self: flex-start;
      margin-bottom :25px;
  }
  .shakti-page .contact-badge span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  
  }
  .shakti-page  .contact-left h2 {
    font-size: clamp(48px, 5.5vw, 65px);
    font-weight: 00;
    line-height: 1;
    color: #fff;
    font-family: Figtree;
  }
  
  p.subheading-contact-section{
     color: #FFF;
     font-size:32px;
     margin-bottom:10px;
    
}
  
  .shakti-page .contact-right {
    flex: 1; /*
      background: #fff; padding: 32px;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    
    justify-content: center;
  }
  .shakti-page .contact-right h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #212529;
  }
  .shakti-page .form-row {
    display: flex;
    gap: 20px;
  }
  .shakti-page .form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }
  .shakti-page .form-group label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    letter-spacing: -0.006em;
  }
  .shakti-page .form-group input,
  .shakti-page .form-group textarea,
  .shakti-page .form-group select {
    width: 100%;
    border: 1px solid #e2e4e9;
    border-radius: 10px;
    padding: 10px 12px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #868c98;
    box-shadow: 0 1px 2px rgba(228, 229, 231, 0.24);
    outline: none;
    resize: none;
    background: #fff;
  }
  .shakti-page .form-group input:focus,
  .shakti-page .form-group textarea:focus,
  .shakti-page .form-group select:focus {
    border-color: var(--blue);
    color: #000;
  }
  .shakti-page .form-group textarea {
    height: 130px;
  }
  .shakti-page .btn-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
  }
  .shakti-page .btn-submit:hover {
    background: #006da8;
  }

  /* Success message */
  .shakti-page .form-success {
    display: none;
    background: #d1fae5;
    border: 1px solid #6ee7b7;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    color: #065f46;
    font-weight: 500;
  }
  .shakti-page .form-success.show {
    display: block;
  }

  /* ══════════════════════════════════════════════════════
       FIRST FOLD – Solutions
    ══════════════════════════════════════════════════════ */
  .shakti-page .sp-solutions {
    width: 100%;
    background: #fff;
    padding: 120px 64px;
    overflow: hidden;
    position: relative;
  }
  .shakti-page .first-fold-inner {
    display: flex;
    gap: 40px;
    align-items: stretch;
  }
  .shakti-page .splash-bg {
    position: absolute;
    left: calc(50% + 20px);
    bottom: -40px;
    width: 65%;
    min-width: 480px;
    max-width: none;
    z-index: 0;
    pointer-events: none;
    object-fit: cover;
  }
  .shakti-page .problem-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    position: relative;
    z-index: 1;
  }
  .shakti-page .problem-col h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #212529;
  }
  .shakti-page .problem-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .shakti-page .problem-item {
    background: var(--mid-gray);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .shakti-page .problem-item img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .shakti-page .problem-item span {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #495057;
  }
  .shakti-page .solution-col {
    flex: 1;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
  }
  .shakti-page .solution-title {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
  }
  .shakti-page .solution-title span {
    font-weight: 300;
    color: var(--blue);
  }
  .shakti-page .divider-line {
    height: 1px;
    background: #e5e5e5;
    width: 100%;
  }
  .shakti-page .solution-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .shakti-page .solution-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .shakti-page .solution-item img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .shakti-page .solution-item span {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #495057;
  }

  /* ══════════════════════════════════════════════════════
       MAP / ABOUT
    ══════════════════════════════════════════════════════ */
  .shakti-page .sp-about {
    width: 100%;
    background: var(--bg-gray);
  }
  .shakti-page .map-intro {
    width: 100%;
    padding: 80px 64px;
    
    max-width: 1200px;
    padding-inline: 0;
    margin: 0 auto;
  }
  .shakti-page .map-intro p {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    max-width: 77%;
    /*margin-inline: auto;*/
    
    /*max-width: 1200px;*/
  }
  .shakti-page .map-intro p strong {
    font-weight: 700;
  }
  .shakti-page .map-img-wrap {
    width: 100%;
    height: 800px;
    overflow: hidden;
    background: #ECECEC;
  }
  .shakti-page .map-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .shakti-page .about-strip {
    width: 100%;
    background: var(--bg-gray);
    padding: 80px 64px;
  }
  .shakti-page .about-inner {
    display: flex;
    gap: 80px;
    align-items: center;
    max-width: var(--max-w);
    margin-inline: auto;
  }
  .shakti-page .about-text {
    flex: 1;
    font-size: 18px;
    line-height: 28px;
    color: #212529;
  }
  .shakti-page .about-img-wrap {
    width: 420px;
    height: 420px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
  }
  .shakti-page .about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ══════════════════════════════════════════════════════
       PRODUCT CATALOGUE
    ══════════════════════════════════════════════════════ */
  .shakti-page .sp-catalogue {
    width: 100%;
    background: var(--bg-gray);
    padding: 120px 64px;
    overflow: hidden;
  }
  .shakti-page .products-grid-inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .shakti-page .catalogue-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .shakti-page .section-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    width: 100%;
    color: #000;
  }
  .shakti-page .catalogue-sub {
    font-size: 16px;
    color: #666;
    text-align: center;
  }
  .shakti-page .cat-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .shakti-page .cat-label {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .shakti-page .cat-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #ccc, transparent);
  }
  .shakti-page .cat-pill {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 360px;
    white-space: nowrap;
  }
  .shakti-page .cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .shakti-page .product-card {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition:
      box-shadow 0.25s,
      transform 0.25s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .shakti-page .product-card:hover {
    box-shadow: 0 12px 32px rgba(0, 130, 198, 0.15);
    transform: translateY(-3px);
  }
  .shakti-page .product-card-img {
    width: 100%;
    height: 228px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(
      180deg,
      rgba(206, 206, 206, 0.8) 0%,
      rgba(245, 243, 241, 0.8) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .shakti-page .product-card-img img {
    max-height: 180px;
    max-width: 80%;
    object-fit: contain;
  }
  .shakti-page .product-card-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .shakti-page .product-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #212529;
    text-align: left;
  }
  .shakti-page .prod-spec {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    color: #979797;
    letter-spacing: -0.1px;
    line-height: 14px;
  }
  .shakti-page .cta-strip {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
  }
  .shakti-page .cta-strip p {
    font-size: 28px;
    text-align: center;
  }

  /* ══════════════════════════════════════════════════════
       CTA BANNER
    ══════════════════════════════════════════════════════ */
  .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
    ══════════════════════════════════════════════════════ */
  .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;
  }
  .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);
  }
  .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);
  }
  .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;
  }
  .shakti-page .footer-phone img {
    width: 24px;
    height: 24px;
  }
  .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;
  }

  /* ══════════════════════════════════════════════════════
       PRODUCT DETAIL MODAL
    ══════════════════════════════════════════════════════ */
  .shakti-page .pmodal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .shakti-page .pmodal-overlay.active {
    display: flex;
  }
  .shakti-page .pmodal {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 900px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.22),
      0 0 0 1px rgba(0, 0, 0, 0.06);
    animation: pmodalIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }
  @keyframes pmodalIn {
    from {
      opacity: 0;
      transform: translateY(20px) scale(0.98);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .shakti-page .pmodal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 32px 20px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
    gap: 16px;
  }
  .shakti-page .pmodal-head-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .shakti-page .pmodal-category {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0082c6;
  }
  .shakti-page .pmodal-title {
    font-size: 26px;
    font-weight: 700;
    color: #212529;
    line-height: 1.2;
    margin: 0;
  }
  .shakti-page .pmodal-close {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
    transition:
      background 0.15s,
      color 0.15s;
  }
  .shakti-page .pmodal-close:hover {
    background: #e5e7eb;
    color: #111827;
  }
  .shakti-page .pmodal-body {
    display: flex;
    flex: 1;
    overflow: hidden;
    min-height: 0;
  }
  .shakti-page .pmodal-img-col {
    width: 260px;
    flex-shrink: 0;
    background: linear-gradient(160deg, #e8ecf0 0%, #f5f3f1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    border-right: 1px solid #f0f0f0;
  }
  .shakti-page .pmodal-img-col img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
  }
  .shakti-page .pmodal-content-col {
    flex: 1;
    overflow-y: auto;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .shakti-page .pmodal-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #4b5563;
    margin: 0;
  }
  .shakti-page .pmodal-hr {
    height: 1px;
    background: #f0f0f0;
    flex-shrink: 0;
  }
  .shakti-page .pmodal-section-label {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0082c6;
    margin: 0;
  }
  .shakti-page .pmodal-kv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .shakti-page .pmodal-kv-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .shakti-page .pmodal-kv-k {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca3af;
  }
  .shakti-page .pmodal-kv-v {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
  }
  .shakti-page .pmodal-note {
    font-size: 12px;
    color: #6b7280;
    font-style: italic;
    margin: 0;
  }
  .shakti-page .pmodal-table-wrap {
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
  }
  .shakti-page .pmodal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    white-space: nowrap;
  }
  .shakti-page .pmodal-table thead tr {
    background: #003f60;
  }
  .shakti-page .pmodal-table th {
    padding: 10px 16px;
    text-align: left;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .shakti-page .pmodal-table td {
    padding: 9px 16px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
  }
  .shakti-page .pmodal-table tbody tr:last-child td {
    border-bottom: none;
  }
  .shakti-page .pmodal-table tbody tr:nth-child(even) td {
    background: #f9fafb;
  }
  .shakti-page .pmodal-td-label {
    font-weight: 600;
    color: #111827;
  }
  .shakti-page .pmodal-foot {
    padding: 16px 32px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    background: #fafafa;
    gap: 16px;
  }
  .shakti-page .pmodal-foot-note {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
  }
  .shakti-page .pmodal-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    font-size: 14px;
    flex-shrink: 0;
  }
  
  
  .cta-strip.bottom-cta p {
      margin-bottom: 0px;
  }

  /* ══════════════════════════════════════════════════════
       SECTION HEADING LABELS  (new — above each section)
    ══════════════════════════════════════════════════════ */
  /* .shakti-page .section-anchor-label {
    display: block;
    width: 100%;
    padding: 6px 64px 0;
    background: transparent;
  }
  .shakti-page .section-anchor-label .sal-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blue);
  }
  .shakti-page .section-anchor-label .sal-inner::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: var(--blue);
  } */

  /* ══════════════════════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════════════════════ */
  @media (max-width: 1280px) {
    .shakti-page .nav-inner,
    .shakti-page .sp-stats,
    .shakti-page .sp-contact,
    .shakti-page .sp-solutions,
    .shakti-page .sp-catalogue,
    .shakti-page .map-intro,
    .shakti-page .about-strip,
    .shakti-page .sp-footer-top {
      padding-left: 40px;
      padding-right: 40px;
    }
    .shakti-page .sp-hero {
      padding-left: 40px;
      padding-right: 40px;
    }
    .shakti-page .hero-content {
      left: 80px;
    }
    .shakti-page .section-anchor-label {
      padding-left: 40px;
    }
  }
  @media (max-width: 1024px) {
    .shakti-page .nav-right {
      display: none;
    }
    
    .shakti-page .map-intro p{
         max-width: 100%;
    }
    .shakti-page .sp-hero {
      height: auto;
      min-height: 600px;
    }
    .shakti-page .hero-bg {
      inset: 20px;
    }
    .shakti-page .hero-content {
      left: 60px;
      top: 50%;
      width: 460px;
    }
    .shakti-page .hero-title {
      font-size: 38px;
    }
    .shakti-page .stats-inner {
      gap: 40px;
    }
    .shakti-page .contact-inner {
      flex-direction: column;
      padding: 20px;
    }
    .shakti-page .contact-left {
      padding: 32px 24px;
    }
    .shakti-page .first-fold-inner {
      flex-direction: column;
    }
    .shakti-page .splash-bg {
      left: 20px;
      bottom: -20px;
      width: calc(100% - 20px);
      min-width: unset;
    }
    .shakti-page .cat-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
    .shakti-page .about-inner {
      flex-direction: column;
    }
    .shakti-page .about-img-wrap {
      width: 340px;
      height: 340px;
      align-self: center;
    }
    .shakti-page .footer-top-inner {
      flex-wrap: wrap;
      gap: 32px;
    }
  }
  @media (max-width: 768px) {
    .shakti-page .nav-inner {
      padding: 12px 20px;
    }
    .shakti-page .nav-items,
    .shakti-page .btn-get-quote {
      display: none;
    }
    .shakti-page .hamburger {
      display: flex;
    }
    .shakti-page .nav-logo img {
      width: 150px;
    }
    .shakti-page .sp-hero {
      height: auto;
      min-height: 520px;
      padding: 16px;
    }
    .shakti-page .hero-bg {
      inset: 16px;
      border-radius: 20px;
    }
    .shakti-page .hero-content {
      left: 32px;
      right: 32px;
      width: auto;
      top: 50%;
    }
    .shakti-page .hero-title {
      font-size: 28px;
      line-height: 36px;
    }
    .shakti-page .hero-buttons {
      flex-direction: column;
      align-items: flex-start;
    }
    .shakti-page .stats-inner {
      flex-wrap: wrap;
      gap: 32px;
      justify-content: center;
      flex-direction: column;
    }
    
    
   .shakti-page   .sp-stats{
        margin: 30px 0;
        
   }
    .shakti-page .stat-number {
      font-size: 28px;
    }
    .shakti-page .sp-contact,
    .shakti-page .sp-solutions,
    .shakti-page .sp-catalogue,
    .shakti-page .map-intro,
    .shakti-page .about-strip,
    .shakti-page .sp-footer-top {
      padding: 60px 20px;
    }
    .shakti-page .section-anchor-label {
      padding: 0 20px;
    }
    .shakti-page .contact-left h2 {
      font-size: 32px;
    }
    .shakti-page .form-row {
      flex-direction: column;
    }
    .shakti-page .splash-bg {
      left: 20px;
      bottom: 0;
      width: calc(100% - 20px);
      min-width: unset;
      opacity: 0.7;
    }
    .shakti-page .map-img-wrap {
      height: 300px;
    }
    .shakti-page .about-img-wrap {
      width: 260px;
      height: 260px;
      align-self: center;
    }
    .shakti-page .cat-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }
    .shakti-page .footer-top-inner {
      flex-direction: column;
      gap: 28px;
    }
    .shakti-page .pmodal-body {
      flex-direction: column;
    }
    .shakti-page .pmodal-img-col {
      width: 100%;
      height: 180px;
      border-right: none;
      border-bottom: 1px solid #f0f0f0;
    }
    .shakti-page .pmodal-kv {
      grid-template-columns: 1fr;
    }
    .shakti-page .pmodal-head {
      padding: 20px;
    }
    .shakti-page .pmodal-content-col {
      padding: 20px;
    }
    .shakti-page .pmodal-foot {
      padding: 14px 20px;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  
  
  
/* ══════════════════════════════════════════════
     CONTACT US SECTION
══════════════════════════════════════════════ */


  .cu-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 64px;
    box-sizing: border-box;
    font-family: 'Figtree', sans-serif;
    background: #fff;
  }
  .cu-heading {
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #212529;
    margin-bottom: 32px;
  }
  .cu-cards {
    display: flex;
    gap: 32px;
    align-items: stretch;
  }
  .cu-card {
    border-radius: 16px;
    background: #F8F8F8;
    display: flex;
    padding: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    flex-direction: column;
    box-sizing: border-box;
  }
  .cu-card-heading {
    color: #212529;
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .cu-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .cu-card ul li {
    color: #212529;
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .cu-card ul li::before {
    content: '•';
    color: #212529;
    font-size: 18px;
    line-height: 28px;
    flex-shrink: 0;
  }
  .cu-card ul li a {
    color: #0082C6;
    font-family: Figtree, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: auto;
  }
  
  p.cu-card-heading  {
      margin-bottom: 0px !important;
  }
  
  .cu-card ul li  a.phone-cta{
      color: #212529 !important;
  }
  @media (max-width: 768px) {
    .cu-section { padding: 60px 20px; }
    .cu-cards { flex-direction: column; }
    .cu-heading { font-size: 32px; line-height: 40px; }
  }
  
  
  
  
  
   @media (min-width:481px)and (max-width:767px) {
      
        .shakti-page .pmodal-img-col img {
    max-width: 100%;
    max-height: 150px;
  
  }
   
   }
   
     
   @media (min-width:767px)and (max-width:1024px) {
      
        .shakti-page .pmodal-img-col img {
    max-width: 100%;
    max-height: 150px;
  
  }
   
   }
  
  
  /* modal image responsive */
  
   @media(max-width:480px){
        .shakti-page .pmodal-img-col img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
  }
   }
   
   
   
   
   
   
   /* ══════════════════════════════════════════════════════
   HERO — Desktop (existing, unchanged)
══════════════════════════════════════════════════════ */
.shakti-page .sp-hero {
  position: relative;
  width: 100%;
  height: 780px;
  padding: 24px 64px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.shakti-page .hero-bg {
  position: absolute;
  inset: 24px 64px;
  border-radius: 32px;
  overflow: hidden;
}
.shakti-page .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.shakti-page .hero-content {
  position: absolute;
  left: 144px;
  top: 50%;
  transform: translateY(-50%);
  width: 555px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.shakti-page .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 130, 198, 0.2);
  border: 2px solid rgba(0, 130, 198, 0.6);
  border-radius: 360px;
  padding: 8px 12px;
  max-width: 315px;
}
.shakti-page .hero-badge span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  white-space: nowrap;
}
.shakti-page .hero-dot {
  width: 3px;
  height: 3px;
  background: #212529;
  border-radius: 50%;
  flex-shrink: 0;
}
.shakti-page .hero-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #212529;
}
.shakti-page .hero-sub {
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  max-width: 467px;
}
.shakti-page .hero-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* ══════════════════════════════════════════════════════
   HERO — Mobile (new, shown only on ≤768px)
══════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════════════════
   HERO MOBILE — hidden by default
══════════════════════════════════════════════════════ */
.shakti-page .sp-hm-section {
  display: none;
}

@media (max-width: 768px) {

  .shakti-page .sp-hero {
    display: none;
  }
  
  .shakti-page .solution-title{
       line-height: 40px;
  }
  p.subheading-contact-section{
        line-height: 40px;
  }
      
  
  
  
  
  .shakti-page .hero-badge span{
       font-size: 12px;
  }

  .shakti-page .sp-hm-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    overflow: hidden;
     padding: 0 20px;
  }

 .shakti-page .sp-hm-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 29;
  max-height: 70vh;         /* increase from 60vh → 70vh */
  overflow: hidden;
  flex-shrink: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
  .shakti-page .sp-hm-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    vertical-align: bottom; /* removes bottom whitespace under img */
  }

  .shakti-page .sp-hm-content {
  display: flex;
  width: 100%;
  max-width: 100%;          /* remove 360px cap — let it fill */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 28px 24px 24px;  /* reduce bottom padding — was 32px */
  margin: 0;
  background: linear-gradient(180deg, #FFF 0%, rgba(220, 240, 247, 0.70) 99.52%);
}
  .shakti-page .sp-hm-title {
    color: #212529;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
  }

  .shakti-page .sp-hm-sub {
    color: #212529;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }

  .shakti-page .sp-hm-content .hero-badge {
    max-width: 100%;
    justify-content: center;
  }

  .shakti-page .sp-hm-content .hero-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .shakti-page .sp-hm-content .btn-primary,
  .shakti-page .sp-hm-content .btn-outline {
    width: 100%;
    justify-content: center;
  }
}



 @media(max-width:480px)
{
     .shakti-page    .splash-bg {
        display: none;
    }
}/* End custom CSS */